Shades of Burnt Umber #A03213
Tints of Burnt Umber #A03213
RGB
CMYK
RGB Variations
Color information
#A03213 (or 0xA03213) is known color: Burnt Umber. HEX triplet: A0, 32 and 13. RGB value is (160,50,19). Sum of RGB (Red+Green+Blue) = 160+50+19=229 (30% of max value = 765). Red value is 160 (62.89% from 255 or 69.87% from 229); Green value is 50 (19.92% from 255 or 21.83% from 229); Blue value is 19 (7.81% from 255 or 8.30% from 229); Max value from RGB is 160 - color contains mainly: red. Hex color #A03213 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A03213 is #5FCDEC. Grayscale: #4F4F4F. Windows color (decimal): -6278637 or 1258144. OLE color: 1258144.
HSL color Cylindrical-coordinate representation of color #A03213: hue angle of 13.19º degrees, saturation: 0.79, 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 #A03213 is Cyan = 0, Magento = 0.69, Yellow = 0.88 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 50 | 19 | - |
| CMYK | 0 | 0.69 | 0.88 | 0.37 |
| HSL | 13.19º | 0.79% | 0.35% | - |
| HSV(B) | 13.19º | 0.88% | 0.63% | - |
| XYZ | 15.76 | 9.8 | 1.68 | - |
| YUV | 79.36 | 93.94 | 185.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 50 | 19 | 0 | 0.69 | 0.88 | 0.37 | 13.19 | 0.79 | 0.35 |
| Hex | A0 | 32 | 13 | 0 | 45 | 58 | 25 | D | 4F | 23 |
| Octal | 240 | 62 | 23 | 0 | 105 | 130 | 45 | 15 | 117 | 43 |
| Binary | 10100000 | 110010 | 10011 | 0 | 1000101 | 1011000 | 100101 | 1101 | 1001111 | 100011 |
Color Harmonies of #A03213
Complementary color
Monochromatic Colors of #A03213
Black with #A03213
Text Example
Text Example
White with #A03213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03213; }
p { color: rgb(160,50,19); }
H1.HeaderClassName
{
color: #A03213;
}
.AnyTagClassName
{
color: #A03213;
}
</style>
background-color css
<style>
a { background-color: #A03213; }
a { background-color: rgb(160,50,19); }
div.DivClassName
{
background-color: #A03213;
}
.BgClassName
{
background-color: #A03213;
}
</style>
border-color css
<style>
span { border-color: #A03213; }
span { border-color: rgb(160,50,19); }
td.TdClassName
{
border-color: #A03213;
}
.TagClassName
{
border-color: #A03213;
}
</style>