Shades of Shadow #82714D
Tints of Shadow #82714D
RGB
CMYK
RGB Variations
Color information
#82714D (or 0x82714D) is known color: Shadow. HEX triplet: 82, 71 and 4D. RGB value is (130,113,77). Sum of RGB (Red+Green+Blue) = 130+113+77=320 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.62% from 320); Green value is 113 (44.53% from 255 or 35.31% from 320); Blue value is 77 (30.47% from 255 or 24.06% from 320); Max value from RGB is 130 - color contains mainly: red. Hex color #82714D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82714D is #7D8EB2. Grayscale: #727272. Windows color (decimal): -8228531 or 5075330. OLE color: 5075330.
HSL color Cylindrical-coordinate representation of color #82714D: hue angle of 40.75º 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 #82714D is Cyan = 0, Magento = 0.13, Yellow = 0.41 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 113 | 77 | - |
| CMYK | 0 | 0.13 | 0.41 | 0.49 |
| HSL | 40.75º | 0.26% | 0.41% | - |
| HSV(B) | 40.75º | 0.41% | 0.51% | - |
| XYZ | 16.45 | 17.09 | 9.45 | - |
| YUV | 113.98 | 107.13 | 139.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 113 | 77 | 0 | 0.13 | 0.41 | 0.49 | 40.75 | 0.26 | 0.41 |
| Hex | 82 | 71 | 4D | 0 | D | 29 | 31 | 29 | 1A | 29 |
| Octal | 202 | 161 | 115 | 0 | 15 | 51 | 61 | 51 | 32 | 51 |
| Binary | 10000010 | 1110001 | 1001101 | 0 | 1101 | 101001 | 110001 | 101001 | 11010 | 101001 |
Color Harmonies of #82714D
Complementary color
Monochromatic Colors of #82714D
Black with #82714D
Text Example
Text Example
White with #82714D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82714D; }
p { color: rgb(130,113,77); }
H1.HeaderClassName
{
color: #82714D;
}
.AnyTagClassName
{
color: #82714D;
}
</style>
background-color css
<style>
a { background-color: #82714D; }
a { background-color: rgb(130,113,77); }
div.DivClassName
{
background-color: #82714D;
}
.BgClassName
{
background-color: #82714D;
}
</style>
border-color css
<style>
span { border-color: #82714D; }
span { border-color: rgb(130,113,77); }
td.TdClassName
{
border-color: #82714D;
}
.TagClassName
{
border-color: #82714D;
}
</style>