Shades of Burnt Umber #822A09
Tints of Burnt Umber #822A09
RGB
CMYK
RGB Variations
Color information
#822A09 (or 0x822A09) is known color: Burnt Umber. HEX triplet: 82, 2A and 09. RGB value is (130,42,9). Sum of RGB (Red+Green+Blue) = 130+42+9=181 (23% of max value = 765). Red value is 130 (51.17% from 255 or 71.82% from 181); Green value is 42 (16.80% from 255 or 23.20% from 181); Blue value is 9 (3.91% from 255 or 4.97% from 181); Max value from RGB is 130 - color contains mainly: red. Hex color #822A09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #822A09 is #7DD5F6. Grayscale: #404040. Windows color (decimal): -8246775 or 600706. OLE color: 600706.
HSL color Cylindrical-coordinate representation of color #822A09: hue angle of 16.36º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #822A09 is Cyan = 0, Magento = 0.68, Yellow = 0.93 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 42 | 9 | - |
| CMYK | 0 | 0.68 | 0.93 | 0.49 |
| HSL | 16.36º | 0.87% | 0.27% | - |
| HSV(B) | 16.36º | 0.93% | 0.51% | - |
| XYZ | 10.08 | 6.42 | 0.97 | - |
| YUV | 64.55 | 96.65 | 174.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 42 | 9 | 0 | 0.68 | 0.93 | 0.49 | 16.36 | 0.87 | 0.27 |
| Hex | 82 | 2A | 9 | 0 | 44 | 5D | 31 | 10 | 57 | 1B |
| Octal | 202 | 52 | 11 | 0 | 104 | 135 | 61 | 20 | 127 | 33 |
| Binary | 10000010 | 101010 | 1001 | 0 | 1000100 | 1011101 | 110001 | 10000 | 1010111 | 11011 |
Color Harmonies of #822A09
Complementary color
Monochromatic Colors of #822A09
Black with #822A09
Text Example
Text Example
White with #822A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #822A09; }
p { color: rgb(130,42,9); }
H1.HeaderClassName
{
color: #822A09;
}
.AnyTagClassName
{
color: #822A09;
}
</style>
background-color css
<style>
a { background-color: #822A09; }
a { background-color: rgb(130,42,9); }
div.DivClassName
{
background-color: #822A09;
}
.BgClassName
{
background-color: #822A09;
}
</style>
border-color css
<style>
span { border-color: #822A09; }
span { border-color: rgb(130,42,9); }
td.TdClassName
{
border-color: #822A09;
}
.TagClassName
{
border-color: #822A09;
}
</style>