Shades of Burnt Umber #822B22
Tints of Burnt Umber #822B22
RGB
CMYK
RGB Variations
Color information
#822B22 (or 0x822B22) is known color: Burnt Umber. HEX triplet: 82, 2B and 22. RGB value is (130,43,34). Sum of RGB (Red+Green+Blue) = 130+43+34=207 (27% of max value = 765). Red value is 130 (51.17% from 255 or 62.80% from 207); Green value is 43 (17.19% from 255 or 20.77% from 207); Blue value is 34 (13.67% from 255 or 16.43% from 207); Max value from RGB is 130 - color contains mainly: red. Hex color #822B22 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #822B22 is #7DD4DD. Grayscale: #444444. Windows color (decimal): -8246494 or 2239362. OLE color: 2239362.
HSL color Cylindrical-coordinate representation of color #822B22: hue angle of 5.62º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #822B22 is Cyan = 0, Magento = 0.67, Yellow = 0.74 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 43 | 34 | - |
| CMYK | 0 | 0.67 | 0.74 | 0.49 |
| HSL | 5.63º | 0.59% | 0.32% | - |
| HSV(B) | 5.63º | 0.74% | 0.51% | - |
| XYZ | 10.36 | 6.59 | 2.24 | - |
| YUV | 67.99 | 108.82 | 172.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 43 | 34 | 0 | 0.67 | 0.74 | 0.49 | 5.63 | 0.59 | 0.32 |
| Hex | 82 | 2B | 22 | 0 | 43 | 4A | 31 | 6 | 3B | 20 |
| Octal | 202 | 53 | 42 | 0 | 103 | 112 | 61 | 6 | 73 | 40 |
| Binary | 10000010 | 101011 | 100010 | 0 | 1000011 | 1001010 | 110001 | 110 | 111011 | 100000 |
Color Harmonies of #822B22
Complementary color
Monochromatic Colors of #822B22
Black with #822B22
Text Example
Text Example
White with #822B22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #822B22; }
p { color: rgb(130,43,34); }
H1.HeaderClassName
{
color: #822B22;
}
.AnyTagClassName
{
color: #822B22;
}
</style>
background-color css
<style>
a { background-color: #822B22; }
a { background-color: rgb(130,43,34); }
div.DivClassName
{
background-color: #822B22;
}
.BgClassName
{
background-color: #822B22;
}
</style>
border-color css
<style>
span { border-color: #822B22; }
span { border-color: rgb(130,43,34); }
td.TdClassName
{
border-color: #822B22;
}
.TagClassName
{
border-color: #822B22;
}
</style>