Shades of Saddle Brown #A14511
Tints of Saddle Brown #A14511
RGB
CMYK
RGB Variations
Color information
#A14511 (or 0xA14511) is known color: Saddle Brown. HEX triplet: A1, 45 and 11. RGB value is (161,69,17). Sum of RGB (Red+Green+Blue) = 161+69+17=247 (32% of max value = 765). Red value is 161 (63.28% from 255 or 65.18% from 247); Green value is 69 (27.34% from 255 or 27.94% from 247); Blue value is 17 (7.03% from 255 or 6.88% from 247); Max value from RGB is 161 - color contains mainly: red. Hex color #A14511 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A14511 is #5EBAEE. Grayscale: #5A5A5A. Windows color (decimal): -6208239 or 1131937. OLE color: 1131937.
HSL color Cylindrical-coordinate representation of color #A14511: hue angle of 21.67º 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 #A14511 is Cyan = 0, Magento = 0.57, Yellow = 0.89 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 69 | 17 | - |
| CMYK | 0 | 0.57 | 0.89 | 0.37 |
| HSL | 21.67º | 0.81% | 0.35% | - |
| HSV(B) | 21.67º | 0.89% | 0.63% | - |
| XYZ | 16.93 | 11.87 | 1.93 | - |
| YUV | 90.58 | 86.48 | 178.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 69 | 17 | 0 | 0.57 | 0.89 | 0.37 | 21.67 | 0.81 | 0.35 |
| Hex | A1 | 45 | 11 | 0 | 39 | 59 | 25 | 16 | 51 | 23 |
| Octal | 241 | 105 | 21 | 0 | 71 | 131 | 45 | 26 | 121 | 43 |
| Binary | 10100001 | 1000101 | 10001 | 0 | 111001 | 1011001 | 100101 | 10110 | 1010001 | 100011 |
Color Harmonies of #A14511
Complementary color
Monochromatic Colors of #A14511
Black with #A14511
Text Example
Text Example
White with #A14511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14511; }
p { color: rgb(161,69,17); }
H1.HeaderClassName
{
color: #A14511;
}
.AnyTagClassName
{
color: #A14511;
}
</style>
background-color css
<style>
a { background-color: #A14511; }
a { background-color: rgb(161,69,17); }
div.DivClassName
{
background-color: #A14511;
}
.BgClassName
{
background-color: #A14511;
}
</style>
border-color css
<style>
span { border-color: #A14511; }
span { border-color: rgb(161,69,17); }
td.TdClassName
{
border-color: #A14511;
}
.TagClassName
{
border-color: #A14511;
}
</style>