Shades of Shadow #856F4B
Tints of Shadow #856F4B
RGB
CMYK
RGB Variations
Color information
#856F4B (or 0x856F4B) is known color: Shadow. HEX triplet: 85, 6F and 4B. RGB value is (133,111,75). Sum of RGB (Red+Green+Blue) = 133+111+75=319 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.69% from 319); Green value is 111 (43.75% from 255 or 34.80% from 319); Blue value is 75 (29.69% from 255 or 23.51% from 319); Max value from RGB is 133 - color contains mainly: red. Hex color #856F4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856F4B is #7A90B4. Grayscale: #717171. Windows color (decimal): -8032437 or 4943749. OLE color: 4943749.
HSL color Cylindrical-coordinate representation of color #856F4B: hue angle of 37.24º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #856F4B is Cyan = 0, Magento = 0.17, Yellow = 0.44 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 111 | 75 | - |
| CMYK | 0 | 0.17 | 0.44 | 0.48 |
| HSL | 37.24º | 0.28% | 0.41% | - |
| HSV(B) | 37.24º | 0.44% | 0.52% | - |
| XYZ | 16.63 | 16.86 | 9.04 | - |
| YUV | 113.47 | 106.29 | 141.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 111 | 75 | 0 | 0.17 | 0.44 | 0.48 | 37.24 | 0.28 | 0.41 |
| Hex | 85 | 6F | 4B | 0 | 11 | 2C | 30 | 25 | 1C | 29 |
| Octal | 205 | 157 | 113 | 0 | 21 | 54 | 60 | 45 | 34 | 51 |
| Binary | 10000101 | 1101111 | 1001011 | 0 | 10001 | 101100 | 110000 | 100101 | 11100 | 101001 |
Color Harmonies of #856F4B
Complementary color
Monochromatic Colors of #856F4B
Black with #856F4B
Text Example
Text Example
White with #856F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856F4B; }
p { color: rgb(133,111,75); }
H1.HeaderClassName
{
color: #856F4B;
}
.AnyTagClassName
{
color: #856F4B;
}
</style>
background-color css
<style>
a { background-color: #856F4B; }
a { background-color: rgb(133,111,75); }
div.DivClassName
{
background-color: #856F4B;
}
.BgClassName
{
background-color: #856F4B;
}
</style>
border-color css
<style>
span { border-color: #856F4B; }
span { border-color: rgb(133,111,75); }
td.TdClassName
{
border-color: #856F4B;
}
.TagClassName
{
border-color: #856F4B;
}
</style>