#8A7C2C
A dark, moderate yellow closely aligning with Olive.
About #8A7C2C
At its core, #8A7C2C is a dark and moderate hue. Designers often compare it to the standard color Olive. To achieve this exact tint on a monitor, you would use an RGB mix of 138, 124, and 44.
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 10% Magenta, 68% Yellow, and 46% Black. The HSL representation is 51.1° hue, 51.6% saturation, and 35.7% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#8A7C2C
RGB138, 124, 44
HSL51.1°, 51.6%, 35.7%
CMYK0%, 10%, 68%, 46%
HSV51.1°, 68.1%, 54.1%
LAB51.8, -4.5, 44.0
XYZ18.1, 20.0, 5.3
Decimal9075756
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.20:1
Text on #FFFFFF
AA Large
5.00:1
Text on #000000
AA
4.01:1
Text on #F8FAFC
AA Large
4.25:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #8A7C2C;
}
.text-color {
color: #8A7C2C;
}
.border-color {
border: 2px solid #8A7C2C;
}