#887640

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

Shades of Shadow #887640

Tints of Shadow #887640

Color information

#887640 (or 0x887640) is unknown color: approx Shadow. HEX triplet: 88, 76 and 40. RGB value is (136,118,64). Sum of RGB (Red+Green+Blue) = 136+118+64=318 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.77% from 318); Green value is 118 (46.48% from 255 or 37.11% from 318); Blue value is 64 (25.39% from 255 or 20.13% from 318); Max value from RGB is 136 - color contains mainly: red. Hex color #887640 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #887640 is #7789BF. Grayscale: #757575. Windows color (decimal): -7834048 or 4224648. OLE color: 4224648.

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

Color convert

RGB13611864-
CMYK00.130.530.47
HSL45º36%39.22%-
HSV(B)45º52.94%53.33%-
XYZ17.5618.567.51-
YUV117.2397.96141.39-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 42.77%
GREEN value IS 118 (46.48% from 255) = 37.11%
BLUE value IS 64 (25.39% from 255) = 20.13%
R=42.77%
G=37.11%
B=20.13%

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
Decimal1361186400.130.530.47453639.22
Hex8876400D352F2d2427
Octal2101661000156557554447
Binary100010001110110100000001101110101101111101101100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #887640; }

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

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

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

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

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

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

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

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