Shades of Saddle Brown #9F510A
Tints of Saddle Brown #9F510A
RGB
CMYK
RGB Variations
Color information
#9F510A (or 0x9F510A) is known color: Saddle Brown. HEX triplet: 9F, 51 and 0A. RGB value is (159,81,10). Sum of RGB (Red+Green+Blue) = 159+81+10=250 (33% of max value = 765). Red value is 159 (62.5% from 255 or 63.6% from 250); Green value is 81 (32.03% from 255 or 32.4% from 250); Blue value is 10 (4.30% from 255 or 4% from 250); Max value from RGB is 159 - color contains mainly: red. Hex color #9F510A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9F510A is #60AEF5. Grayscale: #606060. Windows color (decimal): -6336246 or 676255. OLE color: 676255.
HSL color Cylindrical-coordinate representation of color #9F510A: hue angle of 28.59º 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 #9F510A is Cyan = 0, Magento = 0.49, Yellow = 0.94 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 81 | 10 | - |
| CMYK | 0 | 0.49 | 0.94 | 0.38 |
| HSL | 28.59º | 0.88% | 0.33% | - |
| HSV(B) | 28.59º | 0.94% | 0.62% | - |
| XYZ | 17.3 | 13.28 | 1.94 | - |
| YUV | 96.23 | 79.34 | 172.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 81 | 10 | 0 | 0.49 | 0.94 | 0.38 | 28.59 | 0.88 | 0.33 |
| Hex | 9F | 51 | A | 0 | 31 | 5E | 26 | 1D | 58 | 21 |
| Octal | 237 | 121 | 12 | 0 | 61 | 136 | 46 | 35 | 130 | 41 |
| Binary | 10011111 | 1010001 | 1010 | 0 | 110001 | 1011110 | 100110 | 11101 | 1011000 | 100001 |
Color Harmonies of #9F510A
Complementary color
Monochromatic Colors of #9F510A
Black with #9F510A
Text Example
Text Example
White with #9F510A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F510A; }
p { color: rgb(159,81,10); }
H1.HeaderClassName
{
color: #9F510A;
}
.AnyTagClassName
{
color: #9F510A;
}
</style>
background-color css
<style>
a { background-color: #9F510A; }
a { background-color: rgb(159,81,10); }
div.DivClassName
{
background-color: #9F510A;
}
.BgClassName
{
background-color: #9F510A;
}
</style>
border-color css
<style>
span { border-color: #9F510A; }
span { border-color: rgb(159,81,10); }
td.TdClassName
{
border-color: #9F510A;
}
.TagClassName
{
border-color: #9F510A;
}
</style>