#887447

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

Shades of Shadow #887447

Tints of Shadow #887447

Color information

#887447 (or 0x887447) is unknown color: approx Shadow. HEX triplet: 88, 74 and 47. RGB value is (136,116,71). Sum of RGB (Red+Green+Blue) = 136+116+71=323 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.11% from 323); Green value is 116 (45.70% from 255 or 35.91% from 323); Blue value is 71 (28.12% from 255 or 21.98% from 323); Max value from RGB is 136 - color contains mainly: red. Hex color #887447 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #887447 is #778BB8. Grayscale: #757575. Windows color (decimal): -7834553 or 4682888. OLE color: 4682888.

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

Color convert

RGB13611671-
CMYK00.150.480.47
HSL41.54º31.4%40.59%-
HSV(B)41.54º47.79%53.33%-
XYZ17.5418.188.55-
YUV116.85102.13141.66-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 42.11%
GREEN value IS 116 (45.70% from 255) = 35.91%
BLUE value IS 71 (28.12% from 255) = 21.98%
R=42.11%
G=35.91%
B=21.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.48
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361167100.150.480.4741.5431.440.59
Hex8874470F302F2a1f29
Octal2101641070176057523751
Binary10001000111010010001110111111000010111110101011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #887447; }

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

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

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

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

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

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

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

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