#887740

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

Shades of Shadow #887740

Tints of Shadow #887740

Color information

#887740 (or 0x887740) is unknown color: approx Shadow. HEX triplet: 88, 77 and 40. RGB value is (136,119,64). Sum of RGB (Red+Green+Blue) = 136+119+64=319 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.63% from 319); Green value is 119 (46.88% from 255 or 37.30% from 319); Blue value is 64 (25.39% from 255 or 20.06% from 319); Max value from RGB is 136 - color contains mainly: red. Hex color #887740 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #887740 is #7788BF. Grayscale: #767676. Windows color (decimal): -7833792 or 4224904. OLE color: 4224904.

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

Color convert

RGB13611964-
CMYK00.120.530.47
HSL45.83º36%39.22%-
HSV(B)45.83º52.94%53.33%-
XYZ17.6818.87.55-
YUV117.8197.63140.97-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 42.63%
GREEN value IS 119 (46.88% from 255) = 37.30%
BLUE value IS 64 (25.39% from 255) = 20.06%
R=42.63%
G=37.30%
B=20.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.53
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361196400.120.530.4745.833639.22
Hex8877400C352F2e2427
Octal2101671000146557564447
Binary100010001110111100000001100110101101111101110100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #887740; }

 p { color: rgb(136,119,64); }

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

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

 a { background-color: rgb(136,119,64); }

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

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

 span { border-color: rgb(136,119,64); }

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