Shades of Burnt Umber #822F13
Tints of Burnt Umber #822F13
RGB
CMYK
RGB Variations
Color information
#822F13 (or 0x822F13) is known color: Burnt Umber. HEX triplet: 82, 2F and 13. RGB value is (130,47,19). Sum of RGB (Red+Green+Blue) = 130+47+19=196 (25% of max value = 765). Red value is 130 (51.17% from 255 or 66.33% from 196); Green value is 47 (18.75% from 255 or 23.98% from 196); Blue value is 19 (7.81% from 255 or 9.69% from 196); Max value from RGB is 130 - color contains mainly: red. Hex color #822F13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #822F13 is #7DD0EC. Grayscale: #444444. Windows color (decimal): -8245485 or 1257346. OLE color: 1257346.
HSL color Cylindrical-coordinate representation of color #822F13: hue angle of 15.14º 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 #822F13 is Cyan = 0, Magento = 0.64, Yellow = 0.85 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 47 | 19 | - |
| CMYK | 0 | 0.64 | 0.85 | 0.49 |
| HSL | 15.14º | 0.74% | 0.29% | - |
| HSV(B) | 15.14º | 0.85% | 0.51% | - |
| XYZ | 10.34 | 6.83 | 1.39 | - |
| YUV | 68.63 | 100 | 171.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 47 | 19 | 0 | 0.64 | 0.85 | 0.49 | 15.14 | 0.74 | 0.29 |
| Hex | 82 | 2F | 13 | 0 | 40 | 55 | 31 | F | 4A | 1D |
| Octal | 202 | 57 | 23 | 0 | 100 | 125 | 61 | 17 | 112 | 35 |
| Binary | 10000010 | 101111 | 10011 | 0 | 1000000 | 1010101 | 110001 | 1111 | 1001010 | 11101 |
Color Harmonies of #822F13
Complementary color
Monochromatic Colors of #822F13
Black with #822F13
Text Example
Text Example
White with #822F13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #822F13; }
p { color: rgb(130,47,19); }
H1.HeaderClassName
{
color: #822F13;
}
.AnyTagClassName
{
color: #822F13;
}
</style>
background-color css
<style>
a { background-color: #822F13; }
a { background-color: rgb(130,47,19); }
div.DivClassName
{
background-color: #822F13;
}
.BgClassName
{
background-color: #822F13;
}
</style>
border-color css
<style>
span { border-color: #822F13; }
span { border-color: rgb(130,47,19); }
td.TdClassName
{
border-color: #822F13;
}
.TagClassName
{
border-color: #822F13;
}
</style>