Shades of Burnt Umber #82341C
Tints of Burnt Umber #82341C
RGB
CMYK
RGB Variations
Color information
#82341C (or 0x82341C) is known color: Burnt Umber. HEX triplet: 82, 34 and 1C. RGB value is (130,52,28). Sum of RGB (Red+Green+Blue) = 130+52+28=210 (27% of max value = 765). Red value is 130 (51.17% from 255 or 61.90% from 210); Green value is 52 (20.70% from 255 or 24.76% from 210); Blue value is 28 (11.33% from 255 or 13.33% from 210); Max value from RGB is 130 - color contains mainly: red. Hex color #82341C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82341C is #7DCBE3. Grayscale: #484848. Windows color (decimal): -8244196 or 1848450. OLE color: 1848450.
HSL color Cylindrical-coordinate representation of color #82341C: hue angle of 14.12º 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 #82341C is Cyan = 0, Magento = 0.60, Yellow = 0.78 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 52 | 28 | - |
| CMYK | 0 | 0.60 | 0.78 | 0.49 |
| HSL | 14.12º | 0.65% | 0.31% | - |
| HSV(B) | 14.12º | 0.78% | 0.51% | - |
| XYZ | 10.64 | 7.29 | 1.94 | - |
| YUV | 72.59 | 102.84 | 168.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 52 | 28 | 0 | 0.60 | 0.78 | 0.49 | 14.12 | 0.65 | 0.31 |
| Hex | 82 | 34 | 1C | 0 | 3C | 4E | 31 | E | 41 | 1F |
| Octal | 202 | 64 | 34 | 0 | 74 | 116 | 61 | 16 | 101 | 37 |
| Binary | 10000010 | 110100 | 11100 | 0 | 111100 | 1001110 | 110001 | 1110 | 1000001 | 11111 |
Color Harmonies of #82341C
Complementary color
Monochromatic Colors of #82341C
Black with #82341C
Text Example
Text Example
White with #82341C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82341C; }
p { color: rgb(130,52,28); }
H1.HeaderClassName
{
color: #82341C;
}
.AnyTagClassName
{
color: #82341C;
}
</style>
background-color css
<style>
a { background-color: #82341C; }
a { background-color: rgb(130,52,28); }
div.DivClassName
{
background-color: #82341C;
}
.BgClassName
{
background-color: #82341C;
}
</style>
border-color css
<style>
span { border-color: #82341C; }
span { border-color: rgb(130,52,28); }
td.TdClassName
{
border-color: #82341C;
}
.TagClassName
{
border-color: #82341C;
}
</style>