Shades of Burnt Umber #812C1D
Tints of Burnt Umber #812C1D
RGB
CMYK
RGB Variations
Color information
#812C1D (or 0x812C1D) is known color: Burnt Umber. HEX triplet: 81, 2C and 1D. RGB value is (129,44,29). Sum of RGB (Red+Green+Blue) = 129+44+29=202 (26% of max value = 765). Red value is 129 (50.78% from 255 or 63.86% from 202); Green value is 44 (17.58% from 255 or 21.78% from 202); Blue value is 29 (11.72% from 255 or 14.36% from 202); Max value from RGB is 129 - color contains mainly: red. Hex color #812C1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #812C1D is #7ED3E2. Grayscale: #434343. Windows color (decimal): -8311779 or 1911937. OLE color: 1911937.
HSL color Cylindrical-coordinate representation of color #812C1D: hue angle of 9º degrees, saturation: 0.63, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #812C1D is Cyan = 0, Magento = 0.66, Yellow = 0.78 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 44 | 29 | - |
| CMYK | 0 | 0.66 | 0.78 | 0.49 |
| HSL | 9º | 0.63% | 0.31% | - |
| HSV(B) | 9º | 0.78% | 0.51% | - |
| XYZ | 10.18 | 6.56 | 1.89 | - |
| YUV | 67.71 | 106.16 | 171.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 44 | 29 | 0 | 0.66 | 0.78 | 0.49 | 9 | 0.63 | 0.31 |
| Hex | 81 | 2C | 1D | 0 | 42 | 4E | 31 | 9 | 3F | 1F |
| Octal | 201 | 54 | 35 | 0 | 102 | 116 | 61 | 11 | 77 | 37 |
| Binary | 10000001 | 101100 | 11101 | 0 | 1000010 | 1001110 | 110001 | 1001 | 111111 | 11111 |
Color Harmonies of #812C1D
Complementary color
Monochromatic Colors of #812C1D
Black with #812C1D
Text Example
Text Example
White with #812C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #812C1D; }
p { color: rgb(129,44,29); }
H1.HeaderClassName
{
color: #812C1D;
}
.AnyTagClassName
{
color: #812C1D;
}
</style>
background-color css
<style>
a { background-color: #812C1D; }
a { background-color: rgb(129,44,29); }
div.DivClassName
{
background-color: #812C1D;
}
.BgClassName
{
background-color: #812C1D;
}
</style>
border-color css
<style>
span { border-color: #812C1D; }
span { border-color: rgb(129,44,29); }
td.TdClassName
{
border-color: #812C1D;
}
.TagClassName
{
border-color: #812C1D;
}
</style>