Shades of Burnt Umber #822E26
Tints of Burnt Umber #822E26
RGB
CMYK
RGB Variations
Color information
#822E26 (or 0x822E26) is known color: Burnt Umber. HEX triplet: 82, 2E and 26. RGB value is (130,46,38). Sum of RGB (Red+Green+Blue) = 130+46+38=214 (28% of max value = 765). Red value is 130 (51.17% from 255 or 60.75% from 214); Green value is 46 (18.36% from 255 or 21.50% from 214); Blue value is 38 (15.23% from 255 or 17.76% from 214); Max value from RGB is 130 - color contains mainly: red. Hex color #822E26 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #822E26 is #7DD1D9. Grayscale: #464646. Windows color (decimal): -8245722 or 2502274. OLE color: 2502274.
HSL color Cylindrical-coordinate representation of color #822E26: hue angle of 5.22º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #822E26 is Cyan = 0, Magento = 0.65, Yellow = 0.71 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 46 | 38 | - |
| CMYK | 0 | 0.65 | 0.71 | 0.49 |
| HSL | 5.22º | 0.55% | 0.33% | - |
| HSV(B) | 5.22º | 0.71% | 0.51% | - |
| XYZ | 10.53 | 6.84 | 2.6 | - |
| YUV | 70.2 | 109.83 | 170.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 46 | 38 | 0 | 0.65 | 0.71 | 0.49 | 5.22 | 0.55 | 0.33 |
| Hex | 82 | 2E | 26 | 0 | 41 | 47 | 31 | 5 | 37 | 21 |
| Octal | 202 | 56 | 46 | 0 | 101 | 107 | 61 | 5 | 67 | 41 |
| Binary | 10000010 | 101110 | 100110 | 0 | 1000001 | 1000111 | 110001 | 101 | 110111 | 100001 |
Color Harmonies of #822E26
Complementary color
Monochromatic Colors of #822E26
Black with #822E26
Text Example
Text Example
White with #822E26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #822E26; }
p { color: rgb(130,46,38); }
H1.HeaderClassName
{
color: #822E26;
}
.AnyTagClassName
{
color: #822E26;
}
</style>
background-color css
<style>
a { background-color: #822E26; }
a { background-color: rgb(130,46,38); }
div.DivClassName
{
background-color: #822E26;
}
.BgClassName
{
background-color: #822E26;
}
</style>
border-color css
<style>
span { border-color: #822E26; }
span { border-color: rgb(130,46,38); }
td.TdClassName
{
border-color: #822E26;
}
.TagClassName
{
border-color: #822E26;
}
</style>