Shades of Burnt Umber #82311B
Tints of Burnt Umber #82311B
RGB
CMYK
RGB Variations
Color information
#82311B (or 0x82311B) is known color: Burnt Umber. HEX triplet: 82, 31 and 1B. RGB value is (130,49,27). Sum of RGB (Red+Green+Blue) = 130+49+27=206 (27% of max value = 765). Red value is 130 (51.17% from 255 or 63.11% from 206); Green value is 49 (19.53% from 255 or 23.79% from 206); Blue value is 27 (10.94% from 255 or 13.11% from 206); Max value from RGB is 130 - color contains mainly: red. Hex color #82311B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82311B is #7DCEE4. Grayscale: #464646. Windows color (decimal): -8244965 or 1782146. OLE color: 1782146.
HSL color Cylindrical-coordinate representation of color #82311B: hue angle of 12.82º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #82311B is Cyan = 0, Magento = 0.62, Yellow = 0.79 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 49 | 27 | - |
| CMYK | 0 | 0.62 | 0.79 | 0.49 |
| HSL | 12.82º | 0.66% | 0.31% | - |
| HSV(B) | 12.82º | 0.79% | 0.51% | - |
| XYZ | 10.5 | 7.02 | 1.84 | - |
| YUV | 70.71 | 103.34 | 170.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 49 | 27 | 0 | 0.62 | 0.79 | 0.49 | 12.82 | 0.66 | 0.31 |
| Hex | 82 | 31 | 1B | 0 | 3E | 4F | 31 | D | 42 | 1F |
| Octal | 202 | 61 | 33 | 0 | 76 | 117 | 61 | 15 | 102 | 37 |
| Binary | 10000010 | 110001 | 11011 | 0 | 111110 | 1001111 | 110001 | 1101 | 1000010 | 11111 |
Color Harmonies of #82311B
Complementary color
Monochromatic Colors of #82311B
Black with #82311B
Text Example
Text Example
White with #82311B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82311B; }
p { color: rgb(130,49,27); }
H1.HeaderClassName
{
color: #82311B;
}
.AnyTagClassName
{
color: #82311B;
}
</style>
background-color css
<style>
a { background-color: #82311B; }
a { background-color: rgb(130,49,27); }
div.DivClassName
{
background-color: #82311B;
}
.BgClassName
{
background-color: #82311B;
}
</style>
border-color css
<style>
span { border-color: #82311B; }
span { border-color: rgb(130,49,27); }
td.TdClassName
{
border-color: #82311B;
}
.TagClassName
{
border-color: #82311B;
}
</style>