#877040

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

Shades of Shadow #877040

Tints of Shadow #877040

Color information

#877040 (or 0x877040) is unknown color: approx Shadow. HEX triplet: 87, 70 and 40. RGB value is (135,112,64). Sum of RGB (Red+Green+Blue) = 135+112+64=311 (41% of max value = 765). Red value is 135 (53.12% from 255 or 43.41% from 311); Green value is 112 (44.14% from 255 or 36.01% from 311); Blue value is 64 (25.39% from 255 or 20.58% from 311); Max value from RGB is 135 - color contains mainly: red. Hex color #877040 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #877040 is #788FBF. Grayscale: #717171. Windows color (decimal): -7901120 or 4223111. OLE color: 4223111.

HSL color Cylindrical-coordinate representation of color #877040: hue angle of 40.56º 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 #877040 is Cyan = 0, Magento = 0.17, Yellow = 0.53 and Black (K on CMYK) = 0.47.

Color convert

RGB13511264-
CMYK00.170.530.47
HSL40.56º35.68%39.02%-
HSV(B)40.56º52.59%52.94%-
XYZ16.7117.117.27-
YUV113.4100.12143.4-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 43.41%
GREEN value IS 112 (44.14% from 255) = 36.01%
BLUE value IS 64 (25.39% from 255) = 20.58%
R=43.41%
G=36.01%
B=20.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.53
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351126400.170.530.4740.5635.6839.02
Hex877040011352F292427
Octal2071601000216557514447
Binary1000011111100001000000010001110101101111101001100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #877040; }

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

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

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

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

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

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

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

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