#887042

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

Shades of Shadow #887042

Tints of Shadow #887042

Color information

#887042 (or 0x887042) is unknown color: approx Shadow. HEX triplet: 88, 70 and 42. RGB value is (136,112,66). Sum of RGB (Red+Green+Blue) = 136+112+66=314 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.31% from 314); Green value is 112 (44.14% from 255 or 35.67% from 314); Blue value is 66 (26.17% from 255 or 21.02% from 314); Max value from RGB is 136 - color contains mainly: red. Hex color #887042 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #887042 is #778FBD. Grayscale: #727272. Windows color (decimal): -7835582 or 4354184. OLE color: 4354184.

HSL color Cylindrical-coordinate representation of color #887042: hue angle of 39.43º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #887042 is Cyan = 0, Magento = 0.18, Yellow = 0.51 and Black (K on CMYK) = 0.47.

Color convert

RGB13611266-
CMYK00.180.510.47
HSL39.43º34.65%39.61%-
HSV(B)39.43º51.47%53.33%-
XYZ16.9317.227.58-
YUV113.93100.95143.74-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 43.31%
GREEN value IS 112 (44.14% from 255) = 35.67%
BLUE value IS 66 (26.17% from 255) = 21.02%
R=43.31%
G=35.67%
B=21.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.51
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361126600.180.510.4739.4334.6539.61
Hex887042012332F272328
Octal2101601020226357474350
Binary1000100011100001000010010010110011101111100111100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #887042; }

 p { color: rgb(136,112,66); }

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

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

 a { background-color: rgb(136,112,66); }

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

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

 span { border-color: rgb(136,112,66); }

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