Shades of Burnt Umber #A03117
Tints of Burnt Umber #A03117
RGB
CMYK
RGB Variations
Color information
#A03117 (or 0xA03117) is known color: Burnt Umber. HEX triplet: A0, 31 and 17. RGB value is (160,49,23). Sum of RGB (Red+Green+Blue) = 160+49+23=232 (30% of max value = 765). Red value is 160 (62.89% from 255 or 68.97% from 232); Green value is 49 (19.53% from 255 or 21.12% from 232); Blue value is 23 (9.38% from 255 or 9.91% from 232); Max value from RGB is 160 - color contains mainly: red. Hex color #A03117 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A03117 is #5FCEE8. Grayscale: #4F4F4F. Windows color (decimal): -6278889 or 1520032. OLE color: 1520032.
HSL color Cylindrical-coordinate representation of color #A03117: hue angle of 11.39º degrees, saturation: 0.75, 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 #A03117 is Cyan = 0, Magento = 0.69, Yellow = 0.86 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 49 | 23 | - |
| CMYK | 0 | 0.69 | 0.86 | 0.37 |
| HSL | 11.39º | 0.75% | 0.36% | - |
| HSV(B) | 11.39º | 0.86% | 0.63% | - |
| XYZ | 15.75 | 9.73 | 1.86 | - |
| YUV | 79.23 | 96.27 | 185.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 49 | 23 | 0 | 0.69 | 0.86 | 0.37 | 11.39 | 0.75 | 0.36 |
| Hex | A0 | 31 | 17 | 0 | 45 | 56 | 25 | B | 4B | 24 |
| Octal | 240 | 61 | 27 | 0 | 105 | 126 | 45 | 13 | 113 | 44 |
| Binary | 10100000 | 110001 | 10111 | 0 | 1000101 | 1010110 | 100101 | 1011 | 1001011 | 100100 |
Color Harmonies of #A03117
Complementary color
Monochromatic Colors of #A03117
Black with #A03117
Text Example
Text Example
White with #A03117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03117; }
p { color: rgb(160,49,23); }
H1.HeaderClassName
{
color: #A03117;
}
.AnyTagClassName
{
color: #A03117;
}
</style>
background-color css
<style>
a { background-color: #A03117; }
a { background-color: rgb(160,49,23); }
div.DivClassName
{
background-color: #A03117;
}
.BgClassName
{
background-color: #A03117;
}
</style>
border-color css
<style>
span { border-color: #A03117; }
span { border-color: rgb(160,49,23); }
td.TdClassName
{
border-color: #A03117;
}
.TagClassName
{
border-color: #A03117;
}
</style>