Shades of Saddle Brown #9F4910
Tints of Saddle Brown #9F4910
RGB
CMYK
RGB Variations
Color information
#9F4910 (or 0x9F4910) is known color: Saddle Brown. HEX triplet: 9F, 49 and 10. RGB value is (159,73,16). Sum of RGB (Red+Green+Blue) = 159+73+16=248 (32% of max value = 765). Red value is 159 (62.5% from 255 or 64.11% from 248); Green value is 73 (28.91% from 255 or 29.44% from 248); Blue value is 16 (6.64% from 255 or 6.45% from 248); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4910 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F4910 is #60B6EF. Grayscale: #5C5C5C. Windows color (decimal): -6338288 or 1067423. OLE color: 1067423.
HSL color Cylindrical-coordinate representation of color #9F4910: hue angle of 23.92º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9F4910 is Cyan = 0, Magento = 0.54, Yellow = 0.90 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 73 | 16 | - |
| CMYK | 0 | 0.54 | 0.90 | 0.38 |
| HSL | 23.92º | 0.82% | 0.34% | - |
| HSV(B) | 23.92º | 0.9% | 0.62% | - |
| XYZ | 16.77 | 12.17 | 1.96 | - |
| YUV | 92.22 | 84.99 | 175.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 73 | 16 | 0 | 0.54 | 0.90 | 0.38 | 23.92 | 0.82 | 0.34 |
| Hex | 9F | 49 | 10 | 0 | 36 | 5A | 26 | 18 | 52 | 22 |
| Octal | 237 | 111 | 20 | 0 | 66 | 132 | 46 | 30 | 122 | 42 |
| Binary | 10011111 | 1001001 | 10000 | 0 | 110110 | 1011010 | 100110 | 11000 | 1010010 | 100010 |
Color Harmonies of #9F4910
Complementary color
Monochromatic Colors of #9F4910
Black with #9F4910
Text Example
Text Example
White with #9F4910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F4910; }
p { color: rgb(159,73,16); }
H1.HeaderClassName
{
color: #9F4910;
}
.AnyTagClassName
{
color: #9F4910;
}
</style>
background-color css
<style>
a { background-color: #9F4910; }
a { background-color: rgb(159,73,16); }
div.DivClassName
{
background-color: #9F4910;
}
.BgClassName
{
background-color: #9F4910;
}
</style>
border-color css
<style>
span { border-color: #9F4910; }
span { border-color: rgb(159,73,16); }
td.TdClassName
{
border-color: #9F4910;
}
.TagClassName
{
border-color: #9F4910;
}
</style>