Shades of Saddle Brown #99470F
Tints of Saddle Brown #99470F
RGB
CMYK
RGB Variations
Color information
#99470F (or 0x99470F) is known color: Saddle Brown. HEX triplet: 99, 47 and 0F. RGB value is (153,71,15). Sum of RGB (Red+Green+Blue) = 153+71+15=239 (31% of max value = 765). Red value is 153 (60.16% from 255 or 64.02% from 239); Green value is 71 (28.12% from 255 or 29.71% from 239); Blue value is 15 (6.25% from 255 or 6.28% from 239); Max value from RGB is 153 - color contains mainly: red. Hex color #99470F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #99470F is #66B8F0. Grayscale: #595959. Windows color (decimal): -6732017 or 1001369. OLE color: 1001369.
HSL color Cylindrical-coordinate representation of color #99470F: hue angle of 24.35º 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 #99470F is Cyan = 0, Magento = 0.54, Yellow = 0.90 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 71 | 15 | - |
| CMYK | 0 | 0.54 | 0.90 | 0.4 |
| HSL | 24.35º | 0.82% | 0.33% | - |
| HSV(B) | 24.35º | 0.9% | 0.6% | - |
| XYZ | 15.48 | 11.31 | 1.82 | - |
| YUV | 89.13 | 86.17 | 173.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 71 | 15 | 0 | 0.54 | 0.90 | 0.4 | 24.35 | 0.82 | 0.33 |
| Hex | 99 | 47 | F | 0 | 36 | 5A | 28 | 18 | 52 | 21 |
| Octal | 231 | 107 | 17 | 0 | 66 | 132 | 50 | 30 | 122 | 41 |
| Binary | 10011001 | 1000111 | 1111 | 0 | 110110 | 1011010 | 101000 | 11000 | 1010010 | 100001 |
Color Harmonies of #99470F
Complementary color
Monochromatic Colors of #99470F
Black with #99470F
Text Example
Text Example
White with #99470F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99470F; }
p { color: rgb(153,71,15); }
H1.HeaderClassName
{
color: #99470F;
}
.AnyTagClassName
{
color: #99470F;
}
</style>
background-color css
<style>
a { background-color: #99470F; }
a { background-color: rgb(153,71,15); }
div.DivClassName
{
background-color: #99470F;
}
.BgClassName
{
background-color: #99470F;
}
</style>
border-color css
<style>
span { border-color: #99470F; }
span { border-color: rgb(153,71,15); }
td.TdClassName
{
border-color: #99470F;
}
.TagClassName
{
border-color: #99470F;
}
</style>