#856D47

Color #856D47 Shadow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shadow #856D47

Tints of Shadow #856D47

Color information

#856D47 (or 0x856D47) is unknown color: approx Shadow. HEX triplet: 85, 6D and 47. RGB value is (133,109,71). Sum of RGB (Red+Green+Blue) = 133+109+71=313 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.49% from 313); Green value is 109 (42.97% from 255 or 34.82% from 313); Blue value is 71 (28.12% from 255 or 22.68% from 313); Max value from RGB is 133 - color contains mainly: red. Hex color #856D47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856D47 is #7A92B8. Grayscale: #707070. Windows color (decimal): -8032953 or 4681093. OLE color: 4681093.

HSL color Cylindrical-coordinate representation of color #856D47: hue angle of 36.77º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #856D47 is Cyan = 0, Magento = 0.18, Yellow = 0.47 and Black (K on CMYK) = 0.48.

Color convert

RGB13310971-
CMYK00.180.470.48
HSL36.77º30.39%40%-
HSV(B)36.77º46.62%52.16%-
XYZ16.2816.388.26-
YUV111.84104.95143.09-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 133 (52.34% from 255) = 42.49%
GREEN value IS 109 (42.97% from 255) = 34.82%
BLUE value IS 71 (28.12% from 255) = 22.68%
R=42.49%
G=34.82%
B=22.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.47
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331097100.180.470.4836.7730.3940
Hex856D470122F30251e28
Octal2051551070225760453650
Binary100001011101101100011101001010111111000010010111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856D47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856D47; }

 p { color: rgb(133,109,71); }

 H1.HeaderClassName
 {
   color: #856D47;
 }
 .AnyTagClassName
 {
   color: #856D47;
 }
</style>
background-color css

<style>
 a { background-color: #856D47; }

 a { background-color: rgb(133,109,71); }

 div.DivClassName
 {
   background-color: #856D47;
 }
 .BgClassName
 {
   background-color: #856D47;
 }
</style>
border-color css

<style>
 span { border-color: #856D47; }

 span { border-color: rgb(133,109,71); }

 td.TdClassName
 {
   border-color: #856D47;
 }
 .TagClassName
 {
   border-color: #856D47;
 }
</style>