Shades of Shadow #82724F
Tints of Shadow #82724F
RGB
CMYK
RGB Variations
Color information
#82724F (or 0x82724F) is known color: Shadow. HEX triplet: 82, 72 and 4F. RGB value is (130,114,79). Sum of RGB (Red+Green+Blue) = 130+114+79=323 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.25% from 323); Green value is 114 (44.92% from 255 or 35.29% from 323); Blue value is 79 (31.25% from 255 or 24.46% from 323); Max value from RGB is 130 - color contains mainly: red. Hex color #82724F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82724F is #7D8DB0. Grayscale: #727272. Windows color (decimal): -8228273 or 5206658. OLE color: 5206658.
HSL color Cylindrical-coordinate representation of color #82724F: hue angle of 41.18º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #82724F is Cyan = 0, Magento = 0.12, Yellow = 0.39 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 114 | 79 | - |
| CMYK | 0 | 0.12 | 0.39 | 0.49 |
| HSL | 41.18º | 0.24% | 0.41% | - |
| HSV(B) | 41.18º | 0.39% | 0.51% | - |
| XYZ | 16.63 | 17.34 | 9.87 | - |
| YUV | 114.79 | 107.8 | 138.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 114 | 79 | 0 | 0.12 | 0.39 | 0.49 | 41.18 | 0.24 | 0.41 |
| Hex | 82 | 72 | 4F | 0 | C | 27 | 31 | 29 | 18 | 29 |
| Octal | 202 | 162 | 117 | 0 | 14 | 47 | 61 | 51 | 30 | 51 |
| Binary | 10000010 | 1110010 | 1001111 | 0 | 1100 | 100111 | 110001 | 101001 | 11000 | 101001 |
Color Harmonies of #82724F
Complementary color
Monochromatic Colors of #82724F
Black with #82724F
Text Example
Text Example
White with #82724F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82724F; }
p { color: rgb(130,114,79); }
H1.HeaderClassName
{
color: #82724F;
}
.AnyTagClassName
{
color: #82724F;
}
</style>
background-color css
<style>
a { background-color: #82724F; }
a { background-color: rgb(130,114,79); }
div.DivClassName
{
background-color: #82724F;
}
.BgClassName
{
background-color: #82724F;
}
</style>
border-color css
<style>
span { border-color: #82724F; }
span { border-color: rgb(130,114,79); }
td.TdClassName
{
border-color: #82724F;
}
.TagClassName
{
border-color: #82724F;
}
</style>