Shades of Burnt Umber #812B12
Tints of Burnt Umber #812B12
RGB
CMYK
RGB Variations
Color information
#812B12 (or 0x812B12) is known color: Burnt Umber. HEX triplet: 81, 2B and 12. RGB value is (129,43,18). Sum of RGB (Red+Green+Blue) = 129+43+18=190 (25% of max value = 765). Red value is 129 (50.78% from 255 or 67.89% from 190); Green value is 43 (17.19% from 255 or 22.63% from 190); Blue value is 18 (7.42% from 255 or 9.47% from 190); Max value from RGB is 129 - color contains mainly: red. Hex color #812B12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #812B12 is #7ED4ED. Grayscale: #424242. Windows color (decimal): -8312046 or 1190785. OLE color: 1190785.
HSL color Cylindrical-coordinate representation of color #812B12: hue angle of 13.51º 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 #812B12 is Cyan = 0, Magento = 0.67, Yellow = 0.86 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 43 | 18 | - |
| CMYK | 0 | 0.67 | 0.86 | 0.49 |
| HSL | 13.51º | 0.76% | 0.29% | - |
| HSV(B) | 13.51º | 0.86% | 0.51% | - |
| XYZ | 10.03 | 6.44 | 1.29 | - |
| YUV | 65.86 | 100.99 | 173.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 43 | 18 | 0 | 0.67 | 0.86 | 0.49 | 13.51 | 0.76 | 0.29 |
| Hex | 81 | 2B | 12 | 0 | 43 | 56 | 31 | E | 4C | 1D |
| Octal | 201 | 53 | 22 | 0 | 103 | 126 | 61 | 16 | 114 | 35 |
| Binary | 10000001 | 101011 | 10010 | 0 | 1000011 | 1010110 | 110001 | 1110 | 1001100 | 11101 |
Color Harmonies of #812B12
Complementary color
Monochromatic Colors of #812B12
Black with #812B12
Text Example
Text Example
White with #812B12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #812B12; }
p { color: rgb(129,43,18); }
H1.HeaderClassName
{
color: #812B12;
}
.AnyTagClassName
{
color: #812B12;
}
</style>
background-color css
<style>
a { background-color: #812B12; }
a { background-color: rgb(129,43,18); }
div.DivClassName
{
background-color: #812B12;
}
.BgClassName
{
background-color: #812B12;
}
</style>
border-color css
<style>
span { border-color: #812B12; }
span { border-color: rgb(129,43,18); }
td.TdClassName
{
border-color: #812B12;
}
.TagClassName
{
border-color: #812B12;
}
</style>