Shades of Shadow #846D4A
Tints of Shadow #846D4A
RGB
CMYK
RGB Variations
Color information
#846D4A (or 0x846D4A) is known color: Shadow. HEX triplet: 84, 6D and 4A. RGB value is (132,109,74). Sum of RGB (Red+Green+Blue) = 132+109+74=315 (41% of max value = 765). Red value is 132 (51.95% from 255 or 41.90% from 315); Green value is 109 (42.97% from 255 or 34.60% from 315); Blue value is 74 (29.30% from 255 or 23.49% from 315); Max value from RGB is 132 - color contains mainly: red. Hex color #846D4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #846D4A is #7B92B5. Grayscale: #707070. Windows color (decimal): -8098486 or 4877700. OLE color: 4877700.
HSL color Cylindrical-coordinate representation of color #846D4A: hue angle of 36.21º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #846D4A is Cyan = 0, Magento = 0.17, Yellow = 0.44 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 109 | 74 | - |
| CMYK | 0 | 0.17 | 0.44 | 0.48 |
| HSL | 36.21º | 0.28% | 0.4% | - |
| HSV(B) | 36.21º | 0.44% | 0.52% | - |
| XYZ | 16.22 | 16.34 | 8.78 | - |
| YUV | 111.89 | 106.62 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 109 | 74 | 0 | 0.17 | 0.44 | 0.48 | 36.21 | 0.28 | 0.4 |
| Hex | 84 | 6D | 4A | 0 | 11 | 2C | 30 | 24 | 1C | 28 |
| Octal | 204 | 155 | 112 | 0 | 21 | 54 | 60 | 44 | 34 | 50 |
| Binary | 10000100 | 1101101 | 1001010 | 0 | 10001 | 101100 | 110000 | 100100 | 11100 | 101000 |
Color Harmonies of #846D4A
Complementary color
Monochromatic Colors of #846D4A
Black with #846D4A
Text Example
Text Example
White with #846D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #846D4A; }
p { color: rgb(132,109,74); }
H1.HeaderClassName
{
color: #846D4A;
}
.AnyTagClassName
{
color: #846D4A;
}
</style>
background-color css
<style>
a { background-color: #846D4A; }
a { background-color: rgb(132,109,74); }
div.DivClassName
{
background-color: #846D4A;
}
.BgClassName
{
background-color: #846D4A;
}
</style>
border-color css
<style>
span { border-color: #846D4A; }
span { border-color: rgb(132,109,74); }
td.TdClassName
{
border-color: #846D4A;
}
.TagClassName
{
border-color: #846D4A;
}
</style>