Shades of Burnt Umber #812A16
Tints of Burnt Umber #812A16
RGB
CMYK
RGB Variations
Color information
#812A16 (or 0x812A16) is known color: Burnt Umber. HEX triplet: 81, 2A and 16. RGB value is (129,42,22). Sum of RGB (Red+Green+Blue) = 129+42+22=193 (25% of max value = 765). Red value is 129 (50.78% from 255 or 66.84% from 193); Green value is 42 (16.80% from 255 or 21.76% from 193); Blue value is 22 (8.98% from 255 or 11.40% from 193); Max value from RGB is 129 - color contains mainly: red. Hex color #812A16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #812A16 is #7ED5E9. Grayscale: #414141. Windows color (decimal): -8312298 or 1452673. OLE color: 1452673.
HSL color Cylindrical-coordinate representation of color #812A16: hue angle of 11.21º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #812A16 is Cyan = 0, Magento = 0.67, Yellow = 0.83 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 42 | 22 | - |
| CMYK | 0 | 0.67 | 0.83 | 0.49 |
| HSL | 11.21º | 0.71% | 0.3% | - |
| HSV(B) | 11.21º | 0.83% | 0.51% | - |
| XYZ | 10.03 | 6.38 | 1.46 | - |
| YUV | 65.73 | 103.32 | 173.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 42 | 22 | 0 | 0.67 | 0.83 | 0.49 | 11.21 | 0.71 | 0.3 |
| Hex | 81 | 2A | 16 | 0 | 43 | 53 | 31 | B | 47 | 1E |
| Octal | 201 | 52 | 26 | 0 | 103 | 123 | 61 | 13 | 107 | 36 |
| Binary | 10000001 | 101010 | 10110 | 0 | 1000011 | 1010011 | 110001 | 1011 | 1000111 | 11110 |
Color Harmonies of #812A16
Complementary color
Monochromatic Colors of #812A16
Black with #812A16
Text Example
Text Example
White with #812A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #812A16; }
p { color: rgb(129,42,22); }
H1.HeaderClassName
{
color: #812A16;
}
.AnyTagClassName
{
color: #812A16;
}
</style>
background-color css
<style>
a { background-color: #812A16; }
a { background-color: rgb(129,42,22); }
div.DivClassName
{
background-color: #812A16;
}
.BgClassName
{
background-color: #812A16;
}
</style>
border-color css
<style>
span { border-color: #812A16; }
span { border-color: rgb(129,42,22); }
td.TdClassName
{
border-color: #812A16;
}
.TagClassName
{
border-color: #812A16;
}
</style>