Color: #89882A

#89882A Color Information

#89882A is a dark color. The closest websafe version is #89882A. A complement of this color would be #2A2C89, perceived brightness is 0.49, and the grayscale version is #5A5A5A.

In the HSL color space, this color has a hue angle of 59°,a saturation of 53%, and a lightness of 35%.The HSV representation shows a hue of 59°, a saturation of 69%, and a value of 54%.

In a RGB color space, #89882A is composed of 54% red, 53% green and 16% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 1% magenta, 69% yellow and 46% black.

In the Yxy color space, this color is represented as Y: 23.36, x: 0.4275, and y: 0.4819.

Color Code #89882A

#89882Argb(137, 136, 42)
HEX
#89882A
RGB
rgb(137, 136, 42)
HSL
hsl(59, 53%, 35%)
HSV
hsv(59, 69%, 54%)
CMYK
0%, 1%, 69%, 46%
XYZ
X: 20.72, Y: 23.36, Z: 4.39
Lab
L: 55.44, a: -8.43, b: 47.93
Name

Shades of Color #89882A

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

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

#89882Argb(137, 136, 42)

About #89882A Color Code

In the HSL color space, this color has a hue angle of 59°, a saturation of 53%, and a lightness of 35%. The HSV representation shows a hue of 59°, a saturation of 69%, and a value of 54%.

  • HEX: #89882A
  • RGB: rgb(137, 136, 42)
  • HSL: hsl(59, 53%, 35%)
  • HSV: hsv(59, 69%, 54%)
  • CMYK: 0.00% cyan, 100.00% magenta, 69.00% yellow, 46.00% black
  • XYZ: 20.72, 23.36, 4.39
  • Yxy: 23.36, 0.4275, 0.4819
  • Hunter Lab: 55.44, -8.43, 47.93
  • CIE-Lab: 55.44, -8.43, 47.93

In the XYZ color space, this color is represented as X: 20.72, Y: 23.36, Z: 4.39. The Yxy representation further refines this as Y: 23.36, x: 0.4275, and y: 0.4819.

In the Hunter Lab color space, this color is represented as L: 55.44, a: -8.43, and b: 47.93. Similarly, in the CIE-Lab color space, it is represented as L: 55.44, a: -8.43, and b: 47.93.

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

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

Analogous Colors of #89882A

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

Split Complementary Colors of #89882A

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

Tetradic Colors of #89882A

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

Monochromatic Colors of #89882A

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

Complementary Color of #89882A

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

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

HTML Examples of #89882A

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

Related Colors of #89882A

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