Shades of Burnt Umber #822E11
Tints of Burnt Umber #822E11
RGB
CMYK
RGB Variations
Color information
#822E11 (or 0x822E11) is known color: Burnt Umber. HEX triplet: 82, 2E and 11. RGB value is (130,46,17). Sum of RGB (Red+Green+Blue) = 130+46+17=193 (25% of max value = 765). Red value is 130 (51.17% from 255 or 67.36% from 193); Green value is 46 (18.36% from 255 or 23.83% from 193); Blue value is 17 (7.03% from 255 or 8.81% from 193); Max value from RGB is 130 - color contains mainly: red. Hex color #822E11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #822E11 is #7DD1EE. Grayscale: #444444. Windows color (decimal): -8245743 or 1126018. OLE color: 1126018.
HSL color Cylindrical-coordinate representation of color #822E11: hue angle of 15.4º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #822E11 is Cyan = 0, Magento = 0.65, Yellow = 0.87 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 46 | 17 | - |
| CMYK | 0 | 0.65 | 0.87 | 0.49 |
| HSL | 15.4º | 0.77% | 0.29% | - |
| HSV(B) | 15.4º | 0.87% | 0.51% | - |
| XYZ | 10.28 | 6.74 | 1.29 | - |
| YUV | 67.81 | 99.33 | 172.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 46 | 17 | 0 | 0.65 | 0.87 | 0.49 | 15.4 | 0.77 | 0.29 |
| Hex | 82 | 2E | 11 | 0 | 41 | 57 | 31 | F | 4D | 1D |
| Octal | 202 | 56 | 21 | 0 | 101 | 127 | 61 | 17 | 115 | 35 |
| Binary | 10000010 | 101110 | 10001 | 0 | 1000001 | 1010111 | 110001 | 1111 | 1001101 | 11101 |
Color Harmonies of #822E11
Complementary color
Monochromatic Colors of #822E11
Black with #822E11
Text Example
Text Example
White with #822E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #822E11; }
p { color: rgb(130,46,17); }
H1.HeaderClassName
{
color: #822E11;
}
.AnyTagClassName
{
color: #822E11;
}
</style>
background-color css
<style>
a { background-color: #822E11; }
a { background-color: rgb(130,46,17); }
div.DivClassName
{
background-color: #822E11;
}
.BgClassName
{
background-color: #822E11;
}
</style>
border-color css
<style>
span { border-color: #822E11; }
span { border-color: rgb(130,46,17); }
td.TdClassName
{
border-color: #822E11;
}
.TagClassName
{
border-color: #822E11;
}
</style>