Shades of Burnt Umber #822F14
Tints of Burnt Umber #822F14
RGB
CMYK
RGB Variations
Color information
#822F14 (or 0x822F14) is known color: Burnt Umber. HEX triplet: 82, 2F and 14. RGB value is (130,47,20). Sum of RGB (Red+Green+Blue) = 130+47+20=197 (26% of max value = 765). Red value is 130 (51.17% from 255 or 65.99% from 197); Green value is 47 (18.75% from 255 or 23.86% from 197); Blue value is 20 (8.20% from 255 or 10.15% from 197); Max value from RGB is 130 - color contains mainly: red. Hex color #822F14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #822F14 is #7DD0EB. Grayscale: #444444. Windows color (decimal): -8245484 or 1322882. OLE color: 1322882.
HSL color Cylindrical-coordinate representation of color #822F14: hue angle of 14.73º 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 #822F14 is Cyan = 0, Magento = 0.64, Yellow = 0.85 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 47 | 20 | - |
| CMYK | 0 | 0.64 | 0.85 | 0.49 |
| HSL | 14.73º | 0.73% | 0.29% | - |
| HSV(B) | 14.73º | 0.85% | 0.51% | - |
| XYZ | 10.35 | 6.83 | 1.43 | - |
| YUV | 68.74 | 100.5 | 171.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 47 | 20 | 0 | 0.64 | 0.85 | 0.49 | 14.73 | 0.73 | 0.29 |
| Hex | 82 | 2F | 14 | 0 | 40 | 55 | 31 | F | 49 | 1D |
| Octal | 202 | 57 | 24 | 0 | 100 | 125 | 61 | 17 | 111 | 35 |
| Binary | 10000010 | 101111 | 10100 | 0 | 1000000 | 1010101 | 110001 | 1111 | 1001001 | 11101 |
Color Harmonies of #822F14
Complementary color
Monochromatic Colors of #822F14
Black with #822F14
Text Example
Text Example
White with #822F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #822F14; }
p { color: rgb(130,47,20); }
H1.HeaderClassName
{
color: #822F14;
}
.AnyTagClassName
{
color: #822F14;
}
</style>
background-color css
<style>
a { background-color: #822F14; }
a { background-color: rgb(130,47,20); }
div.DivClassName
{
background-color: #822F14;
}
.BgClassName
{
background-color: #822F14;
}
</style>
border-color css
<style>
span { border-color: #822F14; }
span { border-color: rgb(130,47,20); }
td.TdClassName
{
border-color: #822F14;
}
.TagClassName
{
border-color: #822F14;
}
</style>