Shades of Saddle Brown #9F490C
Tints of Saddle Brown #9F490C
RGB
CMYK
RGB Variations
Color information
#9F490C (or 0x9F490C) is known color: Saddle Brown. HEX triplet: 9F, 49 and 0C. RGB value is (159,73,12). Sum of RGB (Red+Green+Blue) = 159+73+12=244 (32% of max value = 765). Red value is 159 (62.5% from 255 or 65.16% from 244); Green value is 73 (28.91% from 255 or 29.92% from 244); Blue value is 12 (5.08% from 255 or 4.92% from 244); Max value from RGB is 159 - color contains mainly: red. Hex color #9F490C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F490C is #60B6F3. Grayscale: #5C5C5C. Windows color (decimal): -6338292 or 805279. OLE color: 805279.
HSL color Cylindrical-coordinate representation of color #9F490C: hue angle of 24.9º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9F490C is Cyan = 0, Magento = 0.54, Yellow = 0.92 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 73 | 12 | - |
| CMYK | 0 | 0.54 | 0.92 | 0.38 |
| HSL | 24.9º | 0.86% | 0.34% | - |
| HSV(B) | 24.9º | 0.92% | 0.62% | - |
| XYZ | 16.75 | 12.16 | 1.81 | - |
| YUV | 91.76 | 82.99 | 175.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 73 | 12 | 0 | 0.54 | 0.92 | 0.38 | 24.9 | 0.86 | 0.34 |
| Hex | 9F | 49 | C | 0 | 36 | 5C | 26 | 19 | 56 | 22 |
| Octal | 237 | 111 | 14 | 0 | 66 | 134 | 46 | 31 | 126 | 42 |
| Binary | 10011111 | 1001001 | 1100 | 0 | 110110 | 1011100 | 100110 | 11001 | 1010110 | 100010 |
Color Harmonies of #9F490C
Complementary color
Monochromatic Colors of #9F490C
Black with #9F490C
Text Example
Text Example
White with #9F490C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F490C; }
p { color: rgb(159,73,12); }
H1.HeaderClassName
{
color: #9F490C;
}
.AnyTagClassName
{
color: #9F490C;
}
</style>
background-color css
<style>
a { background-color: #9F490C; }
a { background-color: rgb(159,73,12); }
div.DivClassName
{
background-color: #9F490C;
}
.BgClassName
{
background-color: #9F490C;
}
</style>
border-color css
<style>
span { border-color: #9F490C; }
span { border-color: rgb(159,73,12); }
td.TdClassName
{
border-color: #9F490C;
}
.TagClassName
{
border-color: #9F490C;
}
</style>