Shades of Saddle Brown #A04511
Tints of Saddle Brown #A04511
RGB
CMYK
RGB Variations
Color information
#A04511 (or 0xA04511) is known color: Saddle Brown. HEX triplet: A0, 45 and 11. RGB value is (160,69,17). Sum of RGB (Red+Green+Blue) = 160+69+17=246 (32% of max value = 765). Red value is 160 (62.89% from 255 or 65.04% from 246); Green value is 69 (27.34% from 255 or 28.05% from 246); Blue value is 17 (7.03% from 255 or 6.91% from 246); Max value from RGB is 160 - color contains mainly: red. Hex color #A04511 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A04511 is #5FBAEE. Grayscale: #5A5A5A. Windows color (decimal): -6273775 or 1131936. OLE color: 1131936.
HSL color Cylindrical-coordinate representation of color #A04511: hue angle of 21.82º 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 #A04511 is Cyan = 0, Magento = 0.57, Yellow = 0.89 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 69 | 17 | - |
| CMYK | 0 | 0.57 | 0.89 | 0.37 |
| HSL | 21.82º | 0.81% | 0.35% | - |
| HSV(B) | 21.82º | 0.89% | 0.63% | - |
| XYZ | 16.73 | 11.77 | 1.92 | - |
| YUV | 90.28 | 86.65 | 177.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 69 | 17 | 0 | 0.57 | 0.89 | 0.37 | 21.82 | 0.81 | 0.35 |
| Hex | A0 | 45 | 11 | 0 | 39 | 59 | 25 | 16 | 51 | 23 |
| Octal | 240 | 105 | 21 | 0 | 71 | 131 | 45 | 26 | 121 | 43 |
| Binary | 10100000 | 1000101 | 10001 | 0 | 111001 | 1011001 | 100101 | 10110 | 1010001 | 100011 |
Color Harmonies of #A04511
Complementary color
Monochromatic Colors of #A04511
Black with #A04511
Text Example
Text Example
White with #A04511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04511; }
p { color: rgb(160,69,17); }
H1.HeaderClassName
{
color: #A04511;
}
.AnyTagClassName
{
color: #A04511;
}
</style>
background-color css
<style>
a { background-color: #A04511; }
a { background-color: rgb(160,69,17); }
div.DivClassName
{
background-color: #A04511;
}
.BgClassName
{
background-color: #A04511;
}
</style>
border-color css
<style>
span { border-color: #A04511; }
span { border-color: rgb(160,69,17); }
td.TdClassName
{
border-color: #A04511;
}
.TagClassName
{
border-color: #A04511;
}
</style>