Shades of Burnt Umber #812A1E
Tints of Burnt Umber #812A1E
RGB
CMYK
RGB Variations
Color information
#812A1E (or 0x812A1E) is known color: Burnt Umber. HEX triplet: 81, 2A and 1E. RGB value is (129,42,30). Sum of RGB (Red+Green+Blue) = 129+42+30=201 (26% of max value = 765). Red value is 129 (50.78% from 255 or 64.18% from 201); Green value is 42 (16.80% from 255 or 20.90% from 201); Blue value is 30 (12.11% from 255 or 14.93% from 201); Max value from RGB is 129 - color contains mainly: red. Hex color #812A1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #812A1E is #7ED5E1. Grayscale: #424242. Windows color (decimal): -8312290 or 1976961. OLE color: 1976961.
HSL color Cylindrical-coordinate representation of color #812A1E: hue angle of 7.27º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #812A1E is Cyan = 0, Magento = 0.67, Yellow = 0.77 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 42 | 30 | - |
| CMYK | 0 | 0.67 | 0.77 | 0.49 |
| HSL | 7.27º | 0.62% | 0.31% | - |
| HSV(B) | 7.27º | 0.77% | 0.51% | - |
| XYZ | 10.12 | 6.42 | 1.93 | - |
| YUV | 66.65 | 107.32 | 172.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 42 | 30 | 0 | 0.67 | 0.77 | 0.49 | 7.27 | 0.62 | 0.31 |
| Hex | 81 | 2A | 1E | 0 | 43 | 4D | 31 | 7 | 3E | 1F |
| Octal | 201 | 52 | 36 | 0 | 103 | 115 | 61 | 7 | 76 | 37 |
| Binary | 10000001 | 101010 | 11110 | 0 | 1000011 | 1001101 | 110001 | 111 | 111110 | 11111 |
Color Harmonies of #812A1E
Complementary color
Monochromatic Colors of #812A1E
Black with #812A1E
Text Example
Text Example
White with #812A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #812A1E; }
p { color: rgb(129,42,30); }
H1.HeaderClassName
{
color: #812A1E;
}
.AnyTagClassName
{
color: #812A1E;
}
</style>
background-color css
<style>
a { background-color: #812A1E; }
a { background-color: rgb(129,42,30); }
div.DivClassName
{
background-color: #812A1E;
}
.BgClassName
{
background-color: #812A1E;
}
</style>
border-color css
<style>
span { border-color: #812A1E; }
span { border-color: rgb(129,42,30); }
td.TdClassName
{
border-color: #812A1E;
}
.TagClassName
{
border-color: #812A1E;
}
</style>