Color: #87841A

#87841A Color Information

#87841A is a dark color. The closest websafe version is #87841A. A complement of this color would be #1A1E89, perceived brightness is 0.47, and the grayscale version is #515151.

In the HSL color space, this color has a hue angle of 58°,a saturation of 68%, and a lightness of 32%.The HSV representation shows a hue of 58°, a saturation of 81%, and a value of 53%.

In a RGB color space, #87841A is composed of 53% red, 52% green and 10% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 2% magenta, 81% yellow and 47% black.

In the Yxy color space, this color is represented as Y: 21.99, x: 0.4364, and y: 0.4896.

Color Code #87841A

#87841Argb(135, 132, 26)
HEX
#87841A
RGB
rgb(135, 132, 26)
HSL
hsl(58, 68%, 32%)
HSV
hsv(58, 81%, 53%)
CMYK
0%, 2%, 81%, 47%
XYZ
X: 19.60, Y: 21.99, Z: 3.32
Lab
L: 54.02, a: -7.84, b: 52.22
Name

Shades of Color #87841A

Shades are created by darkening the original color #87841A 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 #87841A

Tints are created by lightening the original color #87841A 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.

#87841Argb(135, 132, 26)

About #87841A Color Code

In the HSL color space, this color has a hue angle of 58°, a saturation of 68%, and a lightness of 32%. The HSV representation shows a hue of 58°, a saturation of 81%, and a value of 53%.

  • HEX: #87841A
  • RGB: rgb(135, 132, 26)
  • HSL: hsl(58, 68%, 32%)
  • HSV: hsv(58, 81%, 53%)
  • CMYK: 0.00% cyan, 2.00% magenta, 81.00% yellow, 47.00% black
  • XYZ: 19.60, 21.99, 3.32
  • Yxy: 21.99, 0.4364, 0.4896
  • Hunter Lab: 54.02, -7.84, 52.22
  • CIE-Lab: 54.02, -7.84, 52.22

In the XYZ color space, this color is represented as X: 19.60, Y: 21.99, Z: 3.32. The Yxy representation further refines this as Y: 21.99, x: 0.4364, and y: 0.4896.

In the Hunter Lab color space, this color is represented as L: 54.02, a: -7.84, and b: 52.22. Similarly, in the CIE-Lab color space, it is represented as L: 54.02, a: -7.84, and b: 52.22.

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 #87841A

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

Analogous Colors of #87841A

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

Split Complementary Colors of #87841A

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

Tetradic Colors of #87841A

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

Monochromatic Colors of #87841A

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

Complementary Color of #87841A

The complementary color of #87841A 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 #87841A

/* Using HEX */
body {
  background-color: #87841a;
}
/* Using RGB */
body {
  background-color: rgb(135, 132, 26);
}
/* Using RGB with opacity */
body {
  background-color: rgba(135, 132, 26, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(58, 68%, 32%);
}
/* Text color */
p {
  color: #87841a;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #87841a;
}
/* Border color */
.box {
  border: 4px solid #87841a;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #87841a;
}
Text Shadow Preview
/* Background with text */
div {
  background: #87841a;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#87841A
On Black Background
#87841A
On White Background
#87841A

HTML Examples of #87841A

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

Related Colors of #87841A

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