Shades of Saddle Brown #9F500B
Tints of Saddle Brown #9F500B
RGB
CMYK
RGB Variations
Color information
#9F500B (or 0x9F500B) is known color: Saddle Brown. HEX triplet: 9F, 50 and 0B. RGB value is (159,80,11). Sum of RGB (Red+Green+Blue) = 159+80+11=250 (33% of max value = 765). Red value is 159 (62.5% from 255 or 63.6% from 250); Green value is 80 (31.64% from 255 or 32% from 250); Blue value is 11 (4.69% from 255 or 4.4% from 250); Max value from RGB is 159 - color contains mainly: red. Hex color #9F500B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9F500B is #60AFF4. Grayscale: #606060. Windows color (decimal): -6336501 or 741535. OLE color: 741535.
HSL color Cylindrical-coordinate representation of color #9F500B: hue angle of 27.97º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9F500B is Cyan = 0, Magento = 0.50, Yellow = 0.93 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 80 | 11 | - |
| CMYK | 0 | 0.50 | 0.93 | 0.38 |
| HSL | 27.97º | 0.87% | 0.33% | - |
| HSV(B) | 27.97º | 0.93% | 0.62% | - |
| XYZ | 17.23 | 13.13 | 1.94 | - |
| YUV | 95.76 | 80.17 | 173.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 80 | 11 | 0 | 0.50 | 0.93 | 0.38 | 27.97 | 0.87 | 0.33 |
| Hex | 9F | 50 | B | 0 | 32 | 5D | 26 | 1C | 57 | 21 |
| Octal | 237 | 120 | 13 | 0 | 62 | 135 | 46 | 34 | 127 | 41 |
| Binary | 10011111 | 1010000 | 1011 | 0 | 110010 | 1011101 | 100110 | 11100 | 1010111 | 100001 |
Color Harmonies of #9F500B
Complementary color
Monochromatic Colors of #9F500B
Black with #9F500B
Text Example
Text Example
White with #9F500B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F500B; }
p { color: rgb(159,80,11); }
H1.HeaderClassName
{
color: #9F500B;
}
.AnyTagClassName
{
color: #9F500B;
}
</style>
background-color css
<style>
a { background-color: #9F500B; }
a { background-color: rgb(159,80,11); }
div.DivClassName
{
background-color: #9F500B;
}
.BgClassName
{
background-color: #9F500B;
}
</style>
border-color css
<style>
span { border-color: #9F500B; }
span { border-color: rgb(159,80,11); }
td.TdClassName
{
border-color: #9F500B;
}
.TagClassName
{
border-color: #9F500B;
}
</style>