Shades of Saddle Brown #99490F
Tints of Saddle Brown #99490F
RGB
CMYK
RGB Variations
Color information
#99490F (or 0x99490F) is known color: Saddle Brown. HEX triplet: 99, 49 and 0F. RGB value is (153,73,15). Sum of RGB (Red+Green+Blue) = 153+73+15=241 (31% of max value = 765). Red value is 153 (60.16% from 255 or 63.49% from 241); Green value is 73 (28.91% from 255 or 30.29% from 241); Blue value is 15 (6.25% from 255 or 6.22% from 241); Max value from RGB is 153 - color contains mainly: red. Hex color #99490F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #99490F is #66B6F0. Grayscale: #5A5A5A. Windows color (decimal): -6731505 or 1001881. OLE color: 1001881.
HSL color Cylindrical-coordinate representation of color #99490F: hue angle of 25.22º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #99490F is Cyan = 0, Magento = 0.52, Yellow = 0.90 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 73 | 15 | - |
| CMYK | 0 | 0.52 | 0.90 | 0.4 |
| HSL | 25.22º | 0.82% | 0.33% | - |
| HSV(B) | 25.22º | 0.9% | 0.6% | - |
| XYZ | 15.61 | 11.57 | 1.86 | - |
| YUV | 90.31 | 85.5 | 172.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 73 | 15 | 0 | 0.52 | 0.90 | 0.4 | 25.22 | 0.82 | 0.33 |
| Hex | 99 | 49 | F | 0 | 34 | 5A | 28 | 19 | 52 | 21 |
| Octal | 231 | 111 | 17 | 0 | 64 | 132 | 50 | 31 | 122 | 41 |
| Binary | 10011001 | 1001001 | 1111 | 0 | 110100 | 1011010 | 101000 | 11001 | 1010010 | 100001 |
Color Harmonies of #99490F
Complementary color
Monochromatic Colors of #99490F
Black with #99490F
Text Example
Text Example
White with #99490F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99490F; }
p { color: rgb(153,73,15); }
H1.HeaderClassName
{
color: #99490F;
}
.AnyTagClassName
{
color: #99490F;
}
</style>
background-color css
<style>
a { background-color: #99490F; }
a { background-color: rgb(153,73,15); }
div.DivClassName
{
background-color: #99490F;
}
.BgClassName
{
background-color: #99490F;
}
</style>
border-color css
<style>
span { border-color: #99490F; }
span { border-color: rgb(153,73,15); }
td.TdClassName
{
border-color: #99490F;
}
.TagClassName
{
border-color: #99490F;
}
</style>