Shades of Burnt Umber #822A1F
Tints of Burnt Umber #822A1F
RGB
CMYK
RGB Variations
Color information
#822A1F (or 0x822A1F) is known color: Burnt Umber. HEX triplet: 82, 2A and 1F. RGB value is (130,42,31). Sum of RGB (Red+Green+Blue) = 130+42+31=203 (26% of max value = 765). Red value is 130 (51.17% from 255 or 64.04% from 203); Green value is 42 (16.80% from 255 or 20.69% from 203); Blue value is 31 (12.5% from 255 or 15.27% from 203); Max value from RGB is 130 - color contains mainly: red. Hex color #822A1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #822A1F is #7DD5E0. Grayscale: #434343. Windows color (decimal): -8246753 or 2042498. OLE color: 2042498.
HSL color Cylindrical-coordinate representation of color #822A1F: hue angle of 6.67º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #822A1F is Cyan = 0, Magento = 0.68, Yellow = 0.76 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 42 | 31 | - |
| CMYK | 0 | 0.68 | 0.76 | 0.49 |
| HSL | 6.67º | 0.61% | 0.32% | - |
| HSV(B) | 6.67º | 0.76% | 0.51% | - |
| XYZ | 10.28 | 6.5 | 2.01 | - |
| YUV | 67.06 | 107.65 | 172.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 42 | 31 | 0 | 0.68 | 0.76 | 0.49 | 6.67 | 0.61 | 0.32 |
| Hex | 82 | 2A | 1F | 0 | 44 | 4C | 31 | 7 | 3D | 20 |
| Octal | 202 | 52 | 37 | 0 | 104 | 114 | 61 | 7 | 75 | 40 |
| Binary | 10000010 | 101010 | 11111 | 0 | 1000100 | 1001100 | 110001 | 111 | 111101 | 100000 |
Color Harmonies of #822A1F
Complementary color
Monochromatic Colors of #822A1F
Black with #822A1F
Text Example
Text Example
White with #822A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #822A1F; }
p { color: rgb(130,42,31); }
H1.HeaderClassName
{
color: #822A1F;
}
.AnyTagClassName
{
color: #822A1F;
}
</style>
background-color css
<style>
a { background-color: #822A1F; }
a { background-color: rgb(130,42,31); }
div.DivClassName
{
background-color: #822A1F;
}
.BgClassName
{
background-color: #822A1F;
}
</style>
border-color css
<style>
span { border-color: #822A1F; }
span { border-color: rgb(130,42,31); }
td.TdClassName
{
border-color: #822A1F;
}
.TagClassName
{
border-color: #822A1F;
}
</style>