Shades of Burnt Umber #822E18
Tints of Burnt Umber #822E18
RGB
CMYK
RGB Variations
Color information
#822E18 (or 0x822E18) is known color: Burnt Umber. HEX triplet: 82, 2E and 18. RGB value is (130,46,24). Sum of RGB (Red+Green+Blue) = 130+46+24=200 (26% of max value = 765). Red value is 130 (51.17% from 255 or 65% from 200); Green value is 46 (18.36% from 255 or 23% from 200); Blue value is 24 (9.77% from 255 or 12% from 200); Max value from RGB is 130 - color contains mainly: red. Hex color #822E18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #822E18 is #7DD1E7. Grayscale: #444444. Windows color (decimal): -8245736 or 1584770. OLE color: 1584770.
HSL color Cylindrical-coordinate representation of color #822E18: hue angle of 12.45º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #822E18 is Cyan = 0, Magento = 0.65, Yellow = 0.82 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 46 | 24 | - |
| CMYK | 0 | 0.65 | 0.82 | 0.49 |
| HSL | 12.45º | 0.69% | 0.3% | - |
| HSV(B) | 12.45º | 0.82% | 0.51% | - |
| XYZ | 10.35 | 6.77 | 1.62 | - |
| YUV | 68.61 | 102.83 | 171.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 46 | 24 | 0 | 0.65 | 0.82 | 0.49 | 12.45 | 0.69 | 0.3 |
| Hex | 82 | 2E | 18 | 0 | 41 | 52 | 31 | C | 45 | 1E |
| Octal | 202 | 56 | 30 | 0 | 101 | 122 | 61 | 14 | 105 | 36 |
| Binary | 10000010 | 101110 | 11000 | 0 | 1000001 | 1010010 | 110001 | 1100 | 1000101 | 11110 |
Color Harmonies of #822E18
Complementary color
Monochromatic Colors of #822E18
Black with #822E18
Text Example
Text Example
White with #822E18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #822E18; }
p { color: rgb(130,46,24); }
H1.HeaderClassName
{
color: #822E18;
}
.AnyTagClassName
{
color: #822E18;
}
</style>
background-color css
<style>
a { background-color: #822E18; }
a { background-color: rgb(130,46,24); }
div.DivClassName
{
background-color: #822E18;
}
.BgClassName
{
background-color: #822E18;
}
</style>
border-color css
<style>
span { border-color: #822E18; }
span { border-color: rgb(130,46,24); }
td.TdClassName
{
border-color: #822E18;
}
.TagClassName
{
border-color: #822E18;
}
</style>