Shades of Saddle Brown #9F500A
Tints of Saddle Brown #9F500A
RGB
CMYK
RGB Variations
Color information
#9F500A (or 0x9F500A) is known color: Saddle Brown. HEX triplet: 9F, 50 and 0A. RGB value is (159,80,10). Sum of RGB (Red+Green+Blue) = 159+80+10=249 (32% of max value = 765). Red value is 159 (62.5% from 255 or 63.86% from 249); Green value is 80 (31.64% from 255 or 32.13% from 249); Blue value is 10 (4.30% from 255 or 4.02% from 249); Max value from RGB is 159 - color contains mainly: red. Hex color #9F500A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9F500A is #60AFF5. Grayscale: #5F5F5F. Windows color (decimal): -6336502 or 675999. OLE color: 675999.
HSL color Cylindrical-coordinate representation of color #9F500A: hue angle of 28.19º 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 #9F500A is Cyan = 0, Magento = 0.50, Yellow = 0.94 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 80 | 10 | - |
| CMYK | 0 | 0.50 | 0.94 | 0.38 |
| HSL | 28.19º | 0.88% | 0.33% | - |
| HSV(B) | 28.19º | 0.94% | 0.62% | - |
| XYZ | 17.22 | 13.13 | 1.91 | - |
| YUV | 95.64 | 79.67 | 173.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 80 | 10 | 0 | 0.50 | 0.94 | 0.38 | 28.19 | 0.88 | 0.33 |
| Hex | 9F | 50 | A | 0 | 32 | 5E | 26 | 1C | 58 | 21 |
| Octal | 237 | 120 | 12 | 0 | 62 | 136 | 46 | 34 | 130 | 41 |
| Binary | 10011111 | 1010000 | 1010 | 0 | 110010 | 1011110 | 100110 | 11100 | 1011000 | 100001 |
Color Harmonies of #9F500A
Complementary color
Monochromatic Colors of #9F500A
Black with #9F500A
Text Example
Text Example
White with #9F500A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F500A; }
p { color: rgb(159,80,10); }
H1.HeaderClassName
{
color: #9F500A;
}
.AnyTagClassName
{
color: #9F500A;
}
</style>
background-color css
<style>
a { background-color: #9F500A; }
a { background-color: rgb(159,80,10); }
div.DivClassName
{
background-color: #9F500A;
}
.BgClassName
{
background-color: #9F500A;
}
</style>
border-color css
<style>
span { border-color: #9F500A; }
span { border-color: rgb(159,80,10); }
td.TdClassName
{
border-color: #9F500A;
}
.TagClassName
{
border-color: #9F500A;
}
</style>