#573A24
A dark, moderate orange closely aligning with Dimgray.
About #573A24
At its core, #573A24 is a dark and moderate hue. If you're using CSS, you might find it aligns closely with Dimgray. Its digital footprint relies on 87 parts red, 58 parts green, and 36 parts blue light.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 0% C, 33% M, 59% Y, and 66% K. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. Because it is a dark color, it is generally recommended to use #FFFFFF text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#573A24
RGB87, 58, 36
HSL25.9°, 41.5%, 24.1%
CMYK0%, 33%, 59%, 66%
HSV25.9°, 58.6%, 34.1%
LAB27.2, 10.0, 18.7
XYZ5.8, 5.2, 2.4
Decimal5716516
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.31:1
Text on #FFFFFF
AAA
2.04:1
Text on #000000
FAIL
9.86:1
Text on #F8FAFC
AAA
1.73:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #573A24;
}
.text-color {
color: #573A24;
}
.border-color {
border: 2px solid #573A24;
}