Shades of Saddle Brown #992901
Tints of Saddle Brown #992901
RGB
CMYK
RGB Variations
Color information
#992901 (or 0x992901) is known color: Saddle Brown. HEX triplet: 99, 29 and 01. RGB value is (153,41,1). Sum of RGB (Red+Green+Blue) = 153+41+1=195 (25% of max value = 765). Red value is 153 (60.16% from 255 or 78.46% from 195); Green value is 41 (16.41% from 255 or 21.03% from 195); Blue value is 1 (0.78% from 255 or 0.51% from 195); Max value from RGB is 153 - color contains mainly: red. Hex color #992901 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #992901 is #66D6FE. Grayscale: #464646. Windows color (decimal): -6739711 or 76185. OLE color: 76185.
HSL color Cylindrical-coordinate representation of color #992901: hue angle of 15.79º 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 #992901 is Cyan = 0, Magento = 0.73, Yellow = 0.99 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 41 | 1 | - |
| CMYK | 0 | 0.73 | 0.99 | 0.4 |
| HSL | 15.79º | 0.99% | 0.3% | - |
| HSV(B) | 15.79º | 0.99% | 0.6% | - |
| XYZ | 13.94 | 8.36 | 0.91 | - |
| YUV | 69.93 | 89.11 | 187.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 41 | 1 | 0 | 0.73 | 0.99 | 0.4 | 15.79 | 0.99 | 0.3 |
| Hex | 99 | 29 | 1 | 0 | 49 | 63 | 28 | 10 | 63 | 1E |
| Octal | 231 | 51 | 1 | 0 | 111 | 143 | 50 | 20 | 143 | 36 |
| Binary | 10011001 | 101001 | 1 | 0 | 1001001 | 1100011 | 101000 | 10000 | 1100011 | 11110 |
Color Harmonies of #992901
Complementary color
Monochromatic Colors of #992901
Black with #992901
Text Example
Text Example
White with #992901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992901; }
p { color: rgb(153,41,1); }
H1.HeaderClassName
{
color: #992901;
}
.AnyTagClassName
{
color: #992901;
}
</style>
background-color css
<style>
a { background-color: #992901; }
a { background-color: rgb(153,41,1); }
div.DivClassName
{
background-color: #992901;
}
.BgClassName
{
background-color: #992901;
}
</style>
border-color css
<style>
span { border-color: #992901; }
span { border-color: rgb(153,41,1); }
td.TdClassName
{
border-color: #992901;
}
.TagClassName
{
border-color: #992901;
}
</style>