Shades of Burnt Umber #822E0D
Tints of Burnt Umber #822E0D
RGB
CMYK
RGB Variations
Color information
#822E0D (or 0x822E0D) is known color: Burnt Umber. HEX triplet: 82, 2E and 0D. RGB value is (130,46,13). Sum of RGB (Red+Green+Blue) = 130+46+13=189 (25% of max value = 765). Red value is 130 (51.17% from 255 or 68.78% from 189); Green value is 46 (18.36% from 255 or 24.34% from 189); Blue value is 13 (5.47% from 255 or 6.88% from 189); Max value from RGB is 130 - color contains mainly: red. Hex color #822E0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #822E0D is #7DD1F2. Grayscale: #434343. Windows color (decimal): -8245747 or 863874. OLE color: 863874.
HSL color Cylindrical-coordinate representation of color #822E0D: hue angle of 16.92º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #822E0D is Cyan = 0, Magento = 0.65, Yellow = 0.9 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 46 | 13 | - |
| CMYK | 0 | 0.65 | 0.9 | 0.49 |
| HSL | 16.92º | 0.82% | 0.28% | - |
| HSV(B) | 16.92º | 0.9% | 0.51% | - |
| XYZ | 10.26 | 6.73 | 1.14 | - |
| YUV | 67.35 | 97.33 | 172.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 46 | 13 | 0 | 0.65 | 0.9 | 0.49 | 16.92 | 0.82 | 0.28 |
| Hex | 82 | 2E | D | 0 | 41 | 5A | 31 | 11 | 52 | 1C |
| Octal | 202 | 56 | 15 | 0 | 101 | 132 | 61 | 21 | 122 | 34 |
| Binary | 10000010 | 101110 | 1101 | 0 | 1000001 | 1011010 | 110001 | 10001 | 1010010 | 11100 |
Color Harmonies of #822E0D
Complementary color
Monochromatic Colors of #822E0D
Black with #822E0D
Text Example
Text Example
White with #822E0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #822E0D; }
p { color: rgb(130,46,13); }
H1.HeaderClassName
{
color: #822E0D;
}
.AnyTagClassName
{
color: #822E0D;
}
</style>
background-color css
<style>
a { background-color: #822E0D; }
a { background-color: rgb(130,46,13); }
div.DivClassName
{
background-color: #822E0D;
}
.BgClassName
{
background-color: #822E0D;
}
</style>
border-color css
<style>
span { border-color: #822E0D; }
span { border-color: rgb(130,46,13); }
td.TdClassName
{
border-color: #822E0D;
}
.TagClassName
{
border-color: #822E0D;
}
</style>