Shades of Burnt Umber #812C0B
Tints of Burnt Umber #812C0B
RGB
CMYK
RGB Variations
Color information
#812C0B (or 0x812C0B) is known color: Burnt Umber. HEX triplet: 81, 2C and 0B. RGB value is (129,44,11). Sum of RGB (Red+Green+Blue) = 129+44+11=184 (24% of max value = 765). Red value is 129 (50.78% from 255 or 70.11% from 184); Green value is 44 (17.58% from 255 or 23.91% from 184); Blue value is 11 (4.69% from 255 or 5.98% from 184); Max value from RGB is 129 - color contains mainly: red. Hex color #812C0B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #812C0B is #7ED3F4. Grayscale: #414141. Windows color (decimal): -8311797 or 732289. OLE color: 732289.
HSL color Cylindrical-coordinate representation of color #812C0B: hue angle of 16.78º 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 #812C0B is Cyan = 0, Magento = 0.66, Yellow = 0.91 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 44 | 11 | - |
| CMYK | 0 | 0.66 | 0.91 | 0.49 |
| HSL | 16.78º | 0.84% | 0.27% | - |
| HSV(B) | 16.78º | 0.91% | 0.51% | - |
| XYZ | 10.01 | 6.49 | 1.04 | - |
| YUV | 65.65 | 97.16 | 173.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 44 | 11 | 0 | 0.66 | 0.91 | 0.49 | 16.78 | 0.84 | 0.27 |
| Hex | 81 | 2C | B | 0 | 42 | 5B | 31 | 11 | 54 | 1B |
| Octal | 201 | 54 | 13 | 0 | 102 | 133 | 61 | 21 | 124 | 33 |
| Binary | 10000001 | 101100 | 1011 | 0 | 1000010 | 1011011 | 110001 | 10001 | 1010100 | 11011 |
Color Harmonies of #812C0B
Complementary color
Monochromatic Colors of #812C0B
Black with #812C0B
Text Example
Text Example
White with #812C0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #812C0B; }
p { color: rgb(129,44,11); }
H1.HeaderClassName
{
color: #812C0B;
}
.AnyTagClassName
{
color: #812C0B;
}
</style>
background-color css
<style>
a { background-color: #812C0B; }
a { background-color: rgb(129,44,11); }
div.DivClassName
{
background-color: #812C0B;
}
.BgClassName
{
background-color: #812C0B;
}
</style>
border-color css
<style>
span { border-color: #812C0B; }
span { border-color: rgb(129,44,11); }
td.TdClassName
{
border-color: #812C0B;
}
.TagClassName
{
border-color: #812C0B;
}
</style>