Shades of Burnt Umber #A03219
Tints of Burnt Umber #A03219
RGB
CMYK
RGB Variations
Color information
#A03219 (or 0xA03219) is known color: Burnt Umber. HEX triplet: A0, 32 and 19. RGB value is (160,50,25). Sum of RGB (Red+Green+Blue) = 160+50+25=235 (31% of max value = 765). Red value is 160 (62.89% from 255 or 68.09% from 235); Green value is 50 (19.92% from 255 or 21.28% from 235); Blue value is 25 (10.16% from 255 or 10.64% from 235); Max value from RGB is 160 - color contains mainly: red. Hex color #A03219 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A03219 is #5FCDE6. Grayscale: #505050. Windows color (decimal): -6278631 or 1651360. OLE color: 1651360.
HSL color Cylindrical-coordinate representation of color #A03219: hue angle of 11.11º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A03219 is Cyan = 0, Magento = 0.69, Yellow = 0.84 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 50 | 25 | - |
| CMYK | 0 | 0.69 | 0.84 | 0.37 |
| HSL | 11.11º | 0.73% | 0.36% | - |
| HSV(B) | 11.11º | 0.84% | 0.63% | - |
| XYZ | 15.81 | 9.82 | 1.98 | - |
| YUV | 80.04 | 96.94 | 185.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 50 | 25 | 0 | 0.69 | 0.84 | 0.37 | 11.11 | 0.73 | 0.36 |
| Hex | A0 | 32 | 19 | 0 | 45 | 54 | 25 | B | 49 | 24 |
| Octal | 240 | 62 | 31 | 0 | 105 | 124 | 45 | 13 | 111 | 44 |
| Binary | 10100000 | 110010 | 11001 | 0 | 1000101 | 1010100 | 100101 | 1011 | 1001001 | 100100 |
Color Harmonies of #A03219
Complementary color
Monochromatic Colors of #A03219
Black with #A03219
Text Example
Text Example
White with #A03219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03219; }
p { color: rgb(160,50,25); }
H1.HeaderClassName
{
color: #A03219;
}
.AnyTagClassName
{
color: #A03219;
}
</style>
background-color css
<style>
a { background-color: #A03219; }
a { background-color: rgb(160,50,25); }
div.DivClassName
{
background-color: #A03219;
}
.BgClassName
{
background-color: #A03219;
}
</style>
border-color css
<style>
span { border-color: #A03219; }
span { border-color: rgb(160,50,25); }
td.TdClassName
{
border-color: #A03219;
}
.TagClassName
{
border-color: #A03219;
}
</style>