Shades of Saddle Brown #99490C
Tints of Saddle Brown #99490C
RGB
CMYK
RGB Variations
Color information
#99490C (or 0x99490C) is known color: Saddle Brown. HEX triplet: 99, 49 and 0C. RGB value is (153,73,12). Sum of RGB (Red+Green+Blue) = 153+73+12=238 (31% of max value = 765). Red value is 153 (60.16% from 255 or 64.29% from 238); Green value is 73 (28.91% from 255 or 30.67% from 238); Blue value is 12 (5.08% from 255 or 5.04% from 238); Max value from RGB is 153 - color contains mainly: red. Hex color #99490C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #99490C is #66B6F3. Grayscale: #5A5A5A. Windows color (decimal): -6731508 or 805273. OLE color: 805273.
HSL color Cylindrical-coordinate representation of color #99490C: hue angle of 25.96º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #99490C is Cyan = 0, Magento = 0.52, Yellow = 0.92 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 73 | 12 | - |
| CMYK | 0 | 0.52 | 0.92 | 0.4 |
| HSL | 25.96º | 0.85% | 0.32% | - |
| HSV(B) | 25.96º | 0.92% | 0.6% | - |
| XYZ | 15.59 | 11.56 | 1.76 | - |
| YUV | 89.97 | 84 | 172.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 73 | 12 | 0 | 0.52 | 0.92 | 0.4 | 25.96 | 0.85 | 0.32 |
| Hex | 99 | 49 | C | 0 | 34 | 5C | 28 | 1A | 55 | 20 |
| Octal | 231 | 111 | 14 | 0 | 64 | 134 | 50 | 32 | 125 | 40 |
| Binary | 10011001 | 1001001 | 1100 | 0 | 110100 | 1011100 | 101000 | 11010 | 1010101 | 100000 |
Color Harmonies of #99490C
Complementary color
Monochromatic Colors of #99490C
Black with #99490C
Text Example
Text Example
White with #99490C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99490C; }
p { color: rgb(153,73,12); }
H1.HeaderClassName
{
color: #99490C;
}
.AnyTagClassName
{
color: #99490C;
}
</style>
background-color css
<style>
a { background-color: #99490C; }
a { background-color: rgb(153,73,12); }
div.DivClassName
{
background-color: #99490C;
}
.BgClassName
{
background-color: #99490C;
}
</style>
border-color css
<style>
span { border-color: #99490C; }
span { border-color: rgb(153,73,12); }
td.TdClassName
{
border-color: #99490C;
}
.TagClassName
{
border-color: #99490C;
}
</style>