Shades of Saddle Brown #A1450E
Tints of Saddle Brown #A1450E
RGB
CMYK
RGB Variations
Color information
#A1450E (or 0xA1450E) is known color: Saddle Brown. HEX triplet: A1, 45 and 0E. RGB value is (161,69,14). Sum of RGB (Red+Green+Blue) = 161+69+14=244 (32% of max value = 765). Red value is 161 (63.28% from 255 or 65.98% from 244); Green value is 69 (27.34% from 255 or 28.28% from 244); Blue value is 14 (5.86% from 255 or 5.74% from 244); Max value from RGB is 161 - color contains mainly: red. Hex color #A1450E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A1450E is #5EBAF1. Grayscale: #5A5A5A. Windows color (decimal): -6208242 or 935329. OLE color: 935329.
HSL color Cylindrical-coordinate representation of color #A1450E: hue angle of 22.45º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A1450E is Cyan = 0, Magento = 0.57, Yellow = 0.91 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 69 | 14 | - |
| CMYK | 0 | 0.57 | 0.91 | 0.37 |
| HSL | 22.45º | 0.84% | 0.34% | - |
| HSV(B) | 22.45º | 0.91% | 0.63% | - |
| XYZ | 16.91 | 11.87 | 1.81 | - |
| YUV | 90.24 | 84.98 | 178.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 69 | 14 | 0 | 0.57 | 0.91 | 0.37 | 22.45 | 0.84 | 0.34 |
| Hex | A1 | 45 | E | 0 | 39 | 5B | 25 | 16 | 54 | 22 |
| Octal | 241 | 105 | 16 | 0 | 71 | 133 | 45 | 26 | 124 | 42 |
| Binary | 10100001 | 1000101 | 1110 | 0 | 111001 | 1011011 | 100101 | 10110 | 1010100 | 100010 |
Color Harmonies of #A1450E
Complementary color
Monochromatic Colors of #A1450E
Black with #A1450E
Text Example
Text Example
White with #A1450E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1450E; }
p { color: rgb(161,69,14); }
H1.HeaderClassName
{
color: #A1450E;
}
.AnyTagClassName
{
color: #A1450E;
}
</style>
background-color css
<style>
a { background-color: #A1450E; }
a { background-color: rgb(161,69,14); }
div.DivClassName
{
background-color: #A1450E;
}
.BgClassName
{
background-color: #A1450E;
}
</style>
border-color css
<style>
span { border-color: #A1450E; }
span { border-color: rgb(161,69,14); }
td.TdClassName
{
border-color: #A1450E;
}
.TagClassName
{
border-color: #A1450E;
}
</style>