#856C50

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

Shades of Shadow #856C50

Tints of Shadow #856C50

Color information

#856C50 (or 0x856C50) is unknown color: approx Shadow. HEX triplet: 85, 6C and 50. RGB value is (133,108,80). Sum of RGB (Red+Green+Blue) = 133+108+80=321 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.43% from 321); Green value is 108 (42.58% from 255 or 33.64% from 321); Blue value is 80 (31.64% from 255 or 24.92% from 321); Max value from RGB is 133 - color contains mainly: red. Hex color #856C50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856C50 is #7A93AF. Grayscale: #707070. Windows color (decimal): -8033200 or 5270661. OLE color: 5270661.

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

Color convert

RGB13310880-
CMYK00.190.400.48
HSL31.7º24.88%41.76%-
HSV(B)31.7º39.85%52.16%-
XYZ16.4816.299.87-
YUV112.28109.78142.78-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 41.43%
GREEN value IS 108 (42.58% from 255) = 33.64%
BLUE value IS 80 (31.64% from 255) = 24.92%
R=41.43%
G=33.64%
B=24.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.40
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331088000.190.400.4831.724.8841.76
Hex856C50013283020192a
Octal2051541200235060403152
Binary100001011101100101000001001110100011000010000011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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