Shades of Burnt Umber #822C13
Tints of Burnt Umber #822C13
RGB
CMYK
RGB Variations
Color information
#822C13 (or 0x822C13) is known color: Burnt Umber. HEX triplet: 82, 2C and 13. RGB value is (130,44,19). Sum of RGB (Red+Green+Blue) = 130+44+19=193 (25% of max value = 765). Red value is 130 (51.17% from 255 or 67.36% from 193); Green value is 44 (17.58% from 255 or 22.80% from 193); Blue value is 19 (7.81% from 255 or 9.84% from 193); Max value from RGB is 130 - color contains mainly: red. Hex color #822C13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #822C13 is #7DD3EC. Grayscale: #434343. Windows color (decimal): -8246253 or 1256578. OLE color: 1256578.
HSL color Cylindrical-coordinate representation of color #822C13: hue angle of 13.51º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #822C13 is Cyan = 0, Magento = 0.66, Yellow = 0.85 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 44 | 19 | - |
| CMYK | 0 | 0.66 | 0.85 | 0.49 |
| HSL | 13.51º | 0.74% | 0.29% | - |
| HSV(B) | 13.51º | 0.85% | 0.51% | - |
| XYZ | 10.22 | 6.59 | 1.35 | - |
| YUV | 66.86 | 100.99 | 173.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 44 | 19 | 0 | 0.66 | 0.85 | 0.49 | 13.51 | 0.74 | 0.29 |
| Hex | 82 | 2C | 13 | 0 | 42 | 55 | 31 | E | 4A | 1D |
| Octal | 202 | 54 | 23 | 0 | 102 | 125 | 61 | 16 | 112 | 35 |
| Binary | 10000010 | 101100 | 10011 | 0 | 1000010 | 1010101 | 110001 | 1110 | 1001010 | 11101 |
Color Harmonies of #822C13
Complementary color
Monochromatic Colors of #822C13
Black with #822C13
Text Example
Text Example
White with #822C13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #822C13; }
p { color: rgb(130,44,19); }
H1.HeaderClassName
{
color: #822C13;
}
.AnyTagClassName
{
color: #822C13;
}
</style>
background-color css
<style>
a { background-color: #822C13; }
a { background-color: rgb(130,44,19); }
div.DivClassName
{
background-color: #822C13;
}
.BgClassName
{
background-color: #822C13;
}
</style>
border-color css
<style>
span { border-color: #822C13; }
span { border-color: rgb(130,44,19); }
td.TdClassName
{
border-color: #822C13;
}
.TagClassName
{
border-color: #822C13;
}
</style>