#887047

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

Shades of Shadow #887047

Tints of Shadow #887047

Color information

#887047 (or 0x887047) is unknown color: approx Shadow. HEX triplet: 88, 70 and 47. RGB value is (136,112,71). Sum of RGB (Red+Green+Blue) = 136+112+71=319 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.63% from 319); Green value is 112 (44.14% from 255 or 35.11% from 319); Blue value is 71 (28.12% from 255 or 22.26% from 319); Max value from RGB is 136 - color contains mainly: red. Hex color #887047 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #887047 is #778FB8. Grayscale: #727272. Windows color (decimal): -7835577 or 4681864. OLE color: 4681864.

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

Color convert

RGB13611271-
CMYK00.180.480.47
HSL37.85º31.4%40.59%-
HSV(B)37.85º47.79%53.33%-
XYZ17.0817.288.4-
YUV114.5103.45143.33-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 42.63%
GREEN value IS 112 (44.14% from 255) = 35.11%
BLUE value IS 71 (28.12% from 255) = 22.26%
R=42.63%
G=35.11%
B=22.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.48
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361127100.180.480.4737.8531.440.59
Hex887047012302F261f29
Octal2101601070226057463751
Binary100010001110000100011101001011000010111110011011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #887047; }

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

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

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

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

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

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

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

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