Shades of Burnt Umber #822C1E
Tints of Burnt Umber #822C1E
RGB
CMYK
RGB Variations
Color information
#822C1E (or 0x822C1E) is known color: Burnt Umber. HEX triplet: 82, 2C and 1E. RGB value is (130,44,30). Sum of RGB (Red+Green+Blue) = 130+44+30=204 (27% of max value = 765). Red value is 130 (51.17% from 255 or 63.73% from 204); Green value is 44 (17.58% from 255 or 21.57% from 204); Blue value is 30 (12.11% from 255 or 14.71% from 204); Max value from RGB is 130 - color contains mainly: red. Hex color #822C1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #822C1E is #7DD3E1. Grayscale: #444444. Windows color (decimal): -8246242 or 1977474. OLE color: 1977474.
HSL color Cylindrical-coordinate representation of color #822C1E: hue angle of 8.4º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #822C1E is Cyan = 0, Magento = 0.66, Yellow = 0.77 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 44 | 30 | - |
| CMYK | 0 | 0.66 | 0.77 | 0.49 |
| HSL | 8.4º | 0.63% | 0.31% | - |
| HSV(B) | 8.4º | 0.77% | 0.51% | - |
| XYZ | 10.34 | 6.64 | 1.97 | - |
| YUV | 68.12 | 106.49 | 172.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 44 | 30 | 0 | 0.66 | 0.77 | 0.49 | 8.4 | 0.63 | 0.31 |
| Hex | 82 | 2C | 1E | 0 | 42 | 4D | 31 | 8 | 3E | 1F |
| Octal | 202 | 54 | 36 | 0 | 102 | 115 | 61 | 10 | 76 | 37 |
| Binary | 10000010 | 101100 | 11110 | 0 | 1000010 | 1001101 | 110001 | 1000 | 111110 | 11111 |
Color Harmonies of #822C1E
Complementary color
Monochromatic Colors of #822C1E
Black with #822C1E
Text Example
Text Example
White with #822C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #822C1E; }
p { color: rgb(130,44,30); }
H1.HeaderClassName
{
color: #822C1E;
}
.AnyTagClassName
{
color: #822C1E;
}
</style>
background-color css
<style>
a { background-color: #822C1E; }
a { background-color: rgb(130,44,30); }
div.DivClassName
{
background-color: #822C1E;
}
.BgClassName
{
background-color: #822C1E;
}
</style>
border-color css
<style>
span { border-color: #822C1E; }
span { border-color: rgb(130,44,30); }
td.TdClassName
{
border-color: #822C1E;
}
.TagClassName
{
border-color: #822C1E;
}
</style>