#575033
A dark, muted yellow closely aligning with Dimgray.
About #575033
When working with digital screens, the color #575033 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Dimgray. This translates to an RGB value of rgb(87, 80, 51).
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 0% cyan, 8% magenta, 41% yellow, and 66% black. This makes it a relatively dark color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #FFFFFF text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#575033
RGB87, 80, 51
HSL48.3°, 26.1%, 27.1%
CMYK0%, 8%, 41%, 66%
HSV48.3°, 41.4%, 34.1%
LAB34.0, -2.0, 18.1
XYZ7.4, 8.0, 4.3
Decimal5722163
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.08:1
Text on #FFFFFF
AAA
2.60:1
Text on #000000
FAIL
7.72:1
Text on #F8FAFC
AAA
2.21:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #575033;
}
.text-color {
color: #575033;
}
.border-color {
border: 2px solid #575033;
}