Shades of Shadow #856F45
Tints of Shadow #856F45
RGB
CMYK
RGB Variations
Color information
#856F45 (or 0x856F45) is known color: Shadow. HEX triplet: 85, 6F and 45. RGB value is (133,111,69). Sum of RGB (Red+Green+Blue) = 133+111+69=313 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.49% from 313); Green value is 111 (43.75% from 255 or 35.46% from 313); Blue value is 69 (27.34% from 255 or 22.04% from 313); Max value from RGB is 133 - color contains mainly: red. Hex color #856F45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856F45 is #7A90BA. Grayscale: #707070. Windows color (decimal): -8032443 or 4550533. OLE color: 4550533.
HSL color Cylindrical-coordinate representation of color #856F45: hue angle of 39.38º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #856F45 is Cyan = 0, Magento = 0.17, Yellow = 0.48 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 111 | 69 | - |
| CMYK | 0 | 0.17 | 0.48 | 0.48 |
| HSL | 39.38º | 0.32% | 0.4% | - |
| HSV(B) | 39.38º | 0.48% | 0.52% | - |
| XYZ | 16.43 | 16.79 | 8 | - |
| YUV | 112.79 | 103.29 | 142.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 111 | 69 | 0 | 0.17 | 0.48 | 0.48 | 39.38 | 0.32 | 0.4 |
| Hex | 85 | 6F | 45 | 0 | 11 | 30 | 30 | 27 | 20 | 28 |
| Octal | 205 | 157 | 105 | 0 | 21 | 60 | 60 | 47 | 40 | 50 |
| Binary | 10000101 | 1101111 | 1000101 | 0 | 10001 | 110000 | 110000 | 100111 | 100000 | 101000 |
Color Harmonies of #856F45
Complementary color
Monochromatic Colors of #856F45
Black with #856F45
Text Example
Text Example
White with #856F45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856F45; }
p { color: rgb(133,111,69); }
H1.HeaderClassName
{
color: #856F45;
}
.AnyTagClassName
{
color: #856F45;
}
</style>
background-color css
<style>
a { background-color: #856F45; }
a { background-color: rgb(133,111,69); }
div.DivClassName
{
background-color: #856F45;
}
.BgClassName
{
background-color: #856F45;
}
</style>
border-color css
<style>
span { border-color: #856F45; }
span { border-color: rgb(133,111,69); }
td.TdClassName
{
border-color: #856F45;
}
.TagClassName
{
border-color: #856F45;
}
</style>