Shades of Saddle Brown #A0500E
Tints of Saddle Brown #A0500E
RGB
CMYK
RGB Variations
Color information
#A0500E (or 0xA0500E) is known color: Saddle Brown. HEX triplet: A0, 50 and 0E. RGB value is (160,80,14). Sum of RGB (Red+Green+Blue) = 160+80+14=254 (33% of max value = 765). Red value is 160 (62.89% from 255 or 62.99% from 254); Green value is 80 (31.64% from 255 or 31.50% from 254); Blue value is 14 (5.86% from 255 or 5.51% from 254); Max value from RGB is 160 - color contains mainly: red. Hex color #A0500E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A0500E is #5FAFF1. Grayscale: #606060. Windows color (decimal): -6270962 or 938144. OLE color: 938144.
HSL color Cylindrical-coordinate representation of color #A0500E: hue angle of 27.12º 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 #A0500E is Cyan = 0, Magento = 0.5, Yellow = 0.91 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 80 | 14 | - |
| CMYK | 0 | 0.5 | 0.91 | 0.37 |
| HSL | 27.12º | 0.84% | 0.34% | - |
| HSV(B) | 27.12º | 0.91% | 0.63% | - |
| XYZ | 17.45 | 13.24 | 2.05 | - |
| YUV | 96.4 | 81.5 | 173.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 80 | 14 | 0 | 0.5 | 0.91 | 0.37 | 27.12 | 0.84 | 0.34 |
| Hex | A0 | 50 | E | 0 | 32 | 5B | 25 | 1B | 54 | 22 |
| Octal | 240 | 120 | 16 | 0 | 62 | 133 | 45 | 33 | 124 | 42 |
| Binary | 10100000 | 1010000 | 1110 | 0 | 110010 | 1011011 | 100101 | 11011 | 1010100 | 100010 |
Color Harmonies of #A0500E
Complementary color
Monochromatic Colors of #A0500E
Black with #A0500E
Text Example
Text Example
White with #A0500E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0500E; }
p { color: rgb(160,80,14); }
H1.HeaderClassName
{
color: #A0500E;
}
.AnyTagClassName
{
color: #A0500E;
}
</style>
background-color css
<style>
a { background-color: #A0500E; }
a { background-color: rgb(160,80,14); }
div.DivClassName
{
background-color: #A0500E;
}
.BgClassName
{
background-color: #A0500E;
}
</style>
border-color css
<style>
span { border-color: #A0500E; }
span { border-color: rgb(160,80,14); }
td.TdClassName
{
border-color: #A0500E;
}
.TagClassName
{
border-color: #A0500E;
}
</style>