#856B4D

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

Shades of Shadow #856B4D

Tints of Shadow #856B4D

Color information

#856B4D (or 0x856B4D) is unknown color: approx Shadow. HEX triplet: 85, 6B and 4D. RGB value is (133,107,77). Sum of RGB (Red+Green+Blue) = 133+107+77=317 (41% of max value = 765). Red value is 133 (52.34% from 255 or 41.96% from 317); Green value is 107 (42.19% from 255 or 33.75% from 317); Blue value is 77 (30.47% from 255 or 24.29% from 317); Max value from RGB is 133 - color contains mainly: red. Hex color #856B4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856B4D is #7A94B2. Grayscale: #6F6F6F. Windows color (decimal): -8033459 or 5073797. OLE color: 5073797.

HSL color Cylindrical-coordinate representation of color #856B4D: hue angle of 32.14º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #856B4D is Cyan = 0, Magento = 0.20, Yellow = 0.42 and Black (K on CMYK) = 0.48.

Color convert

RGB13310777-
CMYK00.200.420.48
HSL32.14º26.67%41.18%-
HSV(B)32.14º42.11%52.16%-
XYZ16.2716.049.26-
YUV111.35108.61143.44-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 41.96%
GREEN value IS 107 (42.19% from 255) = 33.75%
BLUE value IS 77 (30.47% from 255) = 24.29%
R=41.96%
G=33.75%
B=24.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.42
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331077700.200.420.4832.1426.6741.18
Hex856B4D0142A30201b29
Octal2051531150245260403351
Binary100001011101011100110101010010101011000010000011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856B4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,107,77); }

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

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

 a { background-color: rgb(133,107,77); }

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

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

 span { border-color: rgb(133,107,77); }

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