Shades of Burnt Umber #812E26
Tints of Burnt Umber #812E26
RGB
CMYK
RGB Variations
Color information
#812E26 (or 0x812E26) is known color: Burnt Umber. HEX triplet: 81, 2E and 26. RGB value is (129,46,38). Sum of RGB (Red+Green+Blue) = 129+46+38=213 (28% of max value = 765). Red value is 129 (50.78% from 255 or 60.56% from 213); Green value is 46 (18.36% from 255 or 21.60% from 213); Blue value is 38 (15.23% from 255 or 17.84% from 213); Max value from RGB is 129 - color contains mainly: red. Hex color #812E26 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #812E26 is #7ED1D9. Grayscale: #464646. Windows color (decimal): -8311258 or 2502273. OLE color: 2502273.
HSL color Cylindrical-coordinate representation of color #812E26: hue angle of 5.27º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #812E26 is Cyan = 0, Magento = 0.64, Yellow = 0.71 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 46 | 38 | - |
| CMYK | 0 | 0.64 | 0.71 | 0.49 |
| HSL | 5.27º | 0.54% | 0.33% | - |
| HSV(B) | 5.27º | 0.71% | 0.51% | - |
| XYZ | 10.38 | 6.76 | 2.59 | - |
| YUV | 69.91 | 110 | 170.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 46 | 38 | 0 | 0.64 | 0.71 | 0.49 | 5.27 | 0.54 | 0.33 |
| Hex | 81 | 2E | 26 | 0 | 40 | 47 | 31 | 5 | 36 | 21 |
| Octal | 201 | 56 | 46 | 0 | 100 | 107 | 61 | 5 | 66 | 41 |
| Binary | 10000001 | 101110 | 100110 | 0 | 1000000 | 1000111 | 110001 | 101 | 110110 | 100001 |
Color Harmonies of #812E26
Complementary color
Monochromatic Colors of #812E26
Black with #812E26
Text Example
Text Example
White with #812E26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #812E26; }
p { color: rgb(129,46,38); }
H1.HeaderClassName
{
color: #812E26;
}
.AnyTagClassName
{
color: #812E26;
}
</style>
background-color css
<style>
a { background-color: #812E26; }
a { background-color: rgb(129,46,38); }
div.DivClassName
{
background-color: #812E26;
}
.BgClassName
{
background-color: #812E26;
}
</style>
border-color css
<style>
span { border-color: #812E26; }
span { border-color: rgb(129,46,38); }
td.TdClassName
{
border-color: #812E26;
}
.TagClassName
{
border-color: #812E26;
}
</style>