#877540

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

Shades of Shadow #877540

Tints of Shadow #877540

Color information

#877540 (or 0x877540) is unknown color: approx Shadow. HEX triplet: 87, 75 and 40. RGB value is (135,117,64). Sum of RGB (Red+Green+Blue) = 135+117+64=316 (41% of max value = 765). Red value is 135 (53.12% from 255 or 42.72% from 316); Green value is 117 (46.09% from 255 or 37.03% from 316); Blue value is 64 (25.39% from 255 or 20.25% from 316); Max value from RGB is 135 - color contains mainly: red. Hex color #877540 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #877540 is #788ABF. Grayscale: #747474. Windows color (decimal): -7899840 or 4224391. OLE color: 4224391.

HSL color Cylindrical-coordinate representation of color #877540: hue angle of 44.79º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #877540 is Cyan = 0, Magento = 0.13, Yellow = 0.53 and Black (K on CMYK) = 0.47.

Color convert

RGB13511764-
CMYK00.130.530.47
HSL44.79º35.68%39.02%-
HSV(B)44.79º52.59%52.94%-
XYZ17.2818.247.46-
YUV116.3498.46141.31-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 42.72%
GREEN value IS 117 (46.09% from 255) = 37.03%
BLUE value IS 64 (25.39% from 255) = 20.25%
R=42.72%
G=37.03%
B=20.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.53
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351176400.130.530.4744.7935.6839.02
Hex8775400D352F2d2427
Octal2071651000156557554447
Binary100001111110101100000001101110101101111101101100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #877540; }

 p { color: rgb(135,117,64); }

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

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

 a { background-color: rgb(135,117,64); }

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

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

 span { border-color: rgb(135,117,64); }

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