Shades of Burnt Umber #812D16
Tints of Burnt Umber #812D16
RGB
CMYK
RGB Variations
Color information
#812D16 (or 0x812D16) is known color: Burnt Umber. HEX triplet: 81, 2D and 16. RGB value is (129,45,22). Sum of RGB (Red+Green+Blue) = 129+45+22=196 (25% of max value = 765). Red value is 129 (50.78% from 255 or 65.82% from 196); Green value is 45 (17.97% from 255 or 22.96% from 196); Blue value is 22 (8.98% from 255 or 11.22% from 196); Max value from RGB is 129 - color contains mainly: red. Hex color #812D16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #812D16 is #7ED2E9. Grayscale: #434343. Windows color (decimal): -8311530 or 1453441. OLE color: 1453441.
HSL color Cylindrical-coordinate representation of color #812D16: hue angle of 12.9º 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 #812D16 is Cyan = 0, Magento = 0.65, Yellow = 0.83 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 45 | 22 | - |
| CMYK | 0 | 0.65 | 0.83 | 0.49 |
| HSL | 12.9º | 0.71% | 0.3% | - |
| HSV(B) | 12.9º | 0.83% | 0.51% | - |
| XYZ | 10.14 | 6.6 | 1.5 | - |
| YUV | 67.49 | 102.33 | 171.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 45 | 22 | 0 | 0.65 | 0.83 | 0.49 | 12.9 | 0.71 | 0.3 |
| Hex | 81 | 2D | 16 | 0 | 41 | 53 | 31 | D | 47 | 1E |
| Octal | 201 | 55 | 26 | 0 | 101 | 123 | 61 | 15 | 107 | 36 |
| Binary | 10000001 | 101101 | 10110 | 0 | 1000001 | 1010011 | 110001 | 1101 | 1000111 | 11110 |
Color Harmonies of #812D16
Complementary color
Monochromatic Colors of #812D16
Black with #812D16
Text Example
Text Example
White with #812D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #812D16; }
p { color: rgb(129,45,22); }
H1.HeaderClassName
{
color: #812D16;
}
.AnyTagClassName
{
color: #812D16;
}
</style>
background-color css
<style>
a { background-color: #812D16; }
a { background-color: rgb(129,45,22); }
div.DivClassName
{
background-color: #812D16;
}
.BgClassName
{
background-color: #812D16;
}
</style>
border-color css
<style>
span { border-color: #812D16; }
span { border-color: rgb(129,45,22); }
td.TdClassName
{
border-color: #812D16;
}
.TagClassName
{
border-color: #812D16;
}
</style>