Shades of Saddle Brown #9F400A
Tints of Saddle Brown #9F400A
RGB
CMYK
RGB Variations
Color information
#9F400A (or 0x9F400A) is known color: Saddle Brown. HEX triplet: 9F, 40 and 0A. RGB value is (159,64,10). Sum of RGB (Red+Green+Blue) = 159+64+10=233 (30% of max value = 765). Red value is 159 (62.5% from 255 or 68.24% from 233); Green value is 64 (25.39% from 255 or 27.47% from 233); Blue value is 10 (4.30% from 255 or 4.29% from 233); Max value from RGB is 159 - color contains mainly: red. Hex color #9F400A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F400A is #60BFF5. Grayscale: #565656. Windows color (decimal): -6340598 or 671903. OLE color: 671903.
HSL color Cylindrical-coordinate representation of color #9F400A: hue angle of 21.74º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9F400A is Cyan = 0, Magento = 0.60, Yellow = 0.94 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 64 | 10 | - |
| CMYK | 0 | 0.60 | 0.94 | 0.38 |
| HSL | 21.74º | 0.88% | 0.33% | - |
| HSV(B) | 21.74º | 0.94% | 0.62% | - |
| XYZ | 16.19 | 11.06 | 1.57 | - |
| YUV | 86.25 | 84.97 | 179.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 64 | 10 | 0 | 0.60 | 0.94 | 0.38 | 21.74 | 0.88 | 0.33 |
| Hex | 9F | 40 | A | 0 | 3C | 5E | 26 | 16 | 58 | 21 |
| Octal | 237 | 100 | 12 | 0 | 74 | 136 | 46 | 26 | 130 | 41 |
| Binary | 10011111 | 1000000 | 1010 | 0 | 111100 | 1011110 | 100110 | 10110 | 1011000 | 100001 |
Color Harmonies of #9F400A
Complementary color
Monochromatic Colors of #9F400A
Black with #9F400A
Text Example
Text Example
White with #9F400A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F400A; }
p { color: rgb(159,64,10); }
H1.HeaderClassName
{
color: #9F400A;
}
.AnyTagClassName
{
color: #9F400A;
}
</style>
background-color css
<style>
a { background-color: #9F400A; }
a { background-color: rgb(159,64,10); }
div.DivClassName
{
background-color: #9F400A;
}
.BgClassName
{
background-color: #9F400A;
}
</style>
border-color css
<style>
span { border-color: #9F400A; }
span { border-color: rgb(159,64,10); }
td.TdClassName
{
border-color: #9F400A;
}
.TagClassName
{
border-color: #9F400A;
}
</style>