#8A7C33
A dark, moderate yellow closely aligning with Olive.
About #8A7C33
The precise color #8A7C33 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Olive. This translates to an RGB value of rgb(138, 124, 51).
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 10% Magenta, 63% Yellow, and 46% Black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#8A7C33
RGB138, 124, 51
HSL50.3°, 46.0%, 37.1%
CMYK0%, 10%, 63%, 46%
HSV50.3°, 63.0%, 54.1%
LAB51.9, -4.0, 40.8
XYZ18.3, 20.1, 6.0
Decimal9075763
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.19:1
Text on #FFFFFF
AA Large
5.01:1
Text on #000000
AA
4.01:1
Text on #F8FAFC
AA Large
4.26:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #8A7C33;
}
.text-color {
color: #8A7C33;
}
.border-color {
border: 2px solid #8A7C33;
}