Shades of Saddle Brown #A0450C
Tints of Saddle Brown #A0450C
RGB
CMYK
RGB Variations
Color information
#A0450C (or 0xA0450C) is known color: Saddle Brown. HEX triplet: A0, 45 and 0C. RGB value is (160,69,12). Sum of RGB (Red+Green+Blue) = 160+69+12=241 (31% of max value = 765). Red value is 160 (62.89% from 255 or 66.39% from 241); Green value is 69 (27.34% from 255 or 28.63% from 241); Blue value is 12 (5.08% from 255 or 4.98% from 241); Max value from RGB is 160 - color contains mainly: red. Hex color #A0450C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A0450C is #5FBAF3. Grayscale: #5A5A5A. Windows color (decimal): -6273780 or 804256. OLE color: 804256.
HSL color Cylindrical-coordinate representation of color #A0450C: hue angle of 23.11º 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 #A0450C is Cyan = 0, Magento = 0.57, Yellow = 0.93 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 69 | 12 | - |
| CMYK | 0 | 0.57 | 0.93 | 0.37 |
| HSL | 23.11º | 0.86% | 0.34% | - |
| HSV(B) | 23.11º | 0.93% | 0.63% | - |
| XYZ | 16.69 | 11.76 | 1.74 | - |
| YUV | 89.71 | 84.15 | 178.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 69 | 12 | 0 | 0.57 | 0.93 | 0.37 | 23.11 | 0.86 | 0.34 |
| Hex | A0 | 45 | C | 0 | 39 | 5D | 25 | 17 | 56 | 22 |
| Octal | 240 | 105 | 14 | 0 | 71 | 135 | 45 | 27 | 126 | 42 |
| Binary | 10100000 | 1000101 | 1100 | 0 | 111001 | 1011101 | 100101 | 10111 | 1010110 | 100010 |
Color Harmonies of #A0450C
Complementary color
Monochromatic Colors of #A0450C
Black with #A0450C
Text Example
Text Example
White with #A0450C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0450C; }
p { color: rgb(160,69,12); }
H1.HeaderClassName
{
color: #A0450C;
}
.AnyTagClassName
{
color: #A0450C;
}
</style>
background-color css
<style>
a { background-color: #A0450C; }
a { background-color: rgb(160,69,12); }
div.DivClassName
{
background-color: #A0450C;
}
.BgClassName
{
background-color: #A0450C;
}
</style>
border-color css
<style>
span { border-color: #A0450C; }
span { border-color: rgb(160,69,12); }
td.TdClassName
{
border-color: #A0450C;
}
.TagClassName
{
border-color: #A0450C;
}
</style>