Shades of Shadow #827653
Tints of Shadow #827653
RGB
CMYK
RGB Variations
Color information
#827653 (or 0x827653) is known color: Shadow. HEX triplet: 82, 76 and 53. RGB value is (130,118,83). Sum of RGB (Red+Green+Blue) = 130+118+83=331 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.27% from 331); Green value is 118 (46.48% from 255 or 35.65% from 331); Blue value is 83 (32.81% from 255 or 25.08% from 331); Max value from RGB is 130 - color contains mainly: red. Hex color #827653 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827653 is #7D89AC. Grayscale: #757575. Windows color (decimal): -8227245 or 5469826. OLE color: 5469826.
HSL color Cylindrical-coordinate representation of color #827653: hue angle of 44.68º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #827653 is Cyan = 0, Magento = 0.09, Yellow = 0.36 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 118 | 83 | - |
| CMYK | 0 | 0.09 | 0.36 | 0.49 |
| HSL | 44.68º | 0.22% | 0.42% | - |
| HSV(B) | 44.68º | 0.36% | 0.51% | - |
| XYZ | 17.25 | 18.33 | 10.81 | - |
| YUV | 117.6 | 108.48 | 136.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 118 | 83 | 0 | 0.09 | 0.36 | 0.49 | 44.68 | 0.22 | 0.42 |
| Hex | 82 | 76 | 53 | 0 | 9 | 24 | 31 | 2D | 16 | 2A |
| Octal | 202 | 166 | 123 | 0 | 11 | 44 | 61 | 55 | 26 | 52 |
| Binary | 10000010 | 1110110 | 1010011 | 0 | 1001 | 100100 | 110001 | 101101 | 10110 | 101010 |
Color Harmonies of #827653
Complementary color
Monochromatic Colors of #827653
Black with #827653
Text Example
Text Example
White with #827653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827653; }
p { color: rgb(130,118,83); }
H1.HeaderClassName
{
color: #827653;
}
.AnyTagClassName
{
color: #827653;
}
</style>
background-color css
<style>
a { background-color: #827653; }
a { background-color: rgb(130,118,83); }
div.DivClassName
{
background-color: #827653;
}
.BgClassName
{
background-color: #827653;
}
</style>
border-color css
<style>
span { border-color: #827653; }
span { border-color: rgb(130,118,83); }
td.TdClassName
{
border-color: #827653;
}
.TagClassName
{
border-color: #827653;
}
</style>