Shades of Burnt Umber #A03419
Tints of Burnt Umber #A03419
RGB
CMYK
RGB Variations
Color information
#A03419 (or 0xA03419) is known color: Burnt Umber. HEX triplet: A0, 34 and 19. RGB value is (160,52,25). Sum of RGB (Red+Green+Blue) = 160+52+25=237 (31% of max value = 765). Red value is 160 (62.89% from 255 or 67.51% from 237); Green value is 52 (20.70% from 255 or 21.94% from 237); Blue value is 25 (10.16% from 255 or 10.55% from 237); Max value from RGB is 160 - color contains mainly: red. Hex color #A03419 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A03419 is #5FCBE6. Grayscale: #515151. Windows color (decimal): -6278119 or 1651872. OLE color: 1651872.
HSL color Cylindrical-coordinate representation of color #A03419: hue angle of 12º 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 #A03419 is Cyan = 0, Magento = 0.68, Yellow = 0.84 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 52 | 25 | - |
| CMYK | 0 | 0.68 | 0.84 | 0.37 |
| HSL | 12º | 0.73% | 0.36% | - |
| HSV(B) | 12º | 0.84% | 0.63% | - |
| XYZ | 15.9 | 10 | 2.01 | - |
| YUV | 81.21 | 96.28 | 184.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 52 | 25 | 0 | 0.68 | 0.84 | 0.37 | 12 | 0.73 | 0.36 |
| Hex | A0 | 34 | 19 | 0 | 44 | 54 | 25 | C | 49 | 24 |
| Octal | 240 | 64 | 31 | 0 | 104 | 124 | 45 | 14 | 111 | 44 |
| Binary | 10100000 | 110100 | 11001 | 0 | 1000100 | 1010100 | 100101 | 1100 | 1001001 | 100100 |
Color Harmonies of #A03419
Complementary color
Monochromatic Colors of #A03419
Black with #A03419
Text Example
Text Example
White with #A03419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03419; }
p { color: rgb(160,52,25); }
H1.HeaderClassName
{
color: #A03419;
}
.AnyTagClassName
{
color: #A03419;
}
</style>
background-color css
<style>
a { background-color: #A03419; }
a { background-color: rgb(160,52,25); }
div.DivClassName
{
background-color: #A03419;
}
.BgClassName
{
background-color: #A03419;
}
</style>
border-color css
<style>
span { border-color: #A03419; }
span { border-color: rgb(160,52,25); }
td.TdClassName
{
border-color: #A03419;
}
.TagClassName
{
border-color: #A03419;
}
</style>