Shades of Burnt Umber #812B0A
Tints of Burnt Umber #812B0A
RGB
CMYK
RGB Variations
Color information
#812B0A (or 0x812B0A) is known color: Burnt Umber. HEX triplet: 81, 2B and 0A. RGB value is (129,43,10). Sum of RGB (Red+Green+Blue) = 129+43+10=182 (24% of max value = 765). Red value is 129 (50.78% from 255 or 70.88% from 182); Green value is 43 (17.19% from 255 or 23.63% from 182); Blue value is 10 (4.30% from 255 or 5.49% from 182); Max value from RGB is 129 - color contains mainly: red. Hex color #812B0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #812B0A is #7ED4F5. Grayscale: #414141. Windows color (decimal): -8312054 or 666497. OLE color: 666497.
HSL color Cylindrical-coordinate representation of color #812B0A: hue angle of 16.64º degrees, saturation: 0.86, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #812B0A is Cyan = 0, Magento = 0.67, Yellow = 0.92 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 43 | 10 | - |
| CMYK | 0 | 0.67 | 0.92 | 0.49 |
| HSL | 16.64º | 0.86% | 0.27% | - |
| HSV(B) | 16.64º | 0.92% | 0.51% | - |
| XYZ | 9.97 | 6.42 | 1 | - |
| YUV | 64.95 | 96.99 | 173.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 43 | 10 | 0 | 0.67 | 0.92 | 0.49 | 16.64 | 0.86 | 0.27 |
| Hex | 81 | 2B | A | 0 | 43 | 5C | 31 | 11 | 56 | 1B |
| Octal | 201 | 53 | 12 | 0 | 103 | 134 | 61 | 21 | 126 | 33 |
| Binary | 10000001 | 101011 | 1010 | 0 | 1000011 | 1011100 | 110001 | 10001 | 1010110 | 11011 |
Color Harmonies of #812B0A
Complementary color
Monochromatic Colors of #812B0A
Black with #812B0A
Text Example
Text Example
White with #812B0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #812B0A; }
p { color: rgb(129,43,10); }
H1.HeaderClassName
{
color: #812B0A;
}
.AnyTagClassName
{
color: #812B0A;
}
</style>
background-color css
<style>
a { background-color: #812B0A; }
a { background-color: rgb(129,43,10); }
div.DivClassName
{
background-color: #812B0A;
}
.BgClassName
{
background-color: #812B0A;
}
</style>
border-color css
<style>
span { border-color: #812B0A; }
span { border-color: rgb(129,43,10); }
td.TdClassName
{
border-color: #812B0A;
}
.TagClassName
{
border-color: #812B0A;
}
</style>