Shades of Saddle Brown #9F410B
Tints of Saddle Brown #9F410B
RGB
CMYK
RGB Variations
Color information
#9F410B (or 0x9F410B) is known color: Saddle Brown. HEX triplet: 9F, 41 and 0B. RGB value is (159,65,11). Sum of RGB (Red+Green+Blue) = 159+65+11=235 (31% of max value = 765). Red value is 159 (62.5% from 255 or 67.66% from 235); Green value is 65 (25.78% from 255 or 27.66% from 235); Blue value is 11 (4.69% from 255 or 4.68% from 235); Max value from RGB is 159 - color contains mainly: red. Hex color #9F410B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F410B is #60BEF4. Grayscale: #575757. Windows color (decimal): -6340341 or 737695. OLE color: 737695.
HSL color Cylindrical-coordinate representation of color #9F410B: hue angle of 21.89º 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 #9F410B is Cyan = 0, Magento = 0.59, Yellow = 0.93 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 65 | 11 | - |
| CMYK | 0 | 0.59 | 0.93 | 0.38 |
| HSL | 21.89º | 0.87% | 0.33% | - |
| HSV(B) | 21.89º | 0.93% | 0.62% | - |
| XYZ | 16.25 | 11.18 | 1.62 | - |
| YUV | 86.95 | 85.14 | 179.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 65 | 11 | 0 | 0.59 | 0.93 | 0.38 | 21.89 | 0.87 | 0.33 |
| Hex | 9F | 41 | B | 0 | 3B | 5D | 26 | 16 | 57 | 21 |
| Octal | 237 | 101 | 13 | 0 | 73 | 135 | 46 | 26 | 127 | 41 |
| Binary | 10011111 | 1000001 | 1011 | 0 | 111011 | 1011101 | 100110 | 10110 | 1010111 | 100001 |
Color Harmonies of #9F410B
Complementary color
Monochromatic Colors of #9F410B
Black with #9F410B
Text Example
Text Example
White with #9F410B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F410B; }
p { color: rgb(159,65,11); }
H1.HeaderClassName
{
color: #9F410B;
}
.AnyTagClassName
{
color: #9F410B;
}
</style>
background-color css
<style>
a { background-color: #9F410B; }
a { background-color: rgb(159,65,11); }
div.DivClassName
{
background-color: #9F410B;
}
.BgClassName
{
background-color: #9F410B;
}
</style>
border-color css
<style>
span { border-color: #9F410B; }
span { border-color: rgb(159,65,11); }
td.TdClassName
{
border-color: #9F410B;
}
.TagClassName
{
border-color: #9F410B;
}
</style>