Shades of Shadow #82684D
Tints of Shadow #82684D
RGB
CMYK
RGB Variations
Color information
#82684D (or 0x82684D) is known color: Shadow. HEX triplet: 82, 68 and 4D. RGB value is (130,104,77). Sum of RGB (Red+Green+Blue) = 130+104+77=311 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.80% from 311); Green value is 104 (41.02% from 255 or 33.44% from 311); Blue value is 77 (30.47% from 255 or 24.76% from 311); Max value from RGB is 130 - color contains mainly: red. Hex color #82684D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82684D is #7D97B2. Grayscale: #6C6C6C. Windows color (decimal): -8230835 or 5073026. OLE color: 5073026.
HSL color Cylindrical-coordinate representation of color #82684D: hue angle of 30.57º 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 #82684D is Cyan = 0, Magento = 0.2, Yellow = 0.41 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 104 | 77 | - |
| CMYK | 0 | 0.2 | 0.41 | 0.49 |
| HSL | 30.57º | 0.26% | 0.41% | - |
| HSV(B) | 30.57º | 0.41% | 0.51% | - |
| XYZ | 15.5 | 15.18 | 9.13 | - |
| YUV | 108.7 | 110.11 | 143.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 104 | 77 | 0 | 0.2 | 0.41 | 0.49 | 30.57 | 0.26 | 0.41 |
| Hex | 82 | 68 | 4D | 0 | 14 | 29 | 31 | 1F | 1A | 29 |
| Octal | 202 | 150 | 115 | 0 | 24 | 51 | 61 | 37 | 32 | 51 |
| Binary | 10000010 | 1101000 | 1001101 | 0 | 10100 | 101001 | 110001 | 11111 | 11010 | 101001 |
Color Harmonies of #82684D
Complementary color
Monochromatic Colors of #82684D
Black with #82684D
Text Example
Text Example
White with #82684D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82684D; }
p { color: rgb(130,104,77); }
H1.HeaderClassName
{
color: #82684D;
}
.AnyTagClassName
{
color: #82684D;
}
</style>
background-color css
<style>
a { background-color: #82684D; }
a { background-color: rgb(130,104,77); }
div.DivClassName
{
background-color: #82684D;
}
.BgClassName
{
background-color: #82684D;
}
</style>
border-color css
<style>
span { border-color: #82684D; }
span { border-color: rgb(130,104,77); }
td.TdClassName
{
border-color: #82684D;
}
.TagClassName
{
border-color: #82684D;
}
</style>