Shades of Saddle Brown #994203
Tints of Saddle Brown #994203
RGB
CMYK
RGB Variations
Color information
#994203 (or 0x994203) is known color: Saddle Brown. HEX triplet: 99, 42 and 03. RGB value is (153,66,3). Sum of RGB (Red+Green+Blue) = 153+66+3=222 (29% of max value = 765). Red value is 153 (60.16% from 255 or 68.92% from 222); Green value is 66 (26.17% from 255 or 29.73% from 222); Blue value is 3 (1.56% from 255 or 1.35% from 222); Max value from RGB is 153 - color contains mainly: red. Hex color #994203 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #994203 is #66BDFC. Grayscale: #555555. Windows color (decimal): -6733309 or 213657. OLE color: 213657.
HSL color Cylindrical-coordinate representation of color #994203: hue angle of 25.2º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #994203 is Cyan = 0, Magento = 0.57, Yellow = 0.98 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 66 | 3 | - |
| CMYK | 0 | 0.57 | 0.98 | 0.4 |
| HSL | 25.2º | 0.96% | 0.31% | - |
| HSV(B) | 25.2º | 0.98% | 0.6% | - |
| XYZ | 15.1 | 10.68 | 1.35 | - |
| YUV | 84.83 | 81.82 | 176.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 66 | 3 | 0 | 0.57 | 0.98 | 0.4 | 25.2 | 0.96 | 0.31 |
| Hex | 99 | 42 | 3 | 0 | 39 | 62 | 28 | 19 | 60 | 1F |
| Octal | 231 | 102 | 3 | 0 | 71 | 142 | 50 | 31 | 140 | 37 |
| Binary | 10011001 | 1000010 | 11 | 0 | 111001 | 1100010 | 101000 | 11001 | 1100000 | 11111 |
Color Harmonies of #994203
Complementary color
Monochromatic Colors of #994203
Black with #994203
Text Example
Text Example
White with #994203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994203; }
p { color: rgb(153,66,3); }
H1.HeaderClassName
{
color: #994203;
}
.AnyTagClassName
{
color: #994203;
}
</style>
background-color css
<style>
a { background-color: #994203; }
a { background-color: rgb(153,66,3); }
div.DivClassName
{
background-color: #994203;
}
.BgClassName
{
background-color: #994203;
}
</style>
border-color css
<style>
span { border-color: #994203; }
span { border-color: rgb(153,66,3); }
td.TdClassName
{
border-color: #994203;
}
.TagClassName
{
border-color: #994203;
}
</style>