#572C24
A dark, moderate red closely aligning with Saddlebrown.
About #572C24
Visually, #572C24 is defined as a moderate red. It is closely associated with the named CSS color Saddlebrown. Its digital footprint relies on 87 parts red, 44 parts green, and 36 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 0% cyan, 49% magenta, 59% yellow, and 66% black. The HSL representation is 9.4° hue, 41.5% saturation, and 24.1% lightness.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#572C24
RGB87, 44, 36
HSL9.4°, 41.5%, 24.1%
CMYK0%, 49%, 59%, 66%
HSV9.4°, 58.6%, 34.1%
LAB23.5, 18.8, 14.0
XYZ5.1, 4.0, 2.2
Decimal5712932
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
11.73:1
Text on #FFFFFF
AAA
1.79:1
Text on #000000
FAIL
11.21:1
Text on #F8FAFC
AAA
1.52:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #572C24;
}
.text-color {
color: #572C24;
}
.border-color {
border: 2px solid #572C24;
}