Shades of Saddle Brown #9A490E
Tints of Saddle Brown #9A490E
RGB
CMYK
RGB Variations
Color information
#9A490E (or 0x9A490E) is known color: Saddle Brown. HEX triplet: 9A, 49 and 0E. RGB value is (154,73,14). Sum of RGB (Red+Green+Blue) = 154+73+14=241 (31% of max value = 765). Red value is 154 (60.55% from 255 or 63.90% from 241); Green value is 73 (28.91% from 255 or 30.29% from 241); Blue value is 14 (5.86% from 255 or 5.81% from 241); Max value from RGB is 154 - color contains mainly: red. Hex color #9A490E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9A490E is #65B6F1. Grayscale: #5A5A5A. Windows color (decimal): -6665970 or 936346. OLE color: 936346.
HSL color Cylindrical-coordinate representation of color #9A490E: hue angle of 25.29º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9A490E is Cyan = 0, Magento = 0.53, Yellow = 0.91 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 73 | 14 | - |
| CMYK | 0 | 0.53 | 0.91 | 0.40 |
| HSL | 25.29º | 0.83% | 0.33% | - |
| HSV(B) | 25.29º | 0.91% | 0.6% | - |
| XYZ | 15.79 | 11.67 | 1.84 | - |
| YUV | 90.49 | 84.84 | 173.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 73 | 14 | 0 | 0.53 | 0.91 | 0.40 | 25.29 | 0.83 | 0.33 |
| Hex | 9A | 49 | E | 0 | 35 | 5B | 28 | 19 | 53 | 21 |
| Octal | 232 | 111 | 16 | 0 | 65 | 133 | 50 | 31 | 123 | 41 |
| Binary | 10011010 | 1001001 | 1110 | 0 | 110101 | 1011011 | 101000 | 11001 | 1010011 | 100001 |
Color Harmonies of #9A490E
Complementary color
Monochromatic Colors of #9A490E
Black with #9A490E
Text Example
Text Example
White with #9A490E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A490E; }
p { color: rgb(154,73,14); }
H1.HeaderClassName
{
color: #9A490E;
}
.AnyTagClassName
{
color: #9A490E;
}
</style>
background-color css
<style>
a { background-color: #9A490E; }
a { background-color: rgb(154,73,14); }
div.DivClassName
{
background-color: #9A490E;
}
.BgClassName
{
background-color: #9A490E;
}
</style>
border-color css
<style>
span { border-color: #9A490E; }
span { border-color: rgb(154,73,14); }
td.TdClassName
{
border-color: #9A490E;
}
.TagClassName
{
border-color: #9A490E;
}
</style>