Shades of Burnt Umber #822E10
Tints of Burnt Umber #822E10
RGB
CMYK
RGB Variations
Color information
#822E10 (or 0x822E10) is known color: Burnt Umber. HEX triplet: 82, 2E and 10. RGB value is (130,46,16). Sum of RGB (Red+Green+Blue) = 130+46+16=192 (25% of max value = 765). Red value is 130 (51.17% from 255 or 67.71% from 192); Green value is 46 (18.36% from 255 or 23.96% from 192); Blue value is 16 (6.64% from 255 or 8.33% from 192); Max value from RGB is 130 - color contains mainly: red. Hex color #822E10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #822E10 is #7DD1EF. Grayscale: #434343. Windows color (decimal): -8245744 or 1060482. OLE color: 1060482.
HSL color Cylindrical-coordinate representation of color #822E10: hue angle of 15.79º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #822E10 is Cyan = 0, Magento = 0.65, Yellow = 0.88 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 46 | 16 | - |
| CMYK | 0 | 0.65 | 0.88 | 0.49 |
| HSL | 15.79º | 0.78% | 0.29% | - |
| HSV(B) | 15.79º | 0.88% | 0.51% | - |
| XYZ | 10.28 | 6.74 | 1.25 | - |
| YUV | 67.7 | 98.83 | 172.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 46 | 16 | 0 | 0.65 | 0.88 | 0.49 | 15.79 | 0.78 | 0.29 |
| Hex | 82 | 2E | 10 | 0 | 41 | 58 | 31 | 10 | 4E | 1D |
| Octal | 202 | 56 | 20 | 0 | 101 | 130 | 61 | 20 | 116 | 35 |
| Binary | 10000010 | 101110 | 10000 | 0 | 1000001 | 1011000 | 110001 | 10000 | 1001110 | 11101 |
Color Harmonies of #822E10
Complementary color
Monochromatic Colors of #822E10
Black with #822E10
Text Example
Text Example
White with #822E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #822E10; }
p { color: rgb(130,46,16); }
H1.HeaderClassName
{
color: #822E10;
}
.AnyTagClassName
{
color: #822E10;
}
</style>
background-color css
<style>
a { background-color: #822E10; }
a { background-color: rgb(130,46,16); }
div.DivClassName
{
background-color: #822E10;
}
.BgClassName
{
background-color: #822E10;
}
</style>
border-color css
<style>
span { border-color: #822E10; }
span { border-color: rgb(130,46,16); }
td.TdClassName
{
border-color: #822E10;
}
.TagClassName
{
border-color: #822E10;
}
</style>