Shades of Saddle Brown #9F4612
Tints of Saddle Brown #9F4612
RGB
CMYK
RGB Variations
Color information
#9F4612 (or 0x9F4612) is known color: Saddle Brown. HEX triplet: 9F, 46 and 12. RGB value is (159,70,18). Sum of RGB (Red+Green+Blue) = 159+70+18=247 (32% of max value = 765). Red value is 159 (62.5% from 255 or 64.37% from 247); Green value is 70 (27.73% from 255 or 28.34% from 247); Blue value is 18 (7.42% from 255 or 7.29% from 247); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4612 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F4612 is #60B9ED. Grayscale: #5A5A5A. Windows color (decimal): -6339054 or 1197727. OLE color: 1197727.
HSL color Cylindrical-coordinate representation of color #9F4612: hue angle of 22.13º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9F4612 is Cyan = 0, Magento = 0.56, Yellow = 0.89 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 70 | 18 | - |
| CMYK | 0 | 0.56 | 0.89 | 0.38 |
| HSL | 22.13º | 0.8% | 0.35% | - |
| HSV(B) | 22.13º | 0.89% | 0.62% | - |
| XYZ | 16.6 | 11.79 | 1.97 | - |
| YUV | 90.68 | 86.99 | 176.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 70 | 18 | 0 | 0.56 | 0.89 | 0.38 | 22.13 | 0.8 | 0.35 |
| Hex | 9F | 46 | 12 | 0 | 38 | 59 | 26 | 16 | 50 | 23 |
| Octal | 237 | 106 | 22 | 0 | 70 | 131 | 46 | 26 | 120 | 43 |
| Binary | 10011111 | 1000110 | 10010 | 0 | 111000 | 1011001 | 100110 | 10110 | 1010000 | 100011 |
Color Harmonies of #9F4612
Complementary color
Monochromatic Colors of #9F4612
Black with #9F4612
Text Example
Text Example
White with #9F4612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F4612; }
p { color: rgb(159,70,18); }
H1.HeaderClassName
{
color: #9F4612;
}
.AnyTagClassName
{
color: #9F4612;
}
</style>
background-color css
<style>
a { background-color: #9F4612; }
a { background-color: rgb(159,70,18); }
div.DivClassName
{
background-color: #9F4612;
}
.BgClassName
{
background-color: #9F4612;
}
</style>
border-color css
<style>
span { border-color: #9F4612; }
span { border-color: rgb(159,70,18); }
td.TdClassName
{
border-color: #9F4612;
}
.TagClassName
{
border-color: #9F4612;
}
</style>