Shades of Shadow #847255
Tints of Shadow #847255
RGB
CMYK
RGB Variations
Color information
#847255 (or 0x847255) is known color: Shadow. HEX triplet: 84, 72 and 55. RGB value is (132,114,85). Sum of RGB (Red+Green+Blue) = 132+114+85=331 (43% of max value = 765). Red value is 132 (51.95% from 255 or 39.88% from 331); Green value is 114 (44.92% from 255 or 34.44% from 331); Blue value is 85 (33.59% from 255 or 25.68% from 331); Max value from RGB is 132 - color contains mainly: red. Hex color #847255 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #847255 is #7B8DAA. Grayscale: #747474. Windows color (decimal): -8097195 or 5599876. OLE color: 5599876.
HSL color Cylindrical-coordinate representation of color #847255: hue angle of 37.02º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #847255 is Cyan = 0, Magento = 0.14, Yellow = 0.36 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 114 | 85 | - |
| CMYK | 0 | 0.14 | 0.36 | 0.48 |
| HSL | 37.02º | 0.22% | 0.43% | - |
| HSV(B) | 37.02º | 0.36% | 0.52% | - |
| XYZ | 17.17 | 17.6 | 11.09 | - |
| YUV | 116.08 | 110.46 | 139.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 114 | 85 | 0 | 0.14 | 0.36 | 0.48 | 37.02 | 0.22 | 0.43 |
| Hex | 84 | 72 | 55 | 0 | E | 24 | 30 | 25 | 16 | 2B |
| Octal | 204 | 162 | 125 | 0 | 16 | 44 | 60 | 45 | 26 | 53 |
| Binary | 10000100 | 1110010 | 1010101 | 0 | 1110 | 100100 | 110000 | 100101 | 10110 | 101011 |
Color Harmonies of #847255
Complementary color
Monochromatic Colors of #847255
Black with #847255
Text Example
Text Example
White with #847255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #847255; }
p { color: rgb(132,114,85); }
H1.HeaderClassName
{
color: #847255;
}
.AnyTagClassName
{
color: #847255;
}
</style>
background-color css
<style>
a { background-color: #847255; }
a { background-color: rgb(132,114,85); }
div.DivClassName
{
background-color: #847255;
}
.BgClassName
{
background-color: #847255;
}
</style>
border-color css
<style>
span { border-color: #847255; }
span { border-color: rgb(132,114,85); }
td.TdClassName
{
border-color: #847255;
}
.TagClassName
{
border-color: #847255;
}
</style>