Shades of Saddle Brown #9F470A
Tints of Saddle Brown #9F470A
RGB
CMYK
RGB Variations
Color information
#9F470A (or 0x9F470A) is known color: Saddle Brown. HEX triplet: 9F, 47 and 0A. RGB value is (159,71,10). Sum of RGB (Red+Green+Blue) = 159+71+10=240 (31% of max value = 765). Red value is 159 (62.5% from 255 or 66.25% from 240); Green value is 71 (28.12% from 255 or 29.58% from 240); Blue value is 10 (4.30% from 255 or 4.17% from 240); Max value from RGB is 159 - color contains mainly: red. Hex color #9F470A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F470A is #60B8F5. Grayscale: #5A5A5A. Windows color (decimal): -6338806 or 673695. OLE color: 673695.
HSL color Cylindrical-coordinate representation of color #9F470A: hue angle of 24.56º 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 #9F470A is Cyan = 0, Magento = 0.55, Yellow = 0.94 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 71 | 10 | - |
| CMYK | 0 | 0.55 | 0.94 | 0.38 |
| HSL | 24.56º | 0.88% | 0.33% | - |
| HSV(B) | 24.56º | 0.94% | 0.62% | - |
| XYZ | 16.61 | 11.9 | 1.71 | - |
| YUV | 90.36 | 82.65 | 176.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 71 | 10 | 0 | 0.55 | 0.94 | 0.38 | 24.56 | 0.88 | 0.33 |
| Hex | 9F | 47 | A | 0 | 37 | 5E | 26 | 19 | 58 | 21 |
| Octal | 237 | 107 | 12 | 0 | 67 | 136 | 46 | 31 | 130 | 41 |
| Binary | 10011111 | 1000111 | 1010 | 0 | 110111 | 1011110 | 100110 | 11001 | 1011000 | 100001 |
Color Harmonies of #9F470A
Complementary color
Monochromatic Colors of #9F470A
Black with #9F470A
Text Example
Text Example
White with #9F470A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F470A; }
p { color: rgb(159,71,10); }
H1.HeaderClassName
{
color: #9F470A;
}
.AnyTagClassName
{
color: #9F470A;
}
</style>
background-color css
<style>
a { background-color: #9F470A; }
a { background-color: rgb(159,71,10); }
div.DivClassName
{
background-color: #9F470A;
}
.BgClassName
{
background-color: #9F470A;
}
</style>
border-color css
<style>
span { border-color: #9F470A; }
span { border-color: rgb(159,71,10); }
td.TdClassName
{
border-color: #9F470A;
}
.TagClassName
{
border-color: #9F470A;
}
</style>