#C55F33
A medium, moderate orange closely aligning with Sienna.
About #C55F33
The precise color #C55F33 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Sienna. To achieve this exact tint on a monitor, you would use an RGB mix of 197, 95, and 51.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 0% cyan and 52% magenta inks. The HSL representation is 18.1° hue, 58.9% saturation, and 48.6% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a medium color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#C55F33
RGB197, 95, 51
HSL18.1°, 58.9%, 48.6%
CMYK0%, 52%, 74%, 23%
HSV18.1°, 74.1%, 77.3%
LAB52.2, 37.7, 43.2
XYZ27.7, 20.3, 5.6
Decimal12934963
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.15:1
Text on #FFFFFF
AA Large
5.06:1
Text on #000000
AA
3.97:1
Text on #F8FAFC
AA Large
4.30:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #C55F33;
}
.text-color {
color: #C55F33;
}
.border-color {
border: 2px solid #C55F33;
}