#887649

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

Shades of Shadow #887649

Tints of Shadow #887649

Color information

#887649 (or 0x887649) is unknown color: approx Shadow. HEX triplet: 88, 76 and 49. RGB value is (136,118,73). Sum of RGB (Red+Green+Blue) = 136+118+73=327 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.59% from 327); Green value is 118 (46.48% from 255 or 36.09% from 327); Blue value is 73 (28.91% from 255 or 22.32% from 327); Max value from RGB is 136 - color contains mainly: red. Hex color #887649 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #887649 is #7789B6. Grayscale: #767676. Windows color (decimal): -7834039 or 4814472. OLE color: 4814472.

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

Color convert

RGB13611873-
CMYK00.130.460.47
HSL42.86º30.14%40.98%-
HSV(B)42.86º46.32%53.33%-
XYZ17.8318.678.97-
YUV118.25102.46140.66-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 41.59%
GREEN value IS 118 (46.48% from 255) = 36.09%
BLUE value IS 73 (28.91% from 255) = 22.32%
R=41.59%
G=36.09%
B=22.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.46
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361187300.130.460.4742.8630.1440.98
Hex8876490D2E2F2b1e29
Octal2101661110155657533651
Binary10001000111011010010010110110111010111110101111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #887649; }

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

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

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

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

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

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

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

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