Shades of Burnt Umber #822A19
Tints of Burnt Umber #822A19
RGB
CMYK
RGB Variations
Color information
#822A19 (or 0x822A19) is known color: Burnt Umber. HEX triplet: 82, 2A and 19. RGB value is (130,42,25). Sum of RGB (Red+Green+Blue) = 130+42+25=197 (26% of max value = 765). Red value is 130 (51.17% from 255 or 65.99% from 197); Green value is 42 (16.80% from 255 or 21.32% from 197); Blue value is 25 (10.16% from 255 or 12.69% from 197); Max value from RGB is 130 - color contains mainly: red. Hex color #822A19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #822A19 is #7DD5E6. Grayscale: #424242. Windows color (decimal): -8246759 or 1649282. OLE color: 1649282.
HSL color Cylindrical-coordinate representation of color #822A19: hue angle of 9.71º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #822A19 is Cyan = 0, Magento = 0.68, Yellow = 0.81 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 42 | 25 | - |
| CMYK | 0 | 0.68 | 0.81 | 0.49 |
| HSL | 9.71º | 0.68% | 0.3% | - |
| HSV(B) | 9.71º | 0.81% | 0.51% | - |
| XYZ | 10.21 | 6.47 | 1.63 | - |
| YUV | 66.37 | 104.65 | 173.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 42 | 25 | 0 | 0.68 | 0.81 | 0.49 | 9.71 | 0.68 | 0.3 |
| Hex | 82 | 2A | 19 | 0 | 44 | 51 | 31 | A | 44 | 1E |
| Octal | 202 | 52 | 31 | 0 | 104 | 121 | 61 | 12 | 104 | 36 |
| Binary | 10000010 | 101010 | 11001 | 0 | 1000100 | 1010001 | 110001 | 1010 | 1000100 | 11110 |
Color Harmonies of #822A19
Complementary color
Monochromatic Colors of #822A19
Black with #822A19
Text Example
Text Example
White with #822A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #822A19; }
p { color: rgb(130,42,25); }
H1.HeaderClassName
{
color: #822A19;
}
.AnyTagClassName
{
color: #822A19;
}
</style>
background-color css
<style>
a { background-color: #822A19; }
a { background-color: rgb(130,42,25); }
div.DivClassName
{
background-color: #822A19;
}
.BgClassName
{
background-color: #822A19;
}
</style>
border-color css
<style>
span { border-color: #822A19; }
span { border-color: rgb(130,42,25); }
td.TdClassName
{
border-color: #822A19;
}
.TagClassName
{
border-color: #822A19;
}
</style>