Shades of Saddle Brown #99490A
Tints of Saddle Brown #99490A
RGB
CMYK
RGB Variations
Color information
#99490A (or 0x99490A) is known color: Saddle Brown. HEX triplet: 99, 49 and 0A. RGB value is (153,73,10). Sum of RGB (Red+Green+Blue) = 153+73+10=236 (31% of max value = 765). Red value is 153 (60.16% from 255 or 64.83% from 236); Green value is 73 (28.91% from 255 or 30.93% from 236); Blue value is 10 (4.30% from 255 or 4.24% from 236); Max value from RGB is 153 - color contains mainly: red. Hex color #99490A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #99490A is #66B6F5. Grayscale: #5A5A5A. Windows color (decimal): -6731510 or 674201. OLE color: 674201.
HSL color Cylindrical-coordinate representation of color #99490A: hue angle of 26.43º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #99490A is Cyan = 0, Magento = 0.52, Yellow = 0.93 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 73 | 10 | - |
| CMYK | 0 | 0.52 | 0.93 | 0.4 |
| HSL | 26.43º | 0.88% | 0.32% | - |
| HSV(B) | 26.43º | 0.93% | 0.6% | - |
| XYZ | 15.57 | 11.56 | 1.7 | - |
| YUV | 89.74 | 83 | 173.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 73 | 10 | 0 | 0.52 | 0.93 | 0.4 | 26.43 | 0.88 | 0.32 |
| Hex | 99 | 49 | A | 0 | 34 | 5D | 28 | 1A | 58 | 20 |
| Octal | 231 | 111 | 12 | 0 | 64 | 135 | 50 | 32 | 130 | 40 |
| Binary | 10011001 | 1001001 | 1010 | 0 | 110100 | 1011101 | 101000 | 11010 | 1011000 | 100000 |
Color Harmonies of #99490A
Complementary color
Monochromatic Colors of #99490A
Black with #99490A
Text Example
Text Example
White with #99490A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99490A; }
p { color: rgb(153,73,10); }
H1.HeaderClassName
{
color: #99490A;
}
.AnyTagClassName
{
color: #99490A;
}
</style>
background-color css
<style>
a { background-color: #99490A; }
a { background-color: rgb(153,73,10); }
div.DivClassName
{
background-color: #99490A;
}
.BgClassName
{
background-color: #99490A;
}
</style>
border-color css
<style>
span { border-color: #99490A; }
span { border-color: rgb(153,73,10); }
td.TdClassName
{
border-color: #99490A;
}
.TagClassName
{
border-color: #99490A;
}
</style>