Shades of Shadow #856B4F
Tints of Shadow #856B4F
RGB
CMYK
RGB Variations
Color information
#856B4F (or 0x856B4F) is known color: Shadow. HEX triplet: 85, 6B and 4F. RGB value is (133,107,79). Sum of RGB (Red+Green+Blue) = 133+107+79=319 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.69% from 319); Green value is 107 (42.19% from 255 or 33.54% from 319); Blue value is 79 (31.25% from 255 or 24.76% from 319); Max value from RGB is 133 - color contains mainly: red. Hex color #856B4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856B4F is #7A94B0. Grayscale: #6F6F6F. Windows color (decimal): -8033457 or 5204869. OLE color: 5204869.
HSL color Cylindrical-coordinate representation of color #856B4F: hue angle of 31.11º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #856B4F is Cyan = 0, Magento = 0.20, Yellow = 0.41 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 107 | 79 | - |
| CMYK | 0 | 0.20 | 0.41 | 0.48 |
| HSL | 31.11º | 0.25% | 0.42% | - |
| HSV(B) | 31.11º | 0.41% | 0.52% | - |
| XYZ | 16.34 | 16.07 | 9.64 | - |
| YUV | 111.58 | 109.61 | 143.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 107 | 79 | 0 | 0.20 | 0.41 | 0.48 | 31.11 | 0.25 | 0.42 |
| Hex | 85 | 6B | 4F | 0 | 14 | 29 | 30 | 1F | 19 | 2A |
| Octal | 205 | 153 | 117 | 0 | 24 | 51 | 60 | 37 | 31 | 52 |
| Binary | 10000101 | 1101011 | 1001111 | 0 | 10100 | 101001 | 110000 | 11111 | 11001 | 101010 |
Color Harmonies of #856B4F
Complementary color
Monochromatic Colors of #856B4F
Black with #856B4F
Text Example
Text Example
White with #856B4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856B4F; }
p { color: rgb(133,107,79); }
H1.HeaderClassName
{
color: #856B4F;
}
.AnyTagClassName
{
color: #856B4F;
}
</style>
background-color css
<style>
a { background-color: #856B4F; }
a { background-color: rgb(133,107,79); }
div.DivClassName
{
background-color: #856B4F;
}
.BgClassName
{
background-color: #856B4F;
}
</style>
border-color css
<style>
span { border-color: #856B4F; }
span { border-color: rgb(133,107,79); }
td.TdClassName
{
border-color: #856B4F;
}
.TagClassName
{
border-color: #856B4F;
}
</style>