Shades of Burnt Umber #812E12
Tints of Burnt Umber #812E12
RGB
CMYK
RGB Variations
Color information
#812E12 (or 0x812E12) is known color: Burnt Umber. HEX triplet: 81, 2E and 12. RGB value is (129,46,18). Sum of RGB (Red+Green+Blue) = 129+46+18=193 (25% of max value = 765). Red value is 129 (50.78% from 255 or 66.84% from 193); Green value is 46 (18.36% from 255 or 23.83% from 193); Blue value is 18 (7.42% from 255 or 9.33% from 193); Max value from RGB is 129 - color contains mainly: red. Hex color #812E12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #812E12 is #7ED1ED. Grayscale: #434343. Windows color (decimal): -8311278 or 1191553. OLE color: 1191553.
HSL color Cylindrical-coordinate representation of color #812E12: hue angle of 15.14º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #812E12 is Cyan = 0, Magento = 0.64, Yellow = 0.86 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 46 | 18 | - |
| CMYK | 0 | 0.64 | 0.86 | 0.49 |
| HSL | 15.14º | 0.76% | 0.29% | - |
| HSV(B) | 15.14º | 0.86% | 0.51% | - |
| XYZ | 10.14 | 6.66 | 1.32 | - |
| YUV | 67.63 | 100 | 171.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 46 | 18 | 0 | 0.64 | 0.86 | 0.49 | 15.14 | 0.76 | 0.29 |
| Hex | 81 | 2E | 12 | 0 | 40 | 56 | 31 | F | 4C | 1D |
| Octal | 201 | 56 | 22 | 0 | 100 | 126 | 61 | 17 | 114 | 35 |
| Binary | 10000001 | 101110 | 10010 | 0 | 1000000 | 1010110 | 110001 | 1111 | 1001100 | 11101 |
Color Harmonies of #812E12
Complementary color
Monochromatic Colors of #812E12
Black with #812E12
Text Example
Text Example
White with #812E12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #812E12; }
p { color: rgb(129,46,18); }
H1.HeaderClassName
{
color: #812E12;
}
.AnyTagClassName
{
color: #812E12;
}
</style>
background-color css
<style>
a { background-color: #812E12; }
a { background-color: rgb(129,46,18); }
div.DivClassName
{
background-color: #812E12;
}
.BgClassName
{
background-color: #812E12;
}
</style>
border-color css
<style>
span { border-color: #812E12; }
span { border-color: rgb(129,46,18); }
td.TdClassName
{
border-color: #812E12;
}
.TagClassName
{
border-color: #812E12;
}
</style>