Shades of Saddle Brown #992F09
Tints of Saddle Brown #992F09
RGB
CMYK
RGB Variations
Color information
#992F09 (or 0x992F09) is known color: Saddle Brown. HEX triplet: 99, 2F and 09. RGB value is (153,47,9). Sum of RGB (Red+Green+Blue) = 153+47+9=209 (27% of max value = 765). Red value is 153 (60.16% from 255 or 73.21% from 209); Green value is 47 (18.75% from 255 or 22.49% from 209); Blue value is 9 (3.91% from 255 or 4.31% from 209); Max value from RGB is 153 - color contains mainly: red. Hex color #992F09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #992F09 is #66D0F6. Grayscale: #4A4A4A. Windows color (decimal): -6738167 or 602009. OLE color: 602009.
HSL color Cylindrical-coordinate representation of color #992F09: hue angle of 15.83º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #992F09 is Cyan = 0, Magento = 0.69, Yellow = 0.94 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 47 | 9 | - |
| CMYK | 0 | 0.69 | 0.94 | 0.4 |
| HSL | 15.83º | 0.89% | 0.32% | - |
| HSV(B) | 15.83º | 0.94% | 0.6% | - |
| XYZ | 14.2 | 8.83 | 1.21 | - |
| YUV | 74.36 | 91.12 | 184.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 47 | 9 | 0 | 0.69 | 0.94 | 0.4 | 15.83 | 0.89 | 0.32 |
| Hex | 99 | 2F | 9 | 0 | 45 | 5E | 28 | 10 | 59 | 20 |
| Octal | 231 | 57 | 11 | 0 | 105 | 136 | 50 | 20 | 131 | 40 |
| Binary | 10011001 | 101111 | 1001 | 0 | 1000101 | 1011110 | 101000 | 10000 | 1011001 | 100000 |
Color Harmonies of #992F09
Complementary color
Monochromatic Colors of #992F09
Black with #992F09
Text Example
Text Example
White with #992F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992F09; }
p { color: rgb(153,47,9); }
H1.HeaderClassName
{
color: #992F09;
}
.AnyTagClassName
{
color: #992F09;
}
</style>
background-color css
<style>
a { background-color: #992F09; }
a { background-color: rgb(153,47,9); }
div.DivClassName
{
background-color: #992F09;
}
.BgClassName
{
background-color: #992F09;
}
</style>
border-color css
<style>
span { border-color: #992F09; }
span { border-color: rgb(153,47,9); }
td.TdClassName
{
border-color: #992F09;
}
.TagClassName
{
border-color: #992F09;
}
</style>