Shades of Burnt Umber #82290A
Tints of Burnt Umber #82290A
RGB
CMYK
RGB Variations
Color information
#82290A (or 0x82290A) is known color: Burnt Umber. HEX triplet: 82, 29 and 0A. RGB value is (130,41,10). Sum of RGB (Red+Green+Blue) = 130+41+10=181 (23% of max value = 765). Red value is 130 (51.17% from 255 or 71.82% from 181); Green value is 41 (16.41% from 255 or 22.65% from 181); Blue value is 10 (4.30% from 255 or 5.52% from 181); Max value from RGB is 130 - color contains mainly: red. Hex color #82290A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #82290A is #7DD6F5. Grayscale: #404040. Windows color (decimal): -8247030 or 665986. OLE color: 665986.
HSL color Cylindrical-coordinate representation of color #82290A: hue angle of 15.5º degrees, saturation: 0.86, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #82290A is Cyan = 0, Magento = 0.68, Yellow = 0.92 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 41 | 10 | - |
| CMYK | 0 | 0.68 | 0.92 | 0.49 |
| HSL | 15.5º | 0.86% | 0.27% | - |
| HSV(B) | 15.5º | 0.92% | 0.51% | - |
| XYZ | 10.05 | 6.35 | 0.98 | - |
| YUV | 64.08 | 97.49 | 175.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 41 | 10 | 0 | 0.68 | 0.92 | 0.49 | 15.5 | 0.86 | 0.27 |
| Hex | 82 | 29 | A | 0 | 44 | 5C | 31 | 10 | 56 | 1B |
| Octal | 202 | 51 | 12 | 0 | 104 | 134 | 61 | 20 | 126 | 33 |
| Binary | 10000010 | 101001 | 1010 | 0 | 1000100 | 1011100 | 110001 | 10000 | 1010110 | 11011 |
Color Harmonies of #82290A
Complementary color
Monochromatic Colors of #82290A
Black with #82290A
Text Example
Text Example
White with #82290A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82290A; }
p { color: rgb(130,41,10); }
H1.HeaderClassName
{
color: #82290A;
}
.AnyTagClassName
{
color: #82290A;
}
</style>
background-color css
<style>
a { background-color: #82290A; }
a { background-color: rgb(130,41,10); }
div.DivClassName
{
background-color: #82290A;
}
.BgClassName
{
background-color: #82290A;
}
</style>
border-color css
<style>
span { border-color: #82290A; }
span { border-color: rgb(130,41,10); }
td.TdClassName
{
border-color: #82290A;
}
.TagClassName
{
border-color: #82290A;
}
</style>