Shades of Saddle Brown #9F410F
Tints of Saddle Brown #9F410F
RGB
CMYK
RGB Variations
Color information
#9F410F (or 0x9F410F) is known color: Saddle Brown. HEX triplet: 9F, 41 and 0F. RGB value is (159,65,15). Sum of RGB (Red+Green+Blue) = 159+65+15=239 (31% of max value = 765). Red value is 159 (62.5% from 255 or 66.53% from 239); Green value is 65 (25.78% from 255 or 27.20% from 239); Blue value is 15 (6.25% from 255 or 6.28% from 239); Max value from RGB is 159 - color contains mainly: red. Hex color #9F410F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F410F is #60BEF0. Grayscale: #575757. Windows color (decimal): -6340337 or 999839. OLE color: 999839.
HSL color Cylindrical-coordinate representation of color #9F410F: hue angle of 20.83º 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 #9F410F is Cyan = 0, Magento = 0.59, Yellow = 0.91 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 65 | 15 | - |
| CMYK | 0 | 0.59 | 0.91 | 0.38 |
| HSL | 20.83º | 0.83% | 0.34% | - |
| HSV(B) | 20.83º | 0.91% | 0.62% | - |
| XYZ | 16.27 | 11.19 | 1.75 | - |
| YUV | 87.41 | 87.14 | 179.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 65 | 15 | 0 | 0.59 | 0.91 | 0.38 | 20.83 | 0.83 | 0.34 |
| Hex | 9F | 41 | F | 0 | 3B | 5B | 26 | 15 | 53 | 22 |
| Octal | 237 | 101 | 17 | 0 | 73 | 133 | 46 | 25 | 123 | 42 |
| Binary | 10011111 | 1000001 | 1111 | 0 | 111011 | 1011011 | 100110 | 10101 | 1010011 | 100010 |
Color Harmonies of #9F410F
Complementary color
Monochromatic Colors of #9F410F
Black with #9F410F
Text Example
Text Example
White with #9F410F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F410F; }
p { color: rgb(159,65,15); }
H1.HeaderClassName
{
color: #9F410F;
}
.AnyTagClassName
{
color: #9F410F;
}
</style>
background-color css
<style>
a { background-color: #9F410F; }
a { background-color: rgb(159,65,15); }
div.DivClassName
{
background-color: #9F410F;
}
.BgClassName
{
background-color: #9F410F;
}
</style>
border-color css
<style>
span { border-color: #9F410F; }
span { border-color: rgb(159,65,15); }
td.TdClassName
{
border-color: #9F410F;
}
.TagClassName
{
border-color: #9F410F;
}
</style>