Shades of Shadow #827652
Tints of Shadow #827652
RGB
CMYK
RGB Variations
Color information
#827652 (or 0x827652) is known color: Shadow. HEX triplet: 82, 76 and 52. RGB value is (130,118,82). Sum of RGB (Red+Green+Blue) = 130+118+82=330 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.39% from 330); Green value is 118 (46.48% from 255 or 35.76% from 330); Blue value is 82 (32.42% from 255 or 24.85% from 330); Max value from RGB is 130 - color contains mainly: red. Hex color #827652 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827652 is #7D89AD. Grayscale: #757575. Windows color (decimal): -8227246 or 5404290. OLE color: 5404290.
HSL color Cylindrical-coordinate representation of color #827652: hue angle of 45º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #827652 is Cyan = 0, Magento = 0.09, Yellow = 0.37 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 118 | 82 | - |
| CMYK | 0 | 0.09 | 0.37 | 0.49 |
| HSL | 45º | 0.23% | 0.42% | - |
| HSV(B) | 45º | 0.37% | 0.51% | - |
| XYZ | 17.21 | 18.31 | 10.61 | - |
| YUV | 117.48 | 107.98 | 136.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 118 | 82 | 0 | 0.09 | 0.37 | 0.49 | 45 | 0.23 | 0.42 |
| Hex | 82 | 76 | 52 | 0 | 9 | 25 | 31 | 2D | 17 | 2A |
| Octal | 202 | 166 | 122 | 0 | 11 | 45 | 61 | 55 | 27 | 52 |
| Binary | 10000010 | 1110110 | 1010010 | 0 | 1001 | 100101 | 110001 | 101101 | 10111 | 101010 |
Color Harmonies of #827652
Complementary color
Monochromatic Colors of #827652
Black with #827652
Text Example
Text Example
White with #827652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827652; }
p { color: rgb(130,118,82); }
H1.HeaderClassName
{
color: #827652;
}
.AnyTagClassName
{
color: #827652;
}
</style>
background-color css
<style>
a { background-color: #827652; }
a { background-color: rgb(130,118,82); }
div.DivClassName
{
background-color: #827652;
}
.BgClassName
{
background-color: #827652;
}
</style>
border-color css
<style>
span { border-color: #827652; }
span { border-color: rgb(130,118,82); }
td.TdClassName
{
border-color: #827652;
}
.TagClassName
{
border-color: #827652;
}
</style>