Shades of Burnt Umber #A03014
Tints of Burnt Umber #A03014
RGB
CMYK
RGB Variations
Color information
#A03014 (or 0xA03014) is known color: Burnt Umber. HEX triplet: A0, 30 and 14. RGB value is (160,48,20). Sum of RGB (Red+Green+Blue) = 160+48+20=228 (30% of max value = 765). Red value is 160 (62.89% from 255 or 70.18% from 228); Green value is 48 (19.14% from 255 or 21.05% from 228); Blue value is 20 (8.20% from 255 or 8.77% from 228); Max value from RGB is 160 - color contains mainly: red. Hex color #A03014 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A03014 is #5FCFEB. Grayscale: #4E4E4E. Windows color (decimal): -6279148 or 1323168. OLE color: 1323168.
HSL color Cylindrical-coordinate representation of color #A03014: hue angle of 12º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A03014 is Cyan = 0, Magento = 0.70, Yellow = 0.88 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 48 | 20 | - |
| CMYK | 0 | 0.70 | 0.88 | 0.37 |
| HSL | 12º | 0.78% | 0.35% | - |
| HSV(B) | 12º | 0.88% | 0.63% | - |
| XYZ | 15.68 | 9.64 | 1.7 | - |
| YUV | 78.3 | 95.11 | 186.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 48 | 20 | 0 | 0.70 | 0.88 | 0.37 | 12 | 0.78 | 0.35 |
| Hex | A0 | 30 | 14 | 0 | 46 | 58 | 25 | C | 4E | 23 |
| Octal | 240 | 60 | 24 | 0 | 106 | 130 | 45 | 14 | 116 | 43 |
| Binary | 10100000 | 110000 | 10100 | 0 | 1000110 | 1011000 | 100101 | 1100 | 1001110 | 100011 |
Color Harmonies of #A03014
Complementary color
Monochromatic Colors of #A03014
Black with #A03014
Text Example
Text Example
White with #A03014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03014; }
p { color: rgb(160,48,20); }
H1.HeaderClassName
{
color: #A03014;
}
.AnyTagClassName
{
color: #A03014;
}
</style>
background-color css
<style>
a { background-color: #A03014; }
a { background-color: rgb(160,48,20); }
div.DivClassName
{
background-color: #A03014;
}
.BgClassName
{
background-color: #A03014;
}
</style>
border-color css
<style>
span { border-color: #A03014; }
span { border-color: rgb(160,48,20); }
td.TdClassName
{
border-color: #A03014;
}
.TagClassName
{
border-color: #A03014;
}
</style>