#856F50

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

Shades of Shadow #856F50

Tints of Shadow #856F50

Color information

#856F50 (or 0x856F50) is unknown color: approx Shadow. HEX triplet: 85, 6F and 50. RGB value is (133,111,80). Sum of RGB (Red+Green+Blue) = 133+111+80=324 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.05% from 324); Green value is 111 (43.75% from 255 or 34.26% from 324); Blue value is 80 (31.64% from 255 or 24.69% from 324); Max value from RGB is 133 - color contains mainly: red. Hex color #856F50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856F50 is #7A90AF. Grayscale: #727272. Windows color (decimal): -8032432 or 5271429. OLE color: 5271429.

HSL color Cylindrical-coordinate representation of color #856F50: hue angle of 35.09º 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 #856F50 is Cyan = 0, Magento = 0.17, Yellow = 0.40 and Black (K on CMYK) = 0.48.

Color convert

RGB13311180-
CMYK00.170.400.48
HSL35.09º24.88%41.76%-
HSV(B)35.09º39.85%52.16%-
XYZ16.8116.939.97-
YUV114.04108.79141.52-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 41.05%
GREEN value IS 111 (43.75% from 255) = 34.26%
BLUE value IS 80 (31.64% from 255) = 24.69%
R=41.05%
G=34.26%
B=24.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.40
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331118000.170.400.4835.0924.8841.76
Hex856F50011283023192a
Octal2051571200215060433152
Binary100001011101111101000001000110100011000010001111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856F50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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