Shades of Burnt Umber #822B13
Tints of Burnt Umber #822B13
RGB
CMYK
RGB Variations
Color information
#822B13 (or 0x822B13) is known color: Burnt Umber. HEX triplet: 82, 2B and 13. RGB value is (130,43,19). Sum of RGB (Red+Green+Blue) = 130+43+19=192 (25% of max value = 765). Red value is 130 (51.17% from 255 or 67.71% from 192); Green value is 43 (17.19% from 255 or 22.40% from 192); Blue value is 19 (7.81% from 255 or 9.90% from 192); Max value from RGB is 130 - color contains mainly: red. Hex color #822B13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #822B13 is #7DD4EC. Grayscale: #424242. Windows color (decimal): -8246509 or 1256322. OLE color: 1256322.
HSL color Cylindrical-coordinate representation of color #822B13: hue angle of 12.97º 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 #822B13 is Cyan = 0, Magento = 0.67, Yellow = 0.85 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 43 | 19 | - |
| CMYK | 0 | 0.67 | 0.85 | 0.49 |
| HSL | 12.97º | 0.74% | 0.29% | - |
| HSV(B) | 12.97º | 0.85% | 0.51% | - |
| XYZ | 10.19 | 6.52 | 1.34 | - |
| YUV | 66.28 | 101.32 | 173.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 43 | 19 | 0 | 0.67 | 0.85 | 0.49 | 12.97 | 0.74 | 0.29 |
| Hex | 82 | 2B | 13 | 0 | 43 | 55 | 31 | D | 4A | 1D |
| Octal | 202 | 53 | 23 | 0 | 103 | 125 | 61 | 15 | 112 | 35 |
| Binary | 10000010 | 101011 | 10011 | 0 | 1000011 | 1010101 | 110001 | 1101 | 1001010 | 11101 |
Color Harmonies of #822B13
Complementary color
Monochromatic Colors of #822B13
Black with #822B13
Text Example
Text Example
White with #822B13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #822B13; }
p { color: rgb(130,43,19); }
H1.HeaderClassName
{
color: #822B13;
}
.AnyTagClassName
{
color: #822B13;
}
</style>
background-color css
<style>
a { background-color: #822B13; }
a { background-color: rgb(130,43,19); }
div.DivClassName
{
background-color: #822B13;
}
.BgClassName
{
background-color: #822B13;
}
</style>
border-color css
<style>
span { border-color: #822B13; }
span { border-color: rgb(130,43,19); }
td.TdClassName
{
border-color: #822B13;
}
.TagClassName
{
border-color: #822B13;
}
</style>