Shades of Burnt Umber #842812
Tints of Burnt Umber #842812
RGB
CMYK
RGB Variations
Color information
#842812 (or 0x842812) is known color: Burnt Umber. HEX triplet: 84, 28 and 12. RGB value is (132,40,18). Sum of RGB (Red+Green+Blue) = 132+40+18=190 (25% of max value = 765). Red value is 132 (51.95% from 255 or 69.47% from 190); Green value is 40 (16.02% from 255 or 21.05% from 190); Blue value is 18 (7.42% from 255 or 9.47% from 190); Max value from RGB is 132 - color contains mainly: red. Hex color #842812 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #842812 is #7BD7ED. Grayscale: #414141. Windows color (decimal): -8116206 or 1190020. OLE color: 1190020.
HSL color Cylindrical-coordinate representation of color #842812: hue angle of 11.58º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #842812 is Cyan = 0, Magento = 0.70, Yellow = 0.86 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 40 | 18 | - |
| CMYK | 0 | 0.70 | 0.86 | 0.48 |
| HSL | 11.58º | 0.76% | 0.29% | - |
| HSV(B) | 11.58º | 0.86% | 0.52% | - |
| XYZ | 10.38 | 6.47 | 1.27 | - |
| YUV | 65 | 101.48 | 175.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 40 | 18 | 0 | 0.70 | 0.86 | 0.48 | 11.58 | 0.76 | 0.29 |
| Hex | 84 | 28 | 12 | 0 | 46 | 56 | 30 | C | 4C | 1D |
| Octal | 204 | 50 | 22 | 0 | 106 | 126 | 60 | 14 | 114 | 35 |
| Binary | 10000100 | 101000 | 10010 | 0 | 1000110 | 1010110 | 110000 | 1100 | 1001100 | 11101 |
Color Harmonies of #842812
Complementary color
Monochromatic Colors of #842812
Black with #842812
Text Example
Text Example
White with #842812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #842812; }
p { color: rgb(132,40,18); }
H1.HeaderClassName
{
color: #842812;
}
.AnyTagClassName
{
color: #842812;
}
</style>
background-color css
<style>
a { background-color: #842812; }
a { background-color: rgb(132,40,18); }
div.DivClassName
{
background-color: #842812;
}
.BgClassName
{
background-color: #842812;
}
</style>
border-color css
<style>
span { border-color: #842812; }
span { border-color: rgb(132,40,18); }
td.TdClassName
{
border-color: #842812;
}
.TagClassName
{
border-color: #842812;
}
</style>