Shades of Burnt Umber #822D14
Tints of Burnt Umber #822D14
RGB
CMYK
RGB Variations
Color information
#822D14 (or 0x822D14) is known color: Burnt Umber. HEX triplet: 82, 2D and 14. RGB value is (130,45,20). Sum of RGB (Red+Green+Blue) = 130+45+20=195 (25% of max value = 765). Red value is 130 (51.17% from 255 or 66.67% from 195); Green value is 45 (17.97% from 255 or 23.08% from 195); Blue value is 20 (8.20% from 255 or 10.26% from 195); Max value from RGB is 130 - color contains mainly: red. Hex color #822D14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #822D14 is #7DD2EB. Grayscale: #434343. Windows color (decimal): -8245996 or 1322370. OLE color: 1322370.
HSL color Cylindrical-coordinate representation of color #822D14: hue angle of 13.64º 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 #822D14 is Cyan = 0, Magento = 0.65, Yellow = 0.85 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 45 | 20 | - |
| CMYK | 0 | 0.65 | 0.85 | 0.49 |
| HSL | 13.64º | 0.73% | 0.29% | - |
| HSV(B) | 13.64º | 0.85% | 0.51% | - |
| XYZ | 10.27 | 6.67 | 1.41 | - |
| YUV | 67.57 | 101.16 | 172.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 45 | 20 | 0 | 0.65 | 0.85 | 0.49 | 13.64 | 0.73 | 0.29 |
| Hex | 82 | 2D | 14 | 0 | 41 | 55 | 31 | E | 49 | 1D |
| Octal | 202 | 55 | 24 | 0 | 101 | 125 | 61 | 16 | 111 | 35 |
| Binary | 10000010 | 101101 | 10100 | 0 | 1000001 | 1010101 | 110001 | 1110 | 1001001 | 11101 |
Color Harmonies of #822D14
Complementary color
Monochromatic Colors of #822D14
Black with #822D14
Text Example
Text Example
White with #822D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #822D14; }
p { color: rgb(130,45,20); }
H1.HeaderClassName
{
color: #822D14;
}
.AnyTagClassName
{
color: #822D14;
}
</style>
background-color css
<style>
a { background-color: #822D14; }
a { background-color: rgb(130,45,20); }
div.DivClassName
{
background-color: #822D14;
}
.BgClassName
{
background-color: #822D14;
}
</style>
border-color css
<style>
span { border-color: #822D14; }
span { border-color: rgb(130,45,20); }
td.TdClassName
{
border-color: #822D14;
}
.TagClassName
{
border-color: #822D14;
}
</style>