Shades of Shadow #82704D
Tints of Shadow #82704D
RGB
CMYK
RGB Variations
Color information
#82704D (or 0x82704D) is known color: Shadow. HEX triplet: 82, 70 and 4D. RGB value is (130,112,77). Sum of RGB (Red+Green+Blue) = 130+112+77=319 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.75% from 319); Green value is 112 (44.14% from 255 or 35.11% from 319); Blue value is 77 (30.47% from 255 or 24.14% from 319); Max value from RGB is 130 - color contains mainly: red. Hex color #82704D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82704D is #7D8FB2. Grayscale: #717171. Windows color (decimal): -8228787 or 5075074. OLE color: 5075074.
HSL color Cylindrical-coordinate representation of color #82704D: hue angle of 39.62º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #82704D is Cyan = 0, Magento = 0.14, Yellow = 0.41 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 112 | 77 | - |
| CMYK | 0 | 0.14 | 0.41 | 0.49 |
| HSL | 39.62º | 0.26% | 0.41% | - |
| HSV(B) | 39.62º | 0.41% | 0.51% | - |
| XYZ | 16.34 | 16.87 | 9.42 | - |
| YUV | 113.39 | 107.46 | 139.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 112 | 77 | 0 | 0.14 | 0.41 | 0.49 | 39.62 | 0.26 | 0.41 |
| Hex | 82 | 70 | 4D | 0 | E | 29 | 31 | 28 | 1A | 29 |
| Octal | 202 | 160 | 115 | 0 | 16 | 51 | 61 | 50 | 32 | 51 |
| Binary | 10000010 | 1110000 | 1001101 | 0 | 1110 | 101001 | 110001 | 101000 | 11010 | 101001 |
Color Harmonies of #82704D
Complementary color
Monochromatic Colors of #82704D
Black with #82704D
Text Example
Text Example
White with #82704D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82704D; }
p { color: rgb(130,112,77); }
H1.HeaderClassName
{
color: #82704D;
}
.AnyTagClassName
{
color: #82704D;
}
</style>
background-color css
<style>
a { background-color: #82704D; }
a { background-color: rgb(130,112,77); }
div.DivClassName
{
background-color: #82704D;
}
.BgClassName
{
background-color: #82704D;
}
</style>
border-color css
<style>
span { border-color: #82704D; }
span { border-color: rgb(130,112,77); }
td.TdClassName
{
border-color: #82704D;
}
.TagClassName
{
border-color: #82704D;
}
</style>