Shades of Saddle Brown #992B00
Tints of Saddle Brown #992B00
RGB
CMYK
RGB Variations
Color information
#992B00 (or 0x992B00) is known color: Saddle Brown. HEX triplet: 99, 2B and 00. RGB value is (153,43,0). Sum of RGB (Red+Green+Blue) = 153+43+0=196 (25% of max value = 765). Red value is 153 (60.16% from 255 or 78.06% from 196); Green value is 43 (17.19% from 255 or 21.94% from 196); Blue value is 0 (0.39% from 255 or 0% from 196); Max value from RGB is 153 - color contains mainly: red. Hex color #992B00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #992B00 is #66D4FF. Grayscale: #474747. Windows color (decimal): -6739200 or 11161. OLE color: 11161.
HSL color Cylindrical-coordinate representation of color #992B00: hue angle of 16.86º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #992B00 is Cyan = 0, Magento = 0.72, Yellow = 1 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 43 | 0 | - |
| CMYK | 0 | 0.72 | 1 | 0.4 |
| HSL | 16.86º | 1% | 0.3% | - |
| HSV(B) | 16.86º | 1% | 0.6% | - |
| XYZ | 14 | 8.5 | 0.9 | - |
| YUV | 70.99 | 87.94 | 186.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 43 | 0 | 0 | 0.72 | 1 | 0.4 | 16.86 | 1 | 0.3 |
| Hex | 99 | 2B | 0 | 0 | 48 | 64 | 28 | 11 | 64 | 1E |
| Octal | 231 | 53 | 0 | 0 | 110 | 144 | 50 | 21 | 144 | 36 |
| Binary | 10011001 | 101011 | 0 | 0 | 1001000 | 1100100 | 101000 | 10001 | 1100100 | 11110 |
Color Harmonies of #992B00
Complementary color
Monochromatic Colors of #992B00
Black with #992B00
Text Example
Text Example
White with #992B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992B00; }
p { color: rgb(153,43,0); }
H1.HeaderClassName
{
color: #992B00;
}
.AnyTagClassName
{
color: #992B00;
}
</style>
background-color css
<style>
a { background-color: #992B00; }
a { background-color: rgb(153,43,0); }
div.DivClassName
{
background-color: #992B00;
}
.BgClassName
{
background-color: #992B00;
}
</style>
border-color css
<style>
span { border-color: #992B00; }
span { border-color: rgb(153,43,0); }
td.TdClassName
{
border-color: #992B00;
}
.TagClassName
{
border-color: #992B00;
}
</style>