Shades of Saddle Brown #992A04
Tints of Saddle Brown #992A04
RGB
CMYK
RGB Variations
Color information
#992A04 (or 0x992A04) is known color: Saddle Brown. HEX triplet: 99, 2A and 04. RGB value is (153,42,4). Sum of RGB (Red+Green+Blue) = 153+42+4=199 (26% of max value = 765). Red value is 153 (60.16% from 255 or 76.88% from 199); Green value is 42 (16.80% from 255 or 21.11% from 199); Blue value is 4 (1.95% from 255 or 2.01% from 199); Max value from RGB is 153 - color contains mainly: red. Hex color #992A04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #992A04 is #66D5FB. Grayscale: #474747. Windows color (decimal): -6739452 or 273049. OLE color: 273049.
HSL color Cylindrical-coordinate representation of color #992A04: hue angle of 15.3º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #992A04 is Cyan = 0, Magento = 0.73, Yellow = 0.97 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 42 | 4 | - |
| CMYK | 0 | 0.73 | 0.97 | 0.4 |
| HSL | 15.3º | 0.95% | 0.31% | - |
| HSV(B) | 15.3º | 0.97% | 0.6% | - |
| XYZ | 13.99 | 8.44 | 1.01 | - |
| YUV | 70.86 | 90.27 | 186.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 42 | 4 | 0 | 0.73 | 0.97 | 0.4 | 15.3 | 0.95 | 0.31 |
| Hex | 99 | 2A | 4 | 0 | 49 | 61 | 28 | F | 5F | 1F |
| Octal | 231 | 52 | 4 | 0 | 111 | 141 | 50 | 17 | 137 | 37 |
| Binary | 10011001 | 101010 | 100 | 0 | 1001001 | 1100001 | 101000 | 1111 | 1011111 | 11111 |
Color Harmonies of #992A04
Complementary color
Monochromatic Colors of #992A04
Black with #992A04
Text Example
Text Example
White with #992A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992A04; }
p { color: rgb(153,42,4); }
H1.HeaderClassName
{
color: #992A04;
}
.AnyTagClassName
{
color: #992A04;
}
</style>
background-color css
<style>
a { background-color: #992A04; }
a { background-color: rgb(153,42,4); }
div.DivClassName
{
background-color: #992A04;
}
.BgClassName
{
background-color: #992A04;
}
</style>
border-color css
<style>
span { border-color: #992A04; }
span { border-color: rgb(153,42,4); }
td.TdClassName
{
border-color: #992A04;
}
.TagClassName
{
border-color: #992A04;
}
</style>