Shades of Saddle Brown #9F460B
Tints of Saddle Brown #9F460B
RGB
CMYK
RGB Variations
Color information
#9F460B (or 0x9F460B) is known color: Saddle Brown. HEX triplet: 9F, 46 and 0B. RGB value is (159,70,11). Sum of RGB (Red+Green+Blue) = 159+70+11=240 (31% of max value = 765). Red value is 159 (62.5% from 255 or 66.25% from 240); Green value is 70 (27.73% from 255 or 29.17% from 240); Blue value is 11 (4.69% from 255 or 4.58% from 240); Max value from RGB is 159 - color contains mainly: red. Hex color #9F460B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F460B is #60B9F4. Grayscale: #5A5A5A. Windows color (decimal): -6339061 or 738975. OLE color: 738975.
HSL color Cylindrical-coordinate representation of color #9F460B: hue angle of 23.92º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9F460B is Cyan = 0, Magento = 0.56, Yellow = 0.93 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 70 | 11 | - |
| CMYK | 0 | 0.56 | 0.93 | 0.38 |
| HSL | 23.92º | 0.87% | 0.33% | - |
| HSV(B) | 23.92º | 0.93% | 0.62% | - |
| XYZ | 16.55 | 11.78 | 1.72 | - |
| YUV | 89.89 | 83.49 | 177.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 70 | 11 | 0 | 0.56 | 0.93 | 0.38 | 23.92 | 0.87 | 0.33 |
| Hex | 9F | 46 | B | 0 | 38 | 5D | 26 | 18 | 57 | 21 |
| Octal | 237 | 106 | 13 | 0 | 70 | 135 | 46 | 30 | 127 | 41 |
| Binary | 10011111 | 1000110 | 1011 | 0 | 111000 | 1011101 | 100110 | 11000 | 1010111 | 100001 |
Color Harmonies of #9F460B
Complementary color
Monochromatic Colors of #9F460B
Black with #9F460B
Text Example
Text Example
White with #9F460B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F460B; }
p { color: rgb(159,70,11); }
H1.HeaderClassName
{
color: #9F460B;
}
.AnyTagClassName
{
color: #9F460B;
}
</style>
background-color css
<style>
a { background-color: #9F460B; }
a { background-color: rgb(159,70,11); }
div.DivClassName
{
background-color: #9F460B;
}
.BgClassName
{
background-color: #9F460B;
}
</style>
border-color css
<style>
span { border-color: #9F460B; }
span { border-color: rgb(159,70,11); }
td.TdClassName
{
border-color: #9F460B;
}
.TagClassName
{
border-color: #9F460B;
}
</style>