#575F1D
A dark, moderate yellow closely aligning with Darkolivegreen.
About #575F1D
Visually, #575F1D is defined as a moderate yellow. Its closest recognized web color is Darkolivegreen. Its digital footprint relies on 87 parts red, 95 parts green, and 29 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 8% cyan, 0% magenta, 69% yellow, and 63% black. With a hue angle of 67.3 degrees, it sits comfortably in the yellow spectrum.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#575F1D
RGB87, 95, 29
HSL67.3°, 53.2%, 24.3%
CMYK8%, 0%, 69%, 63%
HSV67.3°, 69.5%, 37.3%
LAB38.4, -13.0, 35.3
XYZ8.2, 10.3, 2.7
Decimal5725981
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.86:1
Text on #FFFFFF
AA
3.06:1
Text on #000000
AA Large
6.56:1
Text on #F8FAFC
AA
2.60:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #575F1D;
}
.text-color {
color: #575F1D;
}
.border-color {
border: 2px solid #575F1D;
}