Shades of Shadow #846D47
Tints of Shadow #846D47
RGB
CMYK
RGB Variations
Color information
#846D47 (or 0x846D47) is known color: Shadow. HEX triplet: 84, 6D and 47. RGB value is (132,109,71). Sum of RGB (Red+Green+Blue) = 132+109+71=312 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.31% from 312); Green value is 109 (42.97% from 255 or 34.94% from 312); Blue value is 71 (28.12% from 255 or 22.76% from 312); Max value from RGB is 132 - color contains mainly: red. Hex color #846D47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #846D47 is #7B92B8. Grayscale: #6F6F6F. Windows color (decimal): -8098489 or 4681092. OLE color: 4681092.
HSL color Cylindrical-coordinate representation of color #846D47: hue angle of 37.38º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #846D47 is Cyan = 0, Magento = 0.17, Yellow = 0.46 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 109 | 71 | - |
| CMYK | 0 | 0.17 | 0.46 | 0.48 |
| HSL | 37.38º | 0.3% | 0.4% | - |
| HSV(B) | 37.38º | 0.46% | 0.52% | - |
| XYZ | 16.12 | 16.3 | 8.26 | - |
| YUV | 111.55 | 105.12 | 142.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 109 | 71 | 0 | 0.17 | 0.46 | 0.48 | 37.38 | 0.3 | 0.4 |
| Hex | 84 | 6D | 47 | 0 | 11 | 2E | 30 | 25 | 1E | 28 |
| Octal | 204 | 155 | 107 | 0 | 21 | 56 | 60 | 45 | 36 | 50 |
| Binary | 10000100 | 1101101 | 1000111 | 0 | 10001 | 101110 | 110000 | 100101 | 11110 | 101000 |
Color Harmonies of #846D47
Complementary color
Monochromatic Colors of #846D47
Black with #846D47
Text Example
Text Example
White with #846D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #846D47; }
p { color: rgb(132,109,71); }
H1.HeaderClassName
{
color: #846D47;
}
.AnyTagClassName
{
color: #846D47;
}
</style>
background-color css
<style>
a { background-color: #846D47; }
a { background-color: rgb(132,109,71); }
div.DivClassName
{
background-color: #846D47;
}
.BgClassName
{
background-color: #846D47;
}
</style>
border-color css
<style>
span { border-color: #846D47; }
span { border-color: rgb(132,109,71); }
td.TdClassName
{
border-color: #846D47;
}
.TagClassName
{
border-color: #846D47;
}
</style>