Shades of Burnt Umber #812C1C
Tints of Burnt Umber #812C1C
RGB
CMYK
RGB Variations
Color information
#812C1C (or 0x812C1C) is known color: Burnt Umber. HEX triplet: 81, 2C and 1C. RGB value is (129,44,28). Sum of RGB (Red+Green+Blue) = 129+44+28=201 (26% of max value = 765). Red value is 129 (50.78% from 255 or 64.18% from 201); Green value is 44 (17.58% from 255 or 21.89% from 201); Blue value is 28 (11.33% from 255 or 13.93% from 201); Max value from RGB is 129 - color contains mainly: red. Hex color #812C1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #812C1C is #7ED3E3. Grayscale: #434343. Windows color (decimal): -8311780 or 1846401. OLE color: 1846401.
HSL color Cylindrical-coordinate representation of color #812C1C: hue angle of 9.5º degrees, saturation: 0.64, 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 #812C1C is Cyan = 0, Magento = 0.66, Yellow = 0.78 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 44 | 28 | - |
| CMYK | 0 | 0.66 | 0.78 | 0.49 |
| HSL | 9.5º | 0.64% | 0.31% | - |
| HSV(B) | 9.5º | 0.78% | 0.51% | - |
| XYZ | 10.16 | 6.55 | 1.83 | - |
| YUV | 67.59 | 105.66 | 171.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 44 | 28 | 0 | 0.66 | 0.78 | 0.49 | 9.5 | 0.64 | 0.31 |
| Hex | 81 | 2C | 1C | 0 | 42 | 4E | 31 | A | 40 | 1F |
| Octal | 201 | 54 | 34 | 0 | 102 | 116 | 61 | 12 | 100 | 37 |
| Binary | 10000001 | 101100 | 11100 | 0 | 1000010 | 1001110 | 110001 | 1010 | 1000000 | 11111 |
Color Harmonies of #812C1C
Complementary color
Monochromatic Colors of #812C1C
Black with #812C1C
Text Example
Text Example
White with #812C1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #812C1C; }
p { color: rgb(129,44,28); }
H1.HeaderClassName
{
color: #812C1C;
}
.AnyTagClassName
{
color: #812C1C;
}
</style>
background-color css
<style>
a { background-color: #812C1C; }
a { background-color: rgb(129,44,28); }
div.DivClassName
{
background-color: #812C1C;
}
.BgClassName
{
background-color: #812C1C;
}
</style>
border-color css
<style>
span { border-color: #812C1C; }
span { border-color: rgb(129,44,28); }
td.TdClassName
{
border-color: #812C1C;
}
.TagClassName
{
border-color: #812C1C;
}
</style>