Shades of Burnt Umber #82301E
Tints of Burnt Umber #82301E
RGB
CMYK
RGB Variations
Color information
#82301E (or 0x82301E) is known color: Burnt Umber. HEX triplet: 82, 30 and 1E. RGB value is (130,48,30). Sum of RGB (Red+Green+Blue) = 130+48+30=208 (27% of max value = 765). Red value is 130 (51.17% from 255 or 62.5% from 208); Green value is 48 (19.14% from 255 or 23.08% from 208); Blue value is 30 (12.11% from 255 or 14.42% from 208); Max value from RGB is 130 - color contains mainly: red. Hex color #82301E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82301E is #7DCFE1. Grayscale: #464646. Windows color (decimal): -8245218 or 1978498. OLE color: 1978498.
HSL color Cylindrical-coordinate representation of color #82301E: hue angle of 10.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 #82301E is Cyan = 0, Magento = 0.63, Yellow = 0.77 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 48 | 30 | - |
| CMYK | 0 | 0.63 | 0.77 | 0.49 |
| HSL | 10.8º | 0.63% | 0.31% | - |
| HSV(B) | 10.8º | 0.77% | 0.51% | - |
| XYZ | 10.5 | 6.95 | 2.02 | - |
| YUV | 70.47 | 105.17 | 170.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 48 | 30 | 0 | 0.63 | 0.77 | 0.49 | 10.8 | 0.63 | 0.31 |
| Hex | 82 | 30 | 1E | 0 | 3F | 4D | 31 | B | 3E | 1F |
| Octal | 202 | 60 | 36 | 0 | 77 | 115 | 61 | 13 | 76 | 37 |
| Binary | 10000010 | 110000 | 11110 | 0 | 111111 | 1001101 | 110001 | 1011 | 111110 | 11111 |
Color Harmonies of #82301E
Complementary color
Monochromatic Colors of #82301E
Black with #82301E
Text Example
Text Example
White with #82301E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82301E; }
p { color: rgb(130,48,30); }
H1.HeaderClassName
{
color: #82301E;
}
.AnyTagClassName
{
color: #82301E;
}
</style>
background-color css
<style>
a { background-color: #82301E; }
a { background-color: rgb(130,48,30); }
div.DivClassName
{
background-color: #82301E;
}
.BgClassName
{
background-color: #82301E;
}
</style>
border-color css
<style>
span { border-color: #82301E; }
span { border-color: rgb(130,48,30); }
td.TdClassName
{
border-color: #82301E;
}
.TagClassName
{
border-color: #82301E;
}
</style>