Shades of Burnt Umber #A03315
Tints of Burnt Umber #A03315
RGB
CMYK
RGB Variations
Color information
#A03315 (or 0xA03315) is known color: Burnt Umber. HEX triplet: A0, 33 and 15. RGB value is (160,51,21). Sum of RGB (Red+Green+Blue) = 160+51+21=232 (30% of max value = 765). Red value is 160 (62.89% from 255 or 68.97% from 232); Green value is 51 (20.31% from 255 or 21.98% from 232); Blue value is 21 (8.59% from 255 or 9.05% from 232); Max value from RGB is 160 - color contains mainly: red. Hex color #A03315 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A03315 is #5FCCEA. Grayscale: #505050. Windows color (decimal): -6278379 or 1389472. OLE color: 1389472.
HSL color Cylindrical-coordinate representation of color #A03315: hue angle of 12.95º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A03315 is Cyan = 0, Magento = 0.68, Yellow = 0.87 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 51 | 21 | - |
| CMYK | 0 | 0.68 | 0.87 | 0.37 |
| HSL | 12.95º | 0.77% | 0.35% | - |
| HSV(B) | 12.95º | 0.87% | 0.63% | - |
| XYZ | 15.82 | 9.9 | 1.79 | - |
| YUV | 80.17 | 94.61 | 184.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 51 | 21 | 0 | 0.68 | 0.87 | 0.37 | 12.95 | 0.77 | 0.35 |
| Hex | A0 | 33 | 15 | 0 | 44 | 57 | 25 | D | 4D | 23 |
| Octal | 240 | 63 | 25 | 0 | 104 | 127 | 45 | 15 | 115 | 43 |
| Binary | 10100000 | 110011 | 10101 | 0 | 1000100 | 1010111 | 100101 | 1101 | 1001101 | 100011 |
Color Harmonies of #A03315
Complementary color
Monochromatic Colors of #A03315
Black with #A03315
Text Example
Text Example
White with #A03315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03315; }
p { color: rgb(160,51,21); }
H1.HeaderClassName
{
color: #A03315;
}
.AnyTagClassName
{
color: #A03315;
}
</style>
background-color css
<style>
a { background-color: #A03315; }
a { background-color: rgb(160,51,21); }
div.DivClassName
{
background-color: #A03315;
}
.BgClassName
{
background-color: #A03315;
}
</style>
border-color css
<style>
span { border-color: #A03315; }
span { border-color: rgb(160,51,21); }
td.TdClassName
{
border-color: #A03315;
}
.TagClassName
{
border-color: #A03315;
}
</style>