Shades of Burnt Umber #82321C
Tints of Burnt Umber #82321C
RGB
CMYK
RGB Variations
Color information
#82321C (or 0x82321C) is known color: Burnt Umber. HEX triplet: 82, 32 and 1C. RGB value is (130,50,28). Sum of RGB (Red+Green+Blue) = 130+50+28=208 (27% of max value = 765). Red value is 130 (51.17% from 255 or 62.5% from 208); Green value is 50 (19.92% from 255 or 24.04% from 208); Blue value is 28 (11.33% from 255 or 13.46% from 208); Max value from RGB is 130 - color contains mainly: red. Hex color #82321C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82321C is #7DCDE3. Grayscale: #474747. Windows color (decimal): -8244708 or 1847938. OLE color: 1847938.
HSL color Cylindrical-coordinate representation of color #82321C: hue angle of 12.94º degrees, saturation: 0.65, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #82321C is Cyan = 0, Magento = 0.62, Yellow = 0.78 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 50 | 28 | - |
| CMYK | 0 | 0.62 | 0.78 | 0.49 |
| HSL | 12.94º | 0.65% | 0.31% | - |
| HSV(B) | 12.94º | 0.78% | 0.51% | - |
| XYZ | 10.56 | 7.11 | 1.91 | - |
| YUV | 71.41 | 103.5 | 169.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 50 | 28 | 0 | 0.62 | 0.78 | 0.49 | 12.94 | 0.65 | 0.31 |
| Hex | 82 | 32 | 1C | 0 | 3E | 4E | 31 | D | 41 | 1F |
| Octal | 202 | 62 | 34 | 0 | 76 | 116 | 61 | 15 | 101 | 37 |
| Binary | 10000010 | 110010 | 11100 | 0 | 111110 | 1001110 | 110001 | 1101 | 1000001 | 11111 |
Color Harmonies of #82321C
Complementary color
Monochromatic Colors of #82321C
Black with #82321C
Text Example
Text Example
White with #82321C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82321C; }
p { color: rgb(130,50,28); }
H1.HeaderClassName
{
color: #82321C;
}
.AnyTagClassName
{
color: #82321C;
}
</style>
background-color css
<style>
a { background-color: #82321C; }
a { background-color: rgb(130,50,28); }
div.DivClassName
{
background-color: #82321C;
}
.BgClassName
{
background-color: #82321C;
}
</style>
border-color css
<style>
span { border-color: #82321C; }
span { border-color: rgb(130,50,28); }
td.TdClassName
{
border-color: #82321C;
}
.TagClassName
{
border-color: #82321C;
}
</style>