#856C4F

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

Shades of Shadow #856C4F

Tints of Shadow #856C4F

Color information

#856C4F (or 0x856C4F) is unknown color: approx Shadow. HEX triplet: 85, 6C and 4F. RGB value is (133,108,79). Sum of RGB (Red+Green+Blue) = 133+108+79=320 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.56% from 320); Green value is 108 (42.58% from 255 or 33.75% from 320); Blue value is 79 (31.25% from 255 or 24.69% from 320); Max value from RGB is 133 - color contains mainly: red. Hex color #856C4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856C4F is #7A93B0. Grayscale: #707070. Windows color (decimal): -8033201 or 5205125. OLE color: 5205125.

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

Color convert

RGB13310879-
CMYK00.190.410.48
HSL32.22º25.47%41.57%-
HSV(B)32.22º40.6%52.16%-
XYZ16.4516.289.67-
YUV112.17109.28142.86-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 41.56%
GREEN value IS 108 (42.58% from 255) = 33.75%
BLUE value IS 79 (31.25% from 255) = 24.69%
R=41.56%
G=33.75%
B=24.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.41
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331087900.190.410.4832.2225.4741.57
Hex856C4F013293020192a
Octal2051541170235160403152
Binary100001011101100100111101001110100111000010000011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856C4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,108,79); }

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

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

 a { background-color: rgb(133,108,79); }

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

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

 span { border-color: rgb(133,108,79); }

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