Shades of Burnt Umber #822812
Tints of Burnt Umber #822812
RGB
CMYK
RGB Variations
Color information
#822812 (or 0x822812) is known color: Burnt Umber. HEX triplet: 82, 28 and 12. RGB value is (130,40,18). Sum of RGB (Red+Green+Blue) = 130+40+18=188 (24% of max value = 765). Red value is 130 (51.17% from 255 or 69.15% from 188); Green value is 40 (16.02% from 255 or 21.28% from 188); Blue value is 18 (7.42% from 255 or 9.57% from 188); Max value from RGB is 130 - color contains mainly: red. Hex color #822812 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #822812 is #7DD7ED. Grayscale: #404040. Windows color (decimal): -8247278 or 1190018. OLE color: 1190018.
HSL color Cylindrical-coordinate representation of color #822812: hue angle of 11.79º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #822812 is Cyan = 0, Magento = 0.69, Yellow = 0.86 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 40 | 18 | - |
| CMYK | 0 | 0.69 | 0.86 | 0.49 |
| HSL | 11.79º | 0.76% | 0.29% | - |
| HSV(B) | 11.79º | 0.86% | 0.51% | - |
| XYZ | 10.07 | 6.31 | 1.26 | - |
| YUV | 64.4 | 101.82 | 174.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 40 | 18 | 0 | 0.69 | 0.86 | 0.49 | 11.79 | 0.76 | 0.29 |
| Hex | 82 | 28 | 12 | 0 | 45 | 56 | 31 | C | 4C | 1D |
| Octal | 202 | 50 | 22 | 0 | 105 | 126 | 61 | 14 | 114 | 35 |
| Binary | 10000010 | 101000 | 10010 | 0 | 1000101 | 1010110 | 110001 | 1100 | 1001100 | 11101 |
Color Harmonies of #822812
Complementary color
Monochromatic Colors of #822812
Black with #822812
Text Example
Text Example
White with #822812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #822812; }
p { color: rgb(130,40,18); }
H1.HeaderClassName
{
color: #822812;
}
.AnyTagClassName
{
color: #822812;
}
</style>
background-color css
<style>
a { background-color: #822812; }
a { background-color: rgb(130,40,18); }
div.DivClassName
{
background-color: #822812;
}
.BgClassName
{
background-color: #822812;
}
</style>
border-color css
<style>
span { border-color: #822812; }
span { border-color: rgb(130,40,18); }
td.TdClassName
{
border-color: #822812;
}
.TagClassName
{
border-color: #822812;
}
</style>