Shades of Shadow #846F4B
Tints of Shadow #846F4B
RGB
CMYK
RGB Variations
Color information
#846F4B (or 0x846F4B) is known color: Shadow. HEX triplet: 84, 6F and 4B. RGB value is (132,111,75). Sum of RGB (Red+Green+Blue) = 132+111+75=318 (42% of max value = 765). Red value is 132 (51.95% from 255 or 41.51% from 318); Green value is 111 (43.75% from 255 or 34.91% from 318); Blue value is 75 (29.69% from 255 or 23.58% from 318); Max value from RGB is 132 - color contains mainly: red. Hex color #846F4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #846F4B is #7B90B4. Grayscale: #717171. Windows color (decimal): -8097973 or 4943748. OLE color: 4943748.
HSL color Cylindrical-coordinate representation of color #846F4B: hue angle of 37.89º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #846F4B is Cyan = 0, Magento = 0.16, Yellow = 0.43 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 111 | 75 | - |
| CMYK | 0 | 0.16 | 0.43 | 0.48 |
| HSL | 37.89º | 0.28% | 0.41% | - |
| HSV(B) | 37.89º | 0.43% | 0.52% | - |
| XYZ | 16.47 | 16.78 | 9.03 | - |
| YUV | 113.18 | 106.46 | 141.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 111 | 75 | 0 | 0.16 | 0.43 | 0.48 | 37.89 | 0.28 | 0.41 |
| Hex | 84 | 6F | 4B | 0 | 10 | 2B | 30 | 26 | 1C | 29 |
| Octal | 204 | 157 | 113 | 0 | 20 | 53 | 60 | 46 | 34 | 51 |
| Binary | 10000100 | 1101111 | 1001011 | 0 | 10000 | 101011 | 110000 | 100110 | 11100 | 101001 |
Color Harmonies of #846F4B
Complementary color
Monochromatic Colors of #846F4B
Black with #846F4B
Text Example
Text Example
White with #846F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #846F4B; }
p { color: rgb(132,111,75); }
H1.HeaderClassName
{
color: #846F4B;
}
.AnyTagClassName
{
color: #846F4B;
}
</style>
background-color css
<style>
a { background-color: #846F4B; }
a { background-color: rgb(132,111,75); }
div.DivClassName
{
background-color: #846F4B;
}
.BgClassName
{
background-color: #846F4B;
}
</style>
border-color css
<style>
span { border-color: #846F4B; }
span { border-color: rgb(132,111,75); }
td.TdClassName
{
border-color: #846F4B;
}
.TagClassName
{
border-color: #846F4B;
}
</style>