Shades of Burnt Umber #82351E
Tints of Burnt Umber #82351E
RGB
CMYK
RGB Variations
Color information
#82351E (or 0x82351E) is known color: Burnt Umber. HEX triplet: 82, 35 and 1E. RGB value is (130,53,30). Sum of RGB (Red+Green+Blue) = 130+53+30=213 (28% of max value = 765). Red value is 130 (51.17% from 255 or 61.03% from 213); Green value is 53 (21.09% from 255 or 24.88% from 213); Blue value is 30 (12.11% from 255 or 14.08% from 213); Max value from RGB is 130 - color contains mainly: red. Hex color #82351E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82351E is #7DCAE1. Grayscale: #494949. Windows color (decimal): -8243938 or 1979778. OLE color: 1979778.
HSL color Cylindrical-coordinate representation of color #82351E: hue angle of 13.8º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #82351E is Cyan = 0, Magento = 0.59, Yellow = 0.77 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 53 | 30 | - |
| CMYK | 0 | 0.59 | 0.77 | 0.49 |
| HSL | 13.8º | 0.63% | 0.31% | - |
| HSV(B) | 13.8º | 0.77% | 0.51% | - |
| XYZ | 10.71 | 7.39 | 2.09 | - |
| YUV | 73.4 | 103.51 | 168.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 53 | 30 | 0 | 0.59 | 0.77 | 0.49 | 13.8 | 0.63 | 0.31 |
| Hex | 82 | 35 | 1E | 0 | 3B | 4D | 31 | E | 3E | 1F |
| Octal | 202 | 65 | 36 | 0 | 73 | 115 | 61 | 16 | 76 | 37 |
| Binary | 10000010 | 110101 | 11110 | 0 | 111011 | 1001101 | 110001 | 1110 | 111110 | 11111 |
Color Harmonies of #82351E
Complementary color
Monochromatic Colors of #82351E
Black with #82351E
Text Example
Text Example
White with #82351E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82351E; }
p { color: rgb(130,53,30); }
H1.HeaderClassName
{
color: #82351E;
}
.AnyTagClassName
{
color: #82351E;
}
</style>
background-color css
<style>
a { background-color: #82351E; }
a { background-color: rgb(130,53,30); }
div.DivClassName
{
background-color: #82351E;
}
.BgClassName
{
background-color: #82351E;
}
</style>
border-color css
<style>
span { border-color: #82351E; }
span { border-color: rgb(130,53,30); }
td.TdClassName
{
border-color: #82351E;
}
.TagClassName
{
border-color: #82351E;
}
</style>