#99493A
A medium, moderate red closely aligning with Sienna.
About #99493A
When working with digital screens, the color #99493A is rendered by mixing light. If you're using CSS, you might find it aligns closely with Sienna. In the RGB color space, it consists of 153 red, 73 green, and 58 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 0% Cyan, 52% Magenta, 62% Yellow, and 40% Black. The HSL representation is 9.5° hue, 45.0% saturation, and 41.4% lightness.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#99493A
RGB153, 73, 58
HSL9.5°, 45.0%, 41.4%
CMYK0%, 52%, 62%, 40%
HSV9.5°, 62.1%, 60.0%
LAB41.0, 32.2, 24.6
XYZ16.3, 11.8, 5.4
Decimal10045754
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.23:1
Text on #FFFFFF
AA
3.37:1
Text on #000000
AA Large
5.96:1
Text on #F8FAFC
AA
2.86:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #99493A;
}
.text-color {
color: #99493A;
}
.border-color {
border: 2px solid #99493A;
}