Shades of Burnt Umber #82371B
Tints of Burnt Umber #82371B
RGB
CMYK
RGB Variations
Color information
#82371B (or 0x82371B) is known color: Burnt Umber. HEX triplet: 82, 37 and 1B. RGB value is (130,55,27). Sum of RGB (Red+Green+Blue) = 130+55+27=212 (28% of max value = 765). Red value is 130 (51.17% from 255 or 61.32% from 212); Green value is 55 (21.88% from 255 or 25.94% from 212); Blue value is 27 (10.94% from 255 or 12.74% from 212); Max value from RGB is 130 - color contains mainly: red. Hex color #82371B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82371B is #7DC8E4. Grayscale: #4A4A4A. Windows color (decimal): -8243429 or 1783682. OLE color: 1783682.
HSL color Cylindrical-coordinate representation of color #82371B: hue angle of 16.31º 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 #82371B is Cyan = 0, Magento = 0.58, Yellow = 0.79 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 55 | 27 | - |
| CMYK | 0 | 0.58 | 0.79 | 0.49 |
| HSL | 16.31º | 0.66% | 0.31% | - |
| HSV(B) | 16.31º | 0.79% | 0.51% | - |
| XYZ | 10.77 | 7.56 | 1.93 | - |
| YUV | 74.23 | 101.35 | 167.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 55 | 27 | 0 | 0.58 | 0.79 | 0.49 | 16.31 | 0.66 | 0.31 |
| Hex | 82 | 37 | 1B | 0 | 3A | 4F | 31 | 10 | 42 | 1F |
| Octal | 202 | 67 | 33 | 0 | 72 | 117 | 61 | 20 | 102 | 37 |
| Binary | 10000010 | 110111 | 11011 | 0 | 111010 | 1001111 | 110001 | 10000 | 1000010 | 11111 |
Color Harmonies of #82371B
Complementary color
Monochromatic Colors of #82371B
Black with #82371B
Text Example
Text Example
White with #82371B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82371B; }
p { color: rgb(130,55,27); }
H1.HeaderClassName
{
color: #82371B;
}
.AnyTagClassName
{
color: #82371B;
}
</style>
background-color css
<style>
a { background-color: #82371B; }
a { background-color: rgb(130,55,27); }
div.DivClassName
{
background-color: #82371B;
}
.BgClassName
{
background-color: #82371B;
}
</style>
border-color css
<style>
span { border-color: #82371B; }
span { border-color: rgb(130,55,27); }
td.TdClassName
{
border-color: #82371B;
}
.TagClassName
{
border-color: #82371B;
}
</style>