Color: #81500A

#81500A Color Information

#81500A is a dark color. The closest websafe version is #81500A. A complement of this color would be #0A3B80, perceived brightness is 0.34, and the grayscale version is #464646.

In the HSL color space, this color has a hue angle of 35°,a saturation of 86%, and a lightness of 27%.The HSV representation shows a hue of 35°, a saturation of 92%, and a value of 51%.

In a RGB color space, #81500A is composed of 51% red, 31% green and 4% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 38% magenta, 92% yellow and 49% black.

In the Yxy color space, this color is represented as Y: 10.65, x: 0.5154, and y: 0.4319.

Color Code #81500A

#81500Argb(129, 80, 10)
HEX
#81500A
RGB
rgb(129, 80, 10)
HSL
hsl(35, 86%, 27%)
HSV
hsv(35, 92%, 51%)
CMYK
0%, 38%, 92%, 49%
XYZ
X: 12.71, Y: 10.65, Z: 1.30
Lab
L: 38.99, a: 17.40, b: 44.65
Name

Shades of Color #81500A

Shades are created by darkening the original color #81500A in equal steps from 0% to 90%. These shades are perfect for creating depth and contrast in your designs. Use them to add visual hierarchy or highlight specific elements in your projects.

Tints of Color #81500A

Tints are created by lightening the original color #81500A in equal steps from 0% to 90%, ending with pure white. These tints are ideal for creating soft backgrounds, subtle highlights, or cohesive UI elements that complement your designs.

#81500Argb(129, 80, 10)

About #81500A Color Code

In the HSL color space, this color has a hue angle of 35°, a saturation of 86%, and a lightness of 27%. The HSV representation shows a hue of 35°, a saturation of 92%, and a value of 51%.

  • HEX: #81500A
  • RGB: rgb(129, 80, 10)
  • HSL: hsl(35, 86%, 27%)
  • HSV: hsv(35, 92%, 51%)
  • CMYK: 0.00% cyan, 38.00% magenta, 92.00% yellow, 49.00% black
  • XYZ: 12.71, 10.65, 1.30
  • Yxy: 10.65, 0.5154, 0.4319
  • Hunter Lab: 38.99, 17.40, 44.65
  • CIE-Lab: 38.99, 17.40, 44.65

In the XYZ color space, this color is represented as X: 12.71, Y: 10.65, Z: 1.30. The Yxy representation further refines this as Y: 10.65, x: 0.5154, and y: 0.4319.

In the Hunter Lab color space, this color is represented as L: 38.99, a: 17.40, and b: 44.65. Similarly, in the CIE-Lab color space, it is represented as L: 38.99, a: 17.40, and b: 44.65.

Use these color codes in your CSS, design tools, or anywhere you need to specify a color. You can also explore its shades and tints for more creative options.

Triadic Colors of #81500A

Triadic colors are three colors evenly spaced around the color wheel, including #81500A. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.

Analogous Colors of #81500A

Analogous colors are adjacent to #81500A on the color wheel. They create harmonious and visually pleasing designs, ideal for projects that need a cohesive look.

Split Complementary Colors of #81500A

Split complementary colors are two colors adjacent to the complementary color of #81500A. They create a balanced and visually appealing color scheme.

Tetradic Colors of #81500A

Tetradic colors form a rectangle on the color wheel, including #81500A. They provide vibrant and diverse color schemes for creative designs.

Monochromatic Colors of #81500A

Monochromatic colors are variations of #81500A, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.

Complementary Color of #81500A

The complementary color of #81500A is opposite it on the color wheel. Complementary colors provide strong contrast and are ideal for designs that need visual impact and attention.

CSS Examples of #81500A

/* Using HEX */
body {
  background-color: #81500a;
}
/* Using RGB */
body {
  background-color: rgb(129, 80, 10);
}
/* Using RGB with opacity */
body {
  background-color: rgba(129, 80, 10, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(35, 86%, 27%);
}
/* Text color */
p {
  color: #81500a;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #81500a;
}
/* Border color */
.box {
  border: 4px solid #81500a;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #81500a;
}
Text Shadow Preview
/* Background with text */
div {
  background: #81500a;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#81500A
On Black Background
#81500A
On White Background
#81500A

HTML Examples of #81500A

<!-- Using HEX -->
<div style="background-color: #81500a; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(129, 80, 10); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(129, 80, 10, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(35, 86%, 27%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #81500a;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #81500a; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #81500a; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #81500a;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #81500a; color: #fff; padding: 16px; border-radius: 8px;">
  #81500A
</div>
#81500A
On Black Background
#81500A
On White Background
#81500A

Related Colors of #81500A

These colors are similar to #81500A, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.