Shades of Shadow #846F52
Tints of Shadow #846F52
RGB
CMYK
RGB Variations
Color information
#846F52 (or 0x846F52) is known color: Shadow. HEX triplet: 84, 6F and 52. RGB value is (132,111,82). Sum of RGB (Red+Green+Blue) = 132+111+82=325 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.62% from 325); Green value is 111 (43.75% from 255 or 34.15% from 325); Blue value is 82 (32.42% from 255 or 25.23% from 325); Max value from RGB is 132 - color contains mainly: red. Hex color #846F52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846F52 is #7B90AD. Grayscale: #727272. Windows color (decimal): -8097966 or 5402500. OLE color: 5402500.
HSL color Cylindrical-coordinate representation of color #846F52: hue angle of 34.8º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #846F52 is Cyan = 0, Magento = 0.16, Yellow = 0.38 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 111 | 82 | - |
| CMYK | 0 | 0.16 | 0.38 | 0.48 |
| HSL | 34.8º | 0.23% | 0.42% | - |
| HSV(B) | 34.8º | 0.38% | 0.52% | - |
| XYZ | 16.72 | 16.88 | 10.36 | - |
| YUV | 113.97 | 109.96 | 140.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 111 | 82 | 0 | 0.16 | 0.38 | 0.48 | 34.8 | 0.23 | 0.42 |
| Hex | 84 | 6F | 52 | 0 | 10 | 26 | 30 | 23 | 17 | 2A |
| Octal | 204 | 157 | 122 | 0 | 20 | 46 | 60 | 43 | 27 | 52 |
| Binary | 10000100 | 1101111 | 1010010 | 0 | 10000 | 100110 | 110000 | 100011 | 10111 | 101010 |
Color Harmonies of #846F52
Complementary color
Monochromatic Colors of #846F52
Black with #846F52
Text Example
Text Example
White with #846F52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #846F52; }
p { color: rgb(132,111,82); }
H1.HeaderClassName
{
color: #846F52;
}
.AnyTagClassName
{
color: #846F52;
}
</style>
background-color css
<style>
a { background-color: #846F52; }
a { background-color: rgb(132,111,82); }
div.DivClassName
{
background-color: #846F52;
}
.BgClassName
{
background-color: #846F52;
}
</style>
border-color css
<style>
span { border-color: #846F52; }
span { border-color: rgb(132,111,82); }
td.TdClassName
{
border-color: #846F52;
}
.TagClassName
{
border-color: #846F52;
}
</style>