Shades of Burnt Umber #812A15
Tints of Burnt Umber #812A15
RGB
CMYK
RGB Variations
Color information
#812A15 (or 0x812A15) is known color: Burnt Umber. HEX triplet: 81, 2A and 15. RGB value is (129,42,21). Sum of RGB (Red+Green+Blue) = 129+42+21=192 (25% of max value = 765). Red value is 129 (50.78% from 255 or 67.19% from 192); Green value is 42 (16.80% from 255 or 21.88% from 192); Blue value is 21 (8.59% from 255 or 10.94% from 192); Max value from RGB is 129 - color contains mainly: red. Hex color #812A15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #812A15 is #7ED5EA. Grayscale: #414141. Windows color (decimal): -8312299 or 1387137. OLE color: 1387137.
HSL color Cylindrical-coordinate representation of color #812A15: hue angle of 11.67º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #812A15 is Cyan = 0, Magento = 0.67, Yellow = 0.84 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 42 | 21 | - |
| CMYK | 0 | 0.67 | 0.84 | 0.49 |
| HSL | 11.67º | 0.72% | 0.29% | - |
| HSV(B) | 11.67º | 0.84% | 0.51% | - |
| XYZ | 10.02 | 6.38 | 1.41 | - |
| YUV | 65.62 | 102.82 | 173.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 42 | 21 | 0 | 0.67 | 0.84 | 0.49 | 11.67 | 0.72 | 0.29 |
| Hex | 81 | 2A | 15 | 0 | 43 | 54 | 31 | C | 48 | 1D |
| Octal | 201 | 52 | 25 | 0 | 103 | 124 | 61 | 14 | 110 | 35 |
| Binary | 10000001 | 101010 | 10101 | 0 | 1000011 | 1010100 | 110001 | 1100 | 1001000 | 11101 |
Color Harmonies of #812A15
Complementary color
Monochromatic Colors of #812A15
Black with #812A15
Text Example
Text Example
White with #812A15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #812A15; }
p { color: rgb(129,42,21); }
H1.HeaderClassName
{
color: #812A15;
}
.AnyTagClassName
{
color: #812A15;
}
</style>
background-color css
<style>
a { background-color: #812A15; }
a { background-color: rgb(129,42,21); }
div.DivClassName
{
background-color: #812A15;
}
.BgClassName
{
background-color: #812A15;
}
</style>
border-color css
<style>
span { border-color: #812A15; }
span { border-color: rgb(129,42,21); }
td.TdClassName
{
border-color: #812A15;
}
.TagClassName
{
border-color: #812A15;
}
</style>