#8A7C42
A medium, moderate yellow closely aligning with Darkolivegreen.
About #8A7C42
Visually, #8A7C42 is defined as a moderate yellow. If you're using CSS, you might find it aligns closely with Darkolivegreen. This translates to an RGB value of rgb(138, 124, 66).
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 0% cyan and 10% magenta inks. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. Because it is a medium color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#8A7C42
RGB138, 124, 66
HSL48.3°, 35.3%, 40.0%
CMYK0%, 10%, 52%, 46%
HSV48.3°, 52.2%, 54.1%
LAB52.1, -2.8, 33.4
XYZ18.7, 20.2, 8.1
Decimal9075778
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.16:1
Text on #FFFFFF
AA Large
5.04:1
Text on #000000
AA
3.98:1
Text on #F8FAFC
AA Large
4.29:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #8A7C42;
}
.text-color {
color: #8A7C42;
}
.border-color {
border: 2px solid #8A7C42;
}