Shades of Saddle Brown #9F420E
Tints of Saddle Brown #9F420E
RGB
CMYK
RGB Variations
Color information
#9F420E (or 0x9F420E) is known color: Saddle Brown. HEX triplet: 9F, 42 and 0E. RGB value is (159,66,14). Sum of RGB (Red+Green+Blue) = 159+66+14=239 (31% of max value = 765). Red value is 159 (62.5% from 255 or 66.53% from 239); Green value is 66 (26.17% from 255 or 27.62% from 239); Blue value is 14 (5.86% from 255 or 5.86% from 239); Max value from RGB is 159 - color contains mainly: red. Hex color #9F420E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F420E is #60BDF1. Grayscale: #585858. Windows color (decimal): -6340082 or 934559. OLE color: 934559.
HSL color Cylindrical-coordinate representation of color #9F420E: hue angle of 21.52º 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 #9F420E is Cyan = 0, Magento = 0.58, Yellow = 0.91 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 66 | 14 | - |
| CMYK | 0 | 0.58 | 0.91 | 0.38 |
| HSL | 21.52º | 0.84% | 0.34% | - |
| HSV(B) | 21.52º | 0.91% | 0.62% | - |
| XYZ | 16.33 | 11.3 | 1.74 | - |
| YUV | 87.88 | 86.31 | 178.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 66 | 14 | 0 | 0.58 | 0.91 | 0.38 | 21.52 | 0.84 | 0.34 |
| Hex | 9F | 42 | E | 0 | 3A | 5B | 26 | 16 | 54 | 22 |
| Octal | 237 | 102 | 16 | 0 | 72 | 133 | 46 | 26 | 124 | 42 |
| Binary | 10011111 | 1000010 | 1110 | 0 | 111010 | 1011011 | 100110 | 10110 | 1010100 | 100010 |
Color Harmonies of #9F420E
Complementary color
Monochromatic Colors of #9F420E
Black with #9F420E
Text Example
Text Example
White with #9F420E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F420E; }
p { color: rgb(159,66,14); }
H1.HeaderClassName
{
color: #9F420E;
}
.AnyTagClassName
{
color: #9F420E;
}
</style>
background-color css
<style>
a { background-color: #9F420E; }
a { background-color: rgb(159,66,14); }
div.DivClassName
{
background-color: #9F420E;
}
.BgClassName
{
background-color: #9F420E;
}
</style>
border-color css
<style>
span { border-color: #9F420E; }
span { border-color: rgb(159,66,14); }
td.TdClassName
{
border-color: #9F420E;
}
.TagClassName
{
border-color: #9F420E;
}
</style>