Shades of Saddle Brown #992F03
Tints of Saddle Brown #992F03
RGB
CMYK
RGB Variations
Color information
#992F03 (or 0x992F03) is known color: Saddle Brown. HEX triplet: 99, 2F and 03. RGB value is (153,47,3). Sum of RGB (Red+Green+Blue) = 153+47+3=203 (26% of max value = 765). Red value is 153 (60.16% from 255 or 75.37% from 203); Green value is 47 (18.75% from 255 or 23.15% from 203); Blue value is 3 (1.56% from 255 or 1.48% from 203); Max value from RGB is 153 - color contains mainly: red. Hex color #992F03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #992F03 is #66D0FC. Grayscale: #494949. Windows color (decimal): -6738173 or 208793. OLE color: 208793.
HSL color Cylindrical-coordinate representation of color #992F03: hue angle of 17.6º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #992F03 is Cyan = 0, Magento = 0.69, Yellow = 0.98 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 47 | 3 | - |
| CMYK | 0 | 0.69 | 0.98 | 0.4 |
| HSL | 17.6º | 0.96% | 0.31% | - |
| HSV(B) | 17.6º | 0.98% | 0.6% | - |
| XYZ | 14.17 | 8.81 | 1.04 | - |
| YUV | 73.68 | 88.12 | 184.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 47 | 3 | 0 | 0.69 | 0.98 | 0.4 | 17.6 | 0.96 | 0.31 |
| Hex | 99 | 2F | 3 | 0 | 45 | 62 | 28 | 12 | 60 | 1F |
| Octal | 231 | 57 | 3 | 0 | 105 | 142 | 50 | 22 | 140 | 37 |
| Binary | 10011001 | 101111 | 11 | 0 | 1000101 | 1100010 | 101000 | 10010 | 1100000 | 11111 |
Color Harmonies of #992F03
Complementary color
Monochromatic Colors of #992F03
Black with #992F03
Text Example
Text Example
White with #992F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992F03; }
p { color: rgb(153,47,3); }
H1.HeaderClassName
{
color: #992F03;
}
.AnyTagClassName
{
color: #992F03;
}
</style>
background-color css
<style>
a { background-color: #992F03; }
a { background-color: rgb(153,47,3); }
div.DivClassName
{
background-color: #992F03;
}
.BgClassName
{
background-color: #992F03;
}
</style>
border-color css
<style>
span { border-color: #992F03; }
span { border-color: rgb(153,47,3); }
td.TdClassName
{
border-color: #992F03;
}
.TagClassName
{
border-color: #992F03;
}
</style>