Shades of Saddle Brown #9F410C
Tints of Saddle Brown #9F410C
RGB
CMYK
RGB Variations
Color information
#9F410C (or 0x9F410C) is known color: Saddle Brown. HEX triplet: 9F, 41 and 0C. RGB value is (159,65,12). Sum of RGB (Red+Green+Blue) = 159+65+12=236 (31% of max value = 765). Red value is 159 (62.5% from 255 or 67.37% from 236); Green value is 65 (25.78% from 255 or 27.54% from 236); Blue value is 12 (5.08% from 255 or 5.08% from 236); Max value from RGB is 159 - color contains mainly: red. Hex color #9F410C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F410C is #60BEF3. Grayscale: #575757. Windows color (decimal): -6340340 or 803231. OLE color: 803231.
HSL color Cylindrical-coordinate representation of color #9F410C: hue angle of 21.63º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9F410C is Cyan = 0, Magento = 0.59, Yellow = 0.92 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 65 | 12 | - |
| CMYK | 0 | 0.59 | 0.92 | 0.38 |
| HSL | 21.63º | 0.86% | 0.34% | - |
| HSV(B) | 21.63º | 0.92% | 0.62% | - |
| XYZ | 16.25 | 11.18 | 1.65 | - |
| YUV | 87.06 | 85.64 | 179.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 65 | 12 | 0 | 0.59 | 0.92 | 0.38 | 21.63 | 0.86 | 0.34 |
| Hex | 9F | 41 | C | 0 | 3B | 5C | 26 | 16 | 56 | 22 |
| Octal | 237 | 101 | 14 | 0 | 73 | 134 | 46 | 26 | 126 | 42 |
| Binary | 10011111 | 1000001 | 1100 | 0 | 111011 | 1011100 | 100110 | 10110 | 1010110 | 100010 |
Color Harmonies of #9F410C
Complementary color
Monochromatic Colors of #9F410C
Black with #9F410C
Text Example
Text Example
White with #9F410C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F410C; }
p { color: rgb(159,65,12); }
H1.HeaderClassName
{
color: #9F410C;
}
.AnyTagClassName
{
color: #9F410C;
}
</style>
background-color css
<style>
a { background-color: #9F410C; }
a { background-color: rgb(159,65,12); }
div.DivClassName
{
background-color: #9F410C;
}
.BgClassName
{
background-color: #9F410C;
}
</style>
border-color css
<style>
span { border-color: #9F410C; }
span { border-color: rgb(159,65,12); }
td.TdClassName
{
border-color: #9F410C;
}
.TagClassName
{
border-color: #9F410C;
}
</style>