Shades of Shadow #856B4C
Tints of Shadow #856B4C
RGB
CMYK
RGB Variations
Color information
#856B4C (or 0x856B4C) is known color: Shadow. HEX triplet: 85, 6B and 4C. RGB value is (133,107,76). Sum of RGB (Red+Green+Blue) = 133+107+76=316 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.09% from 316); Green value is 107 (42.19% from 255 or 33.86% from 316); Blue value is 76 (30.08% from 255 or 24.05% from 316); Max value from RGB is 133 - color contains mainly: red. Hex color #856B4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856B4C is #7A94B3. Grayscale: #6F6F6F. Windows color (decimal): -8033460 or 5008261. OLE color: 5008261.
HSL color Cylindrical-coordinate representation of color #856B4C: hue angle of 32.63º degrees, saturation: 0.27, 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 #856B4C is Cyan = 0, Magento = 0.20, Yellow = 0.43 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 107 | 76 | - |
| CMYK | 0 | 0.20 | 0.43 | 0.48 |
| HSL | 32.63º | 0.27% | 0.41% | - |
| HSV(B) | 32.63º | 0.43% | 0.52% | - |
| XYZ | 16.24 | 16.02 | 9.07 | - |
| YUV | 111.24 | 108.11 | 143.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 107 | 76 | 0 | 0.20 | 0.43 | 0.48 | 32.63 | 0.27 | 0.41 |
| Hex | 85 | 6B | 4C | 0 | 14 | 2B | 30 | 21 | 1B | 29 |
| Octal | 205 | 153 | 114 | 0 | 24 | 53 | 60 | 41 | 33 | 51 |
| Binary | 10000101 | 1101011 | 1001100 | 0 | 10100 | 101011 | 110000 | 100001 | 11011 | 101001 |
Color Harmonies of #856B4C
Complementary color
Monochromatic Colors of #856B4C
Black with #856B4C
Text Example
Text Example
White with #856B4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856B4C; }
p { color: rgb(133,107,76); }
H1.HeaderClassName
{
color: #856B4C;
}
.AnyTagClassName
{
color: #856B4C;
}
</style>
background-color css
<style>
a { background-color: #856B4C; }
a { background-color: rgb(133,107,76); }
div.DivClassName
{
background-color: #856B4C;
}
.BgClassName
{
background-color: #856B4C;
}
</style>
border-color css
<style>
span { border-color: #856B4C; }
span { border-color: rgb(133,107,76); }
td.TdClassName
{
border-color: #856B4C;
}
.TagClassName
{
border-color: #856B4C;
}
</style>