Shades of Shadow #82704A
Tints of Shadow #82704A
RGB
CMYK
RGB Variations
Color information
#82704A (or 0x82704A) is known color: Shadow. HEX triplet: 82, 70 and 4A. RGB value is (130,112,74). Sum of RGB (Red+Green+Blue) = 130+112+74=316 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.14% from 316); Green value is 112 (44.14% from 255 or 35.44% from 316); Blue value is 74 (29.30% from 255 or 23.42% from 316); Max value from RGB is 130 - color contains mainly: red. Hex color #82704A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82704A is #7D8FB5. Grayscale: #717171. Windows color (decimal): -8228790 or 4878466. OLE color: 4878466.
HSL color Cylindrical-coordinate representation of color #82704A: hue angle of 40.71º degrees, saturation: 0.27, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #82704A is Cyan = 0, Magento = 0.14, Yellow = 0.43 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 112 | 74 | - |
| CMYK | 0 | 0.14 | 0.43 | 0.49 |
| HSL | 40.71º | 0.27% | 0.4% | - |
| HSV(B) | 40.71º | 0.43% | 0.51% | - |
| XYZ | 16.24 | 16.83 | 8.87 | - |
| YUV | 113.05 | 105.96 | 140.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 112 | 74 | 0 | 0.14 | 0.43 | 0.49 | 40.71 | 0.27 | 0.4 |
| Hex | 82 | 70 | 4A | 0 | E | 2B | 31 | 29 | 1B | 28 |
| Octal | 202 | 160 | 112 | 0 | 16 | 53 | 61 | 51 | 33 | 50 |
| Binary | 10000010 | 1110000 | 1001010 | 0 | 1110 | 101011 | 110001 | 101001 | 11011 | 101000 |
Color Harmonies of #82704A
Complementary color
Monochromatic Colors of #82704A
Black with #82704A
Text Example
Text Example
White with #82704A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82704A; }
p { color: rgb(130,112,74); }
H1.HeaderClassName
{
color: #82704A;
}
.AnyTagClassName
{
color: #82704A;
}
</style>
background-color css
<style>
a { background-color: #82704A; }
a { background-color: rgb(130,112,74); }
div.DivClassName
{
background-color: #82704A;
}
.BgClassName
{
background-color: #82704A;
}
</style>
border-color css
<style>
span { border-color: #82704A; }
span { border-color: rgb(130,112,74); }
td.TdClassName
{
border-color: #82704A;
}
.TagClassName
{
border-color: #82704A;
}
</style>