Shades of Burnt Umber #812A0B
Tints of Burnt Umber #812A0B
RGB
CMYK
RGB Variations
Color information
#812A0B (or 0x812A0B) is known color: Burnt Umber. HEX triplet: 81, 2A and 0B. RGB value is (129,42,11). Sum of RGB (Red+Green+Blue) = 129+42+11=182 (24% of max value = 765). Red value is 129 (50.78% from 255 or 70.88% from 182); Green value is 42 (16.80% from 255 or 23.08% from 182); Blue value is 11 (4.69% from 255 or 6.04% from 182); Max value from RGB is 129 - color contains mainly: red. Hex color #812A0B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #812A0B is #7ED5F4. Grayscale: #404040. Windows color (decimal): -8312309 or 731777. OLE color: 731777.
HSL color Cylindrical-coordinate representation of color #812A0B: hue angle of 15.76º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #812A0B is Cyan = 0, Magento = 0.67, Yellow = 0.91 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 42 | 11 | - |
| CMYK | 0 | 0.67 | 0.91 | 0.49 |
| HSL | 15.76º | 0.84% | 0.27% | - |
| HSV(B) | 15.76º | 0.91% | 0.51% | - |
| XYZ | 9.94 | 6.35 | 1.02 | - |
| YUV | 64.48 | 97.82 | 174.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 42 | 11 | 0 | 0.67 | 0.91 | 0.49 | 15.76 | 0.84 | 0.27 |
| Hex | 81 | 2A | B | 0 | 43 | 5B | 31 | 10 | 54 | 1B |
| Octal | 201 | 52 | 13 | 0 | 103 | 133 | 61 | 20 | 124 | 33 |
| Binary | 10000001 | 101010 | 1011 | 0 | 1000011 | 1011011 | 110001 | 10000 | 1010100 | 11011 |
Color Harmonies of #812A0B
Complementary color
Monochromatic Colors of #812A0B
Black with #812A0B
Text Example
Text Example
White with #812A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #812A0B; }
p { color: rgb(129,42,11); }
H1.HeaderClassName
{
color: #812A0B;
}
.AnyTagClassName
{
color: #812A0B;
}
</style>
background-color css
<style>
a { background-color: #812A0B; }
a { background-color: rgb(129,42,11); }
div.DivClassName
{
background-color: #812A0B;
}
.BgClassName
{
background-color: #812A0B;
}
</style>
border-color css
<style>
span { border-color: #812A0B; }
span { border-color: rgb(129,42,11); }
td.TdClassName
{
border-color: #812A0B;
}
.TagClassName
{
border-color: #812A0B;
}
</style>