Shades of Shadow #856C43
Tints of Shadow #856C43
RGB
CMYK
RGB Variations
Color information
#856C43 (or 0x856C43) is known color: Shadow. HEX triplet: 85, 6C and 43. RGB value is (133,108,67). Sum of RGB (Red+Green+Blue) = 133+108+67=308 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.18% from 308); Green value is 108 (42.58% from 255 or 35.06% from 308); Blue value is 67 (26.56% from 255 or 21.75% from 308); Max value from RGB is 133 - color contains mainly: red. Hex color #856C43 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856C43 is #7A93BC. Grayscale: #6E6E6E. Windows color (decimal): -8033213 or 4418693. OLE color: 4418693.
HSL color Cylindrical-coordinate representation of color #856C43: hue angle of 37.27º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #856C43 is Cyan = 0, Magento = 0.19, Yellow = 0.50 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 108 | 67 | - |
| CMYK | 0 | 0.19 | 0.50 | 0.48 |
| HSL | 37.27º | 0.33% | 0.39% | - |
| HSV(B) | 37.27º | 0.5% | 0.52% | - |
| XYZ | 16.05 | 16.12 | 7.58 | - |
| YUV | 110.8 | 103.28 | 143.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 108 | 67 | 0 | 0.19 | 0.50 | 0.48 | 37.27 | 0.33 | 0.39 |
| Hex | 85 | 6C | 43 | 0 | 13 | 32 | 30 | 25 | 21 | 27 |
| Octal | 205 | 154 | 103 | 0 | 23 | 62 | 60 | 45 | 41 | 47 |
| Binary | 10000101 | 1101100 | 1000011 | 0 | 10011 | 110010 | 110000 | 100101 | 100001 | 100111 |
Color Harmonies of #856C43
Complementary color
Monochromatic Colors of #856C43
Black with #856C43
Text Example
Text Example
White with #856C43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856C43; }
p { color: rgb(133,108,67); }
H1.HeaderClassName
{
color: #856C43;
}
.AnyTagClassName
{
color: #856C43;
}
</style>
background-color css
<style>
a { background-color: #856C43; }
a { background-color: rgb(133,108,67); }
div.DivClassName
{
background-color: #856C43;
}
.BgClassName
{
background-color: #856C43;
}
</style>
border-color css
<style>
span { border-color: #856C43; }
span { border-color: rgb(133,108,67); }
td.TdClassName
{
border-color: #856C43;
}
.TagClassName
{
border-color: #856C43;
}
</style>