Shades of Saddle Brown #9F460F
Tints of Saddle Brown #9F460F
RGB
CMYK
RGB Variations
Color information
#9F460F (or 0x9F460F) is known color: Saddle Brown. HEX triplet: 9F, 46 and 0F. RGB value is (159,70,15). Sum of RGB (Red+Green+Blue) = 159+70+15=244 (32% of max value = 765). Red value is 159 (62.5% from 255 or 65.16% from 244); Green value is 70 (27.73% from 255 or 28.69% from 244); Blue value is 15 (6.25% from 255 or 6.15% from 244); Max value from RGB is 159 - color contains mainly: red. Hex color #9F460F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F460F is #60B9F0. Grayscale: #5A5A5A. Windows color (decimal): -6339057 or 1001119. OLE color: 1001119.
HSL color Cylindrical-coordinate representation of color #9F460F: hue angle of 22.92º degrees, saturation: 0.83, 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 #9F460F is Cyan = 0, Magento = 0.56, Yellow = 0.91 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 70 | 15 | - |
| CMYK | 0 | 0.56 | 0.91 | 0.38 |
| HSL | 22.92º | 0.83% | 0.34% | - |
| HSV(B) | 22.92º | 0.91% | 0.62% | - |
| XYZ | 16.57 | 11.79 | 1.85 | - |
| YUV | 90.34 | 85.49 | 176.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 70 | 15 | 0 | 0.56 | 0.91 | 0.38 | 22.92 | 0.83 | 0.34 |
| Hex | 9F | 46 | F | 0 | 38 | 5B | 26 | 17 | 53 | 22 |
| Octal | 237 | 106 | 17 | 0 | 70 | 133 | 46 | 27 | 123 | 42 |
| Binary | 10011111 | 1000110 | 1111 | 0 | 111000 | 1011011 | 100110 | 10111 | 1010011 | 100010 |
Color Harmonies of #9F460F
Complementary color
Monochromatic Colors of #9F460F
Black with #9F460F
Text Example
Text Example
White with #9F460F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F460F; }
p { color: rgb(159,70,15); }
H1.HeaderClassName
{
color: #9F460F;
}
.AnyTagClassName
{
color: #9F460F;
}
</style>
background-color css
<style>
a { background-color: #9F460F; }
a { background-color: rgb(159,70,15); }
div.DivClassName
{
background-color: #9F460F;
}
.BgClassName
{
background-color: #9F460F;
}
</style>
border-color css
<style>
span { border-color: #9F460F; }
span { border-color: rgb(159,70,15); }
td.TdClassName
{
border-color: #9F460F;
}
.TagClassName
{
border-color: #9F460F;
}
</style>