Shades of Burnt Umber #822B14
Tints of Burnt Umber #822B14
RGB
CMYK
RGB Variations
Color information
#822B14 (or 0x822B14) is known color: Burnt Umber. HEX triplet: 82, 2B and 14. RGB value is (130,43,20). Sum of RGB (Red+Green+Blue) = 130+43+20=193 (25% of max value = 765). Red value is 130 (51.17% from 255 or 67.36% from 193); Green value is 43 (17.19% from 255 or 22.28% from 193); Blue value is 20 (8.20% from 255 or 10.36% from 193); Max value from RGB is 130 - color contains mainly: red. Hex color #822B14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #822B14 is #7DD4EB. Grayscale: #424242. Windows color (decimal): -8246508 or 1321858. OLE color: 1321858.
HSL color Cylindrical-coordinate representation of color #822B14: hue angle of 12.55º degrees, saturation: 0.73, 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 #822B14 is Cyan = 0, Magento = 0.67, Yellow = 0.85 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 43 | 20 | - |
| CMYK | 0 | 0.67 | 0.85 | 0.49 |
| HSL | 12.55º | 0.73% | 0.29% | - |
| HSV(B) | 12.55º | 0.85% | 0.51% | - |
| XYZ | 10.2 | 6.52 | 1.38 | - |
| YUV | 66.39 | 101.82 | 173.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 43 | 20 | 0 | 0.67 | 0.85 | 0.49 | 12.55 | 0.73 | 0.29 |
| Hex | 82 | 2B | 14 | 0 | 43 | 55 | 31 | D | 49 | 1D |
| Octal | 202 | 53 | 24 | 0 | 103 | 125 | 61 | 15 | 111 | 35 |
| Binary | 10000010 | 101011 | 10100 | 0 | 1000011 | 1010101 | 110001 | 1101 | 1001001 | 11101 |
Color Harmonies of #822B14
Complementary color
Monochromatic Colors of #822B14
Black with #822B14
Text Example
Text Example
White with #822B14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #822B14; }
p { color: rgb(130,43,20); }
H1.HeaderClassName
{
color: #822B14;
}
.AnyTagClassName
{
color: #822B14;
}
</style>
background-color css
<style>
a { background-color: #822B14; }
a { background-color: rgb(130,43,20); }
div.DivClassName
{
background-color: #822B14;
}
.BgClassName
{
background-color: #822B14;
}
</style>
border-color css
<style>
span { border-color: #822B14; }
span { border-color: rgb(130,43,20); }
td.TdClassName
{
border-color: #822B14;
}
.TagClassName
{
border-color: #822B14;
}
</style>