#573324
A dark, moderate orange closely aligning with Dimgray.
About #573324
When working with digital screens, the color #573324 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Dimgray. To achieve this exact tint on a monitor, you would use an RGB mix of 87, 51, and 36.
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 41% Magenta, 59% Yellow, and 66% Black. With a hue angle of 17.6 degrees, it sits comfortably in the orange spectrum.
When using this color as a background, text legibility must be considered. To prevent eye strain, #FFFFFF text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#573324
RGB87, 51, 36
HSL17.6°, 41.5%, 24.1%
CMYK0%, 41%, 59%, 66%
HSV17.6°, 58.6%, 34.1%
LAB25.3, 14.5, 16.3
XYZ5.4, 4.5, 2.3
Decimal5714724
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
11.03:1
Text on #FFFFFF
AAA
1.90:1
Text on #000000
FAIL
10.54:1
Text on #F8FAFC
AAA
1.62:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #573324;
}
.text-color {
color: #573324;
}
.border-color {
border: 2px solid #573324;
}