Shades of Saddle Brown #9F3F16
Tints of Saddle Brown #9F3F16
RGB
CMYK
RGB Variations
Color information
#9F3F16 (or 0x9F3F16) is known color: Saddle Brown. HEX triplet: 9F, 3F and 16. RGB value is (159,63,22). Sum of RGB (Red+Green+Blue) = 159+63+22=244 (32% of max value = 765). Red value is 159 (62.5% from 255 or 65.16% from 244); Green value is 63 (25% from 255 or 25.82% from 244); Blue value is 22 (8.98% from 255 or 9.02% from 244); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3F16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F3F16 is #60C0E9. Grayscale: #575757. Windows color (decimal): -6340842 or 1458079. OLE color: 1458079.
HSL color Cylindrical-coordinate representation of color #9F3F16: hue angle of 17.96º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9F3F16 is Cyan = 0, Magento = 0.60, Yellow = 0.86 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 63 | 22 | - |
| CMYK | 0 | 0.60 | 0.86 | 0.38 |
| HSL | 17.96º | 0.76% | 0.35% | - |
| HSV(B) | 17.96º | 0.86% | 0.62% | - |
| XYZ | 16.22 | 10.98 | 2.02 | - |
| YUV | 87.03 | 91.3 | 179.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 63 | 22 | 0 | 0.60 | 0.86 | 0.38 | 17.96 | 0.76 | 0.35 |
| Hex | 9F | 3F | 16 | 0 | 3C | 56 | 26 | 12 | 4C | 23 |
| Octal | 237 | 77 | 26 | 0 | 74 | 126 | 46 | 22 | 114 | 43 |
| Binary | 10011111 | 111111 | 10110 | 0 | 111100 | 1010110 | 100110 | 10010 | 1001100 | 100011 |
Color Harmonies of #9F3F16
Complementary color
Monochromatic Colors of #9F3F16
Black with #9F3F16
Text Example
Text Example
White with #9F3F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F3F16; }
p { color: rgb(159,63,22); }
H1.HeaderClassName
{
color: #9F3F16;
}
.AnyTagClassName
{
color: #9F3F16;
}
</style>
background-color css
<style>
a { background-color: #9F3F16; }
a { background-color: rgb(159,63,22); }
div.DivClassName
{
background-color: #9F3F16;
}
.BgClassName
{
background-color: #9F3F16;
}
</style>
border-color css
<style>
span { border-color: #9F3F16; }
span { border-color: rgb(159,63,22); }
td.TdClassName
{
border-color: #9F3F16;
}
.TagClassName
{
border-color: #9F3F16;
}
</style>