#8A7C50
A medium, muted yellow closely aligning with Darkolivegreen.
About #8A7C50
Visually, #8A7C50 is defined as a muted yellow. It is closely associated with the named CSS color Darkolivegreen. In the RGB color space, it consists of 138 red, 124 green, and 80 blue.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 10% M, 42% Y, and 46% K. With a hue angle of 45.5 degrees, it sits comfortably in the yellow spectrum.
When using this color as a background, text legibility must be considered. 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#8A7C50
RGB138, 124, 80
HSL45.5°, 26.6%, 42.7%
CMYK0%, 10%, 42%, 46%
HSV45.5°, 42.0%, 54.1%
LAB52.3, -1.3, 26.0
XYZ19.1, 20.4, 10.5
Decimal9075792
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.13:1
Text on #FFFFFF
AA Large
5.08:1
Text on #000000
AA
3.95:1
Text on #F8FAFC
AA Large
4.32:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #8A7C50;
}
.text-color {
color: #8A7C50;
}
.border-color {
border: 2px solid #8A7C50;
}