Shades of Saddle Brown #A04411
Tints of Saddle Brown #A04411
RGB
CMYK
RGB Variations
Color information
#A04411 (or 0xA04411) is known color: Saddle Brown. HEX triplet: A0, 44 and 11. RGB value is (160,68,17). Sum of RGB (Red+Green+Blue) = 160+68+17=245 (32% of max value = 765). Red value is 160 (62.89% from 255 or 65.31% from 245); Green value is 68 (26.95% from 255 or 27.76% from 245); Blue value is 17 (7.03% from 255 or 6.94% from 245); Max value from RGB is 160 - color contains mainly: red. Hex color #A04411 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A04411 is #5FBBEE. Grayscale: #595959. Windows color (decimal): -6274031 or 1131680. OLE color: 1131680.
HSL color Cylindrical-coordinate representation of color #A04411: hue angle of 21.4º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A04411 is Cyan = 0, Magento = 0.57, Yellow = 0.89 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 68 | 17 | - |
| CMYK | 0 | 0.57 | 0.89 | 0.37 |
| HSL | 21.4º | 0.81% | 0.35% | - |
| HSV(B) | 21.4º | 0.89% | 0.63% | - |
| XYZ | 16.67 | 11.65 | 1.9 | - |
| YUV | 89.69 | 86.98 | 178.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 68 | 17 | 0 | 0.57 | 0.89 | 0.37 | 21.4 | 0.81 | 0.35 |
| Hex | A0 | 44 | 11 | 0 | 39 | 59 | 25 | 15 | 51 | 23 |
| Octal | 240 | 104 | 21 | 0 | 71 | 131 | 45 | 25 | 121 | 43 |
| Binary | 10100000 | 1000100 | 10001 | 0 | 111001 | 1011001 | 100101 | 10101 | 1010001 | 100011 |
Color Harmonies of #A04411
Complementary color
Monochromatic Colors of #A04411
Black with #A04411
Text Example
Text Example
White with #A04411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04411; }
p { color: rgb(160,68,17); }
H1.HeaderClassName
{
color: #A04411;
}
.AnyTagClassName
{
color: #A04411;
}
</style>
background-color css
<style>
a { background-color: #A04411; }
a { background-color: rgb(160,68,17); }
div.DivClassName
{
background-color: #A04411;
}
.BgClassName
{
background-color: #A04411;
}
</style>
border-color css
<style>
span { border-color: #A04411; }
span { border-color: rgb(160,68,17); }
td.TdClassName
{
border-color: #A04411;
}
.TagClassName
{
border-color: #A04411;
}
</style>