Shades of Burnt Umber #A03316
Tints of Burnt Umber #A03316
RGB
CMYK
RGB Variations
Color information
#A03316 (or 0xA03316) is known color: Burnt Umber. HEX triplet: A0, 33 and 16. RGB value is (160,51,22). Sum of RGB (Red+Green+Blue) = 160+51+22=233 (30% of max value = 765). Red value is 160 (62.89% from 255 or 68.67% from 233); Green value is 51 (20.31% from 255 or 21.89% from 233); Blue value is 22 (8.98% from 255 or 9.44% from 233); Max value from RGB is 160 - color contains mainly: red. Hex color #A03316 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A03316 is #5FCCE9. Grayscale: #505050. Windows color (decimal): -6278378 or 1455008. OLE color: 1455008.
HSL color Cylindrical-coordinate representation of color #A03316: hue angle of 12.61º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A03316 is Cyan = 0, Magento = 0.68, Yellow = 0.86 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 51 | 22 | - |
| CMYK | 0 | 0.68 | 0.86 | 0.37 |
| HSL | 12.61º | 0.76% | 0.36% | - |
| HSV(B) | 12.61º | 0.86% | 0.63% | - |
| XYZ | 15.83 | 9.9 | 1.84 | - |
| YUV | 80.29 | 95.11 | 184.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 51 | 22 | 0 | 0.68 | 0.86 | 0.37 | 12.61 | 0.76 | 0.36 |
| Hex | A0 | 33 | 16 | 0 | 44 | 56 | 25 | D | 4C | 24 |
| Octal | 240 | 63 | 26 | 0 | 104 | 126 | 45 | 15 | 114 | 44 |
| Binary | 10100000 | 110011 | 10110 | 0 | 1000100 | 1010110 | 100101 | 1101 | 1001100 | 100100 |
Color Harmonies of #A03316
Complementary color
Monochromatic Colors of #A03316
Black with #A03316
Text Example
Text Example
White with #A03316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03316; }
p { color: rgb(160,51,22); }
H1.HeaderClassName
{
color: #A03316;
}
.AnyTagClassName
{
color: #A03316;
}
</style>
background-color css
<style>
a { background-color: #A03316; }
a { background-color: rgb(160,51,22); }
div.DivClassName
{
background-color: #A03316;
}
.BgClassName
{
background-color: #A03316;
}
</style>
border-color css
<style>
span { border-color: #A03316; }
span { border-color: rgb(160,51,22); }
td.TdClassName
{
border-color: #A03316;
}
.TagClassName
{
border-color: #A03316;
}
</style>