Shades of Saddle Brown #9F4510
Tints of Saddle Brown #9F4510
RGB
CMYK
RGB Variations
Color information
#9F4510 (or 0x9F4510) is known color: Saddle Brown. HEX triplet: 9F, 45 and 10. RGB value is (159,69,16). Sum of RGB (Red+Green+Blue) = 159+69+16=244 (32% of max value = 765). Red value is 159 (62.5% from 255 or 65.16% from 244); Green value is 69 (27.34% from 255 or 28.28% from 244); Blue value is 16 (6.64% from 255 or 6.56% from 244); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4510 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F4510 is #60BAEF. Grayscale: #5A5A5A. Windows color (decimal): -6339312 or 1066399. OLE color: 1066399.
HSL color Cylindrical-coordinate representation of color #9F4510: hue angle of 22.24º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9F4510 is Cyan = 0, Magento = 0.57, Yellow = 0.90 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 69 | 16 | - |
| CMYK | 0 | 0.57 | 0.90 | 0.38 |
| HSL | 22.24º | 0.82% | 0.34% | - |
| HSV(B) | 22.24º | 0.9% | 0.62% | - |
| XYZ | 16.52 | 11.66 | 1.87 | - |
| YUV | 89.87 | 86.32 | 177.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 69 | 16 | 0 | 0.57 | 0.90 | 0.38 | 22.24 | 0.82 | 0.34 |
| Hex | 9F | 45 | 10 | 0 | 39 | 5A | 26 | 16 | 52 | 22 |
| Octal | 237 | 105 | 20 | 0 | 71 | 132 | 46 | 26 | 122 | 42 |
| Binary | 10011111 | 1000101 | 10000 | 0 | 111001 | 1011010 | 100110 | 10110 | 1010010 | 100010 |
Color Harmonies of #9F4510
Complementary color
Monochromatic Colors of #9F4510
Black with #9F4510
Text Example
Text Example
White with #9F4510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F4510; }
p { color: rgb(159,69,16); }
H1.HeaderClassName
{
color: #9F4510;
}
.AnyTagClassName
{
color: #9F4510;
}
</style>
background-color css
<style>
a { background-color: #9F4510; }
a { background-color: rgb(159,69,16); }
div.DivClassName
{
background-color: #9F4510;
}
.BgClassName
{
background-color: #9F4510;
}
</style>
border-color css
<style>
span { border-color: #9F4510; }
span { border-color: rgb(159,69,16); }
td.TdClassName
{
border-color: #9F4510;
}
.TagClassName
{
border-color: #9F4510;
}
</style>