#876E50

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

Shades of Shadow #876E50

Tints of Shadow #876E50

Color information

#876E50 (or 0x876E50) is unknown color: approx Shadow. HEX triplet: 87, 6E and 50. RGB value is (135,110,80). Sum of RGB (Red+Green+Blue) = 135+110+80=325 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.54% from 325); Green value is 110 (43.36% from 255 or 33.85% from 325); Blue value is 80 (31.64% from 255 or 24.62% from 325); Max value from RGB is 135 - color contains mainly: red. Hex color #876E50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876E50 is #7891AF. Grayscale: #727272. Windows color (decimal): -7901616 or 5271175. OLE color: 5271175.

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

Color convert

RGB13511080-
CMYK00.190.410.47
HSL32.73º25.58%42.16%-
HSV(B)32.73º40.74%52.94%-
XYZ17.0216.889.95-
YUV114.06108.78142.94-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 41.54%
GREEN value IS 110 (43.36% from 255) = 33.85%
BLUE value IS 80 (31.64% from 255) = 24.62%
R=41.54%
G=33.85%
B=24.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.41
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351108000.190.410.4732.7325.5842.16
Hex876E50013292F211a2a
Octal2071561200235157413252
Binary100001111101110101000001001110100110111110000111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876E50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876E50; }

 p { color: rgb(135,110,80); }

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

<style>
 a { background-color: #876E50; }

 a { background-color: rgb(135,110,80); }

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

<style>
 span { border-color: #876E50; }

 span { border-color: rgb(135,110,80); }

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