Shades of Burnt Umber #812C18
Tints of Burnt Umber #812C18
RGB
CMYK
RGB Variations
Color information
#812C18 (or 0x812C18) is known color: Burnt Umber. HEX triplet: 81, 2C and 18. RGB value is (129,44,24). Sum of RGB (Red+Green+Blue) = 129+44+24=197 (26% of max value = 765). Red value is 129 (50.78% from 255 or 65.48% from 197); Green value is 44 (17.58% from 255 or 22.34% from 197); Blue value is 24 (9.77% from 255 or 12.18% from 197); Max value from RGB is 129 - color contains mainly: red. Hex color #812C18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #812C18 is #7ED3E7. Grayscale: #434343. Windows color (decimal): -8311784 or 1584257. OLE color: 1584257.
HSL color Cylindrical-coordinate representation of color #812C18: hue angle of 11.43º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #812C18 is Cyan = 0, Magento = 0.66, Yellow = 0.81 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 44 | 24 | - |
| CMYK | 0 | 0.66 | 0.81 | 0.49 |
| HSL | 11.43º | 0.69% | 0.3% | - |
| HSV(B) | 11.43º | 0.81% | 0.51% | - |
| XYZ | 10.12 | 6.53 | 1.59 | - |
| YUV | 67.14 | 103.66 | 172.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 44 | 24 | 0 | 0.66 | 0.81 | 0.49 | 11.43 | 0.69 | 0.3 |
| Hex | 81 | 2C | 18 | 0 | 42 | 51 | 31 | B | 45 | 1E |
| Octal | 201 | 54 | 30 | 0 | 102 | 121 | 61 | 13 | 105 | 36 |
| Binary | 10000001 | 101100 | 11000 | 0 | 1000010 | 1010001 | 110001 | 1011 | 1000101 | 11110 |
Color Harmonies of #812C18
Complementary color
Monochromatic Colors of #812C18
Black with #812C18
Text Example
Text Example
White with #812C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #812C18; }
p { color: rgb(129,44,24); }
H1.HeaderClassName
{
color: #812C18;
}
.AnyTagClassName
{
color: #812C18;
}
</style>
background-color css
<style>
a { background-color: #812C18; }
a { background-color: rgb(129,44,24); }
div.DivClassName
{
background-color: #812C18;
}
.BgClassName
{
background-color: #812C18;
}
</style>
border-color css
<style>
span { border-color: #812C18; }
span { border-color: rgb(129,44,24); }
td.TdClassName
{
border-color: #812C18;
}
.TagClassName
{
border-color: #812C18;
}
</style>