Shades of Burnt Umber #812D15
Tints of Burnt Umber #812D15
RGB
CMYK
RGB Variations
Color information
#812D15 (or 0x812D15) is known color: Burnt Umber. HEX triplet: 81, 2D and 15. RGB value is (129,45,21). Sum of RGB (Red+Green+Blue) = 129+45+21=195 (25% of max value = 765). Red value is 129 (50.78% from 255 or 66.15% from 195); Green value is 45 (17.97% from 255 or 23.08% from 195); Blue value is 21 (8.59% from 255 or 10.77% from 195); Max value from RGB is 129 - color contains mainly: red. Hex color #812D15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #812D15 is #7ED2EA. Grayscale: #434343. Windows color (decimal): -8311531 or 1387905. OLE color: 1387905.
HSL color Cylindrical-coordinate representation of color #812D15: hue angle of 13.33º 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 #812D15 is Cyan = 0, Magento = 0.65, Yellow = 0.84 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 45 | 21 | - |
| CMYK | 0 | 0.65 | 0.84 | 0.49 |
| HSL | 13.33º | 0.72% | 0.29% | - |
| HSV(B) | 13.33º | 0.84% | 0.51% | - |
| XYZ | 10.13 | 6.6 | 1.45 | - |
| YUV | 67.38 | 101.83 | 171.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 45 | 21 | 0 | 0.65 | 0.84 | 0.49 | 13.33 | 0.72 | 0.29 |
| Hex | 81 | 2D | 15 | 0 | 41 | 54 | 31 | D | 48 | 1D |
| Octal | 201 | 55 | 25 | 0 | 101 | 124 | 61 | 15 | 110 | 35 |
| Binary | 10000001 | 101101 | 10101 | 0 | 1000001 | 1010100 | 110001 | 1101 | 1001000 | 11101 |
Color Harmonies of #812D15
Complementary color
Monochromatic Colors of #812D15
Black with #812D15
Text Example
Text Example
White with #812D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #812D15; }
p { color: rgb(129,45,21); }
H1.HeaderClassName
{
color: #812D15;
}
.AnyTagClassName
{
color: #812D15;
}
</style>
background-color css
<style>
a { background-color: #812D15; }
a { background-color: rgb(129,45,21); }
div.DivClassName
{
background-color: #812D15;
}
.BgClassName
{
background-color: #812D15;
}
</style>
border-color css
<style>
span { border-color: #812D15; }
span { border-color: rgb(129,45,21); }
td.TdClassName
{
border-color: #812D15;
}
.TagClassName
{
border-color: #812D15;
}
</style>