Shades of Saddle Brown #992E08
Tints of Saddle Brown #992E08
RGB
CMYK
RGB Variations
Color information
#992E08 (or 0x992E08) is known color: Saddle Brown. HEX triplet: 99, 2E and 08. RGB value is (153,46,8). Sum of RGB (Red+Green+Blue) = 153+46+8=207 (27% of max value = 765). Red value is 153 (60.16% from 255 or 73.91% from 207); Green value is 46 (18.36% from 255 or 22.22% from 207); Blue value is 8 (3.52% from 255 or 3.86% from 207); Max value from RGB is 153 - color contains mainly: red. Hex color #992E08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #992E08 is #66D1F7. Grayscale: #494949. Windows color (decimal): -6738424 or 536217. OLE color: 536217.
HSL color Cylindrical-coordinate representation of color #992E08: hue angle of 15.72º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #992E08 is Cyan = 0, Magento = 0.70, Yellow = 0.95 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 46 | 8 | - |
| CMYK | 0 | 0.70 | 0.95 | 0.4 |
| HSL | 15.72º | 0.9% | 0.32% | - |
| HSV(B) | 15.72º | 0.95% | 0.6% | - |
| XYZ | 14.16 | 8.74 | 1.17 | - |
| YUV | 73.66 | 90.95 | 184.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 46 | 8 | 0 | 0.70 | 0.95 | 0.4 | 15.72 | 0.9 | 0.32 |
| Hex | 99 | 2E | 8 | 0 | 46 | 5F | 28 | 10 | 5A | 20 |
| Octal | 231 | 56 | 10 | 0 | 106 | 137 | 50 | 20 | 132 | 40 |
| Binary | 10011001 | 101110 | 1000 | 0 | 1000110 | 1011111 | 101000 | 10000 | 1011010 | 100000 |
Color Harmonies of #992E08
Complementary color
Monochromatic Colors of #992E08
Black with #992E08
Text Example
Text Example
White with #992E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992E08; }
p { color: rgb(153,46,8); }
H1.HeaderClassName
{
color: #992E08;
}
.AnyTagClassName
{
color: #992E08;
}
</style>
background-color css
<style>
a { background-color: #992E08; }
a { background-color: rgb(153,46,8); }
div.DivClassName
{
background-color: #992E08;
}
.BgClassName
{
background-color: #992E08;
}
</style>
border-color css
<style>
span { border-color: #992E08; }
span { border-color: rgb(153,46,8); }
td.TdClassName
{
border-color: #992E08;
}
.TagClassName
{
border-color: #992E08;
}
</style>