Shades of Saddle Brown #9F400C
Tints of Saddle Brown #9F400C
RGB
CMYK
RGB Variations
Color information
#9F400C (or 0x9F400C) is known color: Saddle Brown. HEX triplet: 9F, 40 and 0C. RGB value is (159,64,12). Sum of RGB (Red+Green+Blue) = 159+64+12=235 (31% of max value = 765). Red value is 159 (62.5% from 255 or 67.66% from 235); Green value is 64 (25.39% from 255 or 27.23% from 235); Blue value is 12 (5.08% from 255 or 5.11% from 235); Max value from RGB is 159 - color contains mainly: red. Hex color #9F400C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F400C is #60BFF3. Grayscale: #565656. Windows color (decimal): -6340596 or 802975. OLE color: 802975.
HSL color Cylindrical-coordinate representation of color #9F400C: hue angle of 21.22º 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 #9F400C is Cyan = 0, Magento = 0.60, Yellow = 0.92 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 64 | 12 | - |
| CMYK | 0 | 0.60 | 0.92 | 0.38 |
| HSL | 21.22º | 0.86% | 0.34% | - |
| HSV(B) | 21.22º | 0.92% | 0.62% | - |
| XYZ | 16.2 | 11.06 | 1.63 | - |
| YUV | 86.48 | 85.97 | 179.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 64 | 12 | 0 | 0.60 | 0.92 | 0.38 | 21.22 | 0.86 | 0.34 |
| Hex | 9F | 40 | C | 0 | 3C | 5C | 26 | 15 | 56 | 22 |
| Octal | 237 | 100 | 14 | 0 | 74 | 134 | 46 | 25 | 126 | 42 |
| Binary | 10011111 | 1000000 | 1100 | 0 | 111100 | 1011100 | 100110 | 10101 | 1010110 | 100010 |
Color Harmonies of #9F400C
Complementary color
Monochromatic Colors of #9F400C
Black with #9F400C
Text Example
Text Example
White with #9F400C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F400C; }
p { color: rgb(159,64,12); }
H1.HeaderClassName
{
color: #9F400C;
}
.AnyTagClassName
{
color: #9F400C;
}
</style>
background-color css
<style>
a { background-color: #9F400C; }
a { background-color: rgb(159,64,12); }
div.DivClassName
{
background-color: #9F400C;
}
.BgClassName
{
background-color: #9F400C;
}
</style>
border-color css
<style>
span { border-color: #9F400C; }
span { border-color: rgb(159,64,12); }
td.TdClassName
{
border-color: #9F400C;
}
.TagClassName
{
border-color: #9F400C;
}
</style>