#856C4E

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

Shades of Shadow #856C4E

Tints of Shadow #856C4E

Color information

#856C4E (or 0x856C4E) is unknown color: approx Shadow. HEX triplet: 85, 6C and 4E. RGB value is (133,108,78). Sum of RGB (Red+Green+Blue) = 133+108+78=319 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.69% from 319); Green value is 108 (42.58% from 255 or 33.86% from 319); Blue value is 78 (30.86% from 255 or 24.45% from 319); Max value from RGB is 133 - color contains mainly: red. Hex color #856C4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856C4E is #7A93B1. Grayscale: #707070. Windows color (decimal): -8033202 or 5139589. OLE color: 5139589.

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

Color convert

RGB13310878-
CMYK00.190.410.48
HSL32.73º26.07%41.37%-
HSV(B)32.73º41.35%52.16%-
XYZ16.4116.269.48-
YUV112.05108.78142.94-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 41.69%
GREEN value IS 108 (42.58% from 255) = 33.86%
BLUE value IS 78 (30.86% from 255) = 24.45%
R=41.69%
G=33.86%
B=24.45%

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
Decimal1331087800.190.410.4832.7326.0741.37
Hex856C4E0132930211a29
Octal2051541160235160413251
Binary100001011101100100111001001110100111000010000111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856C4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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