Shades of Saddle Brown #A1450C
Tints of Saddle Brown #A1450C
RGB
CMYK
RGB Variations
Color information
#A1450C (or 0xA1450C) is known color: Saddle Brown. HEX triplet: A1, 45 and 0C. RGB value is (161,69,12). Sum of RGB (Red+Green+Blue) = 161+69+12=242 (32% of max value = 765). Red value is 161 (63.28% from 255 or 66.53% from 242); Green value is 69 (27.34% from 255 or 28.51% from 242); Blue value is 12 (5.08% from 255 or 4.96% from 242); Max value from RGB is 161 - color contains mainly: red. Hex color #A1450C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A1450C is #5EBAF3. Grayscale: #5A5A5A. Windows color (decimal): -6208244 or 804257. OLE color: 804257.
HSL color Cylindrical-coordinate representation of color #A1450C: hue angle of 22.95º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A1450C is Cyan = 0, Magento = 0.57, Yellow = 0.93 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 69 | 12 | - |
| CMYK | 0 | 0.57 | 0.93 | 0.37 |
| HSL | 22.95º | 0.86% | 0.34% | - |
| HSV(B) | 22.95º | 0.93% | 0.63% | - |
| XYZ | 16.89 | 11.86 | 1.75 | - |
| YUV | 90.01 | 83.98 | 178.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 69 | 12 | 0 | 0.57 | 0.93 | 0.37 | 22.95 | 0.86 | 0.34 |
| Hex | A1 | 45 | C | 0 | 39 | 5D | 25 | 17 | 56 | 22 |
| Octal | 241 | 105 | 14 | 0 | 71 | 135 | 45 | 27 | 126 | 42 |
| Binary | 10100001 | 1000101 | 1100 | 0 | 111001 | 1011101 | 100101 | 10111 | 1010110 | 100010 |
Color Harmonies of #A1450C
Complementary color
Monochromatic Colors of #A1450C
Black with #A1450C
Text Example
Text Example
White with #A1450C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1450C; }
p { color: rgb(161,69,12); }
H1.HeaderClassName
{
color: #A1450C;
}
.AnyTagClassName
{
color: #A1450C;
}
</style>
background-color css
<style>
a { background-color: #A1450C; }
a { background-color: rgb(161,69,12); }
div.DivClassName
{
background-color: #A1450C;
}
.BgClassName
{
background-color: #A1450C;
}
</style>
border-color css
<style>
span { border-color: #A1450C; }
span { border-color: rgb(161,69,12); }
td.TdClassName
{
border-color: #A1450C;
}
.TagClassName
{
border-color: #A1450C;
}
</style>