Shades of Saddle Brown #9F470E
Tints of Saddle Brown #9F470E
RGB
CMYK
RGB Variations
Color information
#9F470E (or 0x9F470E) is known color: Saddle Brown. HEX triplet: 9F, 47 and 0E. RGB value is (159,71,14). Sum of RGB (Red+Green+Blue) = 159+71+14=244 (32% of max value = 765). Red value is 159 (62.5% from 255 or 65.16% from 244); Green value is 71 (28.12% from 255 or 29.10% from 244); Blue value is 14 (5.86% from 255 or 5.74% from 244); Max value from RGB is 159 - color contains mainly: red. Hex color #9F470E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F470E is #60B8F1. Grayscale: #5B5B5B. Windows color (decimal): -6338802 or 935839. OLE color: 935839.
HSL color Cylindrical-coordinate representation of color #9F470E: hue angle of 23.59º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9F470E is Cyan = 0, Magento = 0.55, Yellow = 0.91 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 71 | 14 | - |
| CMYK | 0 | 0.55 | 0.91 | 0.38 |
| HSL | 23.59º | 0.84% | 0.34% | - |
| HSV(B) | 23.59º | 0.91% | 0.62% | - |
| XYZ | 16.63 | 11.91 | 1.84 | - |
| YUV | 90.81 | 84.65 | 176.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 71 | 14 | 0 | 0.55 | 0.91 | 0.38 | 23.59 | 0.84 | 0.34 |
| Hex | 9F | 47 | E | 0 | 37 | 5B | 26 | 18 | 54 | 22 |
| Octal | 237 | 107 | 16 | 0 | 67 | 133 | 46 | 30 | 124 | 42 |
| Binary | 10011111 | 1000111 | 1110 | 0 | 110111 | 1011011 | 100110 | 11000 | 1010100 | 100010 |
Color Harmonies of #9F470E
Complementary color
Monochromatic Colors of #9F470E
Black with #9F470E
Text Example
Text Example
White with #9F470E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F470E; }
p { color: rgb(159,71,14); }
H1.HeaderClassName
{
color: #9F470E;
}
.AnyTagClassName
{
color: #9F470E;
}
</style>
background-color css
<style>
a { background-color: #9F470E; }
a { background-color: rgb(159,71,14); }
div.DivClassName
{
background-color: #9F470E;
}
.BgClassName
{
background-color: #9F470E;
}
</style>
border-color css
<style>
span { border-color: #9F470E; }
span { border-color: rgb(159,71,14); }
td.TdClassName
{
border-color: #9F470E;
}
.TagClassName
{
border-color: #9F470E;
}
</style>