Shades of Saddle Brown #9F4110
Tints of Saddle Brown #9F4110
RGB
CMYK
RGB Variations
Color information
#9F4110 (or 0x9F4110) is known color: Saddle Brown. HEX triplet: 9F, 41 and 10. RGB value is (159,65,16). Sum of RGB (Red+Green+Blue) = 159+65+16=240 (31% of max value = 765). Red value is 159 (62.5% from 255 or 66.25% from 240); Green value is 65 (25.78% from 255 or 27.08% from 240); Blue value is 16 (6.64% from 255 or 6.67% from 240); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4110 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F4110 is #60BEEF. Grayscale: #575757. Windows color (decimal): -6340336 or 1065375. OLE color: 1065375.
HSL color Cylindrical-coordinate representation of color #9F4110: hue angle of 20.56º 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 #9F4110 is Cyan = 0, Magento = 0.59, Yellow = 0.90 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 65 | 16 | - |
| CMYK | 0 | 0.59 | 0.90 | 0.38 |
| HSL | 20.56º | 0.82% | 0.34% | - |
| HSV(B) | 20.56º | 0.9% | 0.62% | - |
| XYZ | 16.28 | 11.19 | 1.79 | - |
| YUV | 87.52 | 87.64 | 178.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 65 | 16 | 0 | 0.59 | 0.90 | 0.38 | 20.56 | 0.82 | 0.34 |
| Hex | 9F | 41 | 10 | 0 | 3B | 5A | 26 | 15 | 52 | 22 |
| Octal | 237 | 101 | 20 | 0 | 73 | 132 | 46 | 25 | 122 | 42 |
| Binary | 10011111 | 1000001 | 10000 | 0 | 111011 | 1011010 | 100110 | 10101 | 1010010 | 100010 |
Color Harmonies of #9F4110
Complementary color
Monochromatic Colors of #9F4110
Black with #9F4110
Text Example
Text Example
White with #9F4110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F4110; }
p { color: rgb(159,65,16); }
H1.HeaderClassName
{
color: #9F4110;
}
.AnyTagClassName
{
color: #9F4110;
}
</style>
background-color css
<style>
a { background-color: #9F4110; }
a { background-color: rgb(159,65,16); }
div.DivClassName
{
background-color: #9F4110;
}
.BgClassName
{
background-color: #9F4110;
}
</style>
border-color css
<style>
span { border-color: #9F4110; }
span { border-color: rgb(159,65,16); }
td.TdClassName
{
border-color: #9F4110;
}
.TagClassName
{
border-color: #9F4110;
}
</style>