Shades of Saddle Brown #994201
Tints of Saddle Brown #994201
RGB
CMYK
RGB Variations
Color information
#994201 (or 0x994201) is known color: Saddle Brown. HEX triplet: 99, 42 and 01. RGB value is (153,66,1). Sum of RGB (Red+Green+Blue) = 153+66+1=220 (29% of max value = 765). Red value is 153 (60.16% from 255 or 69.55% from 220); Green value is 66 (26.17% from 255 or 30% from 220); Blue value is 1 (0.78% from 255 or 0.45% from 220); Max value from RGB is 153 - color contains mainly: red. Hex color #994201 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #994201 is #66BDFE. Grayscale: #545454. Windows color (decimal): -6733311 or 82585. OLE color: 82585.
HSL color Cylindrical-coordinate representation of color #994201: hue angle of 25.66º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #994201 is Cyan = 0, Magento = 0.57, Yellow = 0.99 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 66 | 1 | - |
| CMYK | 0 | 0.57 | 0.99 | 0.4 |
| HSL | 25.66º | 0.99% | 0.3% | - |
| HSV(B) | 25.66º | 0.99% | 0.6% | - |
| XYZ | 15.09 | 10.67 | 1.29 | - |
| YUV | 84.6 | 80.82 | 176.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 66 | 1 | 0 | 0.57 | 0.99 | 0.4 | 25.66 | 0.99 | 0.3 |
| Hex | 99 | 42 | 1 | 0 | 39 | 63 | 28 | 1A | 63 | 1E |
| Octal | 231 | 102 | 1 | 0 | 71 | 143 | 50 | 32 | 143 | 36 |
| Binary | 10011001 | 1000010 | 1 | 0 | 111001 | 1100011 | 101000 | 11010 | 1100011 | 11110 |
Color Harmonies of #994201
Complementary color
Monochromatic Colors of #994201
Black with #994201
Text Example
Text Example
White with #994201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994201; }
p { color: rgb(153,66,1); }
H1.HeaderClassName
{
color: #994201;
}
.AnyTagClassName
{
color: #994201;
}
</style>
background-color css
<style>
a { background-color: #994201; }
a { background-color: rgb(153,66,1); }
div.DivClassName
{
background-color: #994201;
}
.BgClassName
{
background-color: #994201;
}
</style>
border-color css
<style>
span { border-color: #994201; }
span { border-color: rgb(153,66,1); }
td.TdClassName
{
border-color: #994201;
}
.TagClassName
{
border-color: #994201;
}
</style>