Shades of Saddle Brown #992802
Tints of Saddle Brown #992802
RGB
CMYK
RGB Variations
Color information
#992802 (or 0x992802) is known color: Saddle Brown. HEX triplet: 99, 28 and 02. RGB value is (153,40,2). Sum of RGB (Red+Green+Blue) = 153+40+2=195 (25% of max value = 765). Red value is 153 (60.16% from 255 or 78.46% from 195); Green value is 40 (16.02% from 255 or 20.51% from 195); Blue value is 2 (1.17% from 255 or 1.03% from 195); Max value from RGB is 153 - color contains mainly: red. Hex color #992802 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #992802 is #66D7FD. Grayscale: #454545. Windows color (decimal): -6739966 or 141465. OLE color: 141465.
HSL color Cylindrical-coordinate representation of color #992802: hue angle of 15.1º degrees, saturation: 0.97, 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 #992802 is Cyan = 0, Magento = 0.74, Yellow = 0.99 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 40 | 2 | - |
| CMYK | 0 | 0.74 | 0.99 | 0.4 |
| HSL | 15.1º | 0.97% | 0.3% | - |
| HSV(B) | 15.1º | 0.99% | 0.6% | - |
| XYZ | 13.91 | 8.29 | 0.93 | - |
| YUV | 69.46 | 89.94 | 187.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 40 | 2 | 0 | 0.74 | 0.99 | 0.4 | 15.1 | 0.97 | 0.3 |
| Hex | 99 | 28 | 2 | 0 | 4A | 63 | 28 | F | 61 | 1E |
| Octal | 231 | 50 | 2 | 0 | 112 | 143 | 50 | 17 | 141 | 36 |
| Binary | 10011001 | 101000 | 10 | 0 | 1001010 | 1100011 | 101000 | 1111 | 1100001 | 11110 |
Color Harmonies of #992802
Complementary color
Monochromatic Colors of #992802
Black with #992802
Text Example
Text Example
White with #992802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992802; }
p { color: rgb(153,40,2); }
H1.HeaderClassName
{
color: #992802;
}
.AnyTagClassName
{
color: #992802;
}
</style>
background-color css
<style>
a { background-color: #992802; }
a { background-color: rgb(153,40,2); }
div.DivClassName
{
background-color: #992802;
}
.BgClassName
{
background-color: #992802;
}
</style>
border-color css
<style>
span { border-color: #992802; }
span { border-color: rgb(153,40,2); }
td.TdClassName
{
border-color: #992802;
}
.TagClassName
{
border-color: #992802;
}
</style>