#887441

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

Shades of Shadow #887441

Tints of Shadow #887441

Color information

#887441 (or 0x887441) is unknown color: approx Shadow. HEX triplet: 88, 74 and 41. RGB value is (136,116,65). Sum of RGB (Red+Green+Blue) = 136+116+65=317 (41% of max value = 765). Red value is 136 (53.52% from 255 or 42.90% from 317); Green value is 116 (45.70% from 255 or 36.59% from 317); Blue value is 65 (25.78% from 255 or 20.50% from 317); Max value from RGB is 136 - color contains mainly: red. Hex color #887441 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #887441 is #778BBE. Grayscale: #747474. Windows color (decimal): -7834559 or 4289672. OLE color: 4289672.

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

Color convert

RGB13611665-
CMYK00.150.520.47
HSL43.1º35.32%39.41%-
HSV(B)43.1º52.21%53.33%-
XYZ17.3518.117.58-
YUV116.1799.13142.15-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 42.90%
GREEN value IS 116 (45.70% from 255) = 36.59%
BLUE value IS 65 (25.78% from 255) = 20.50%
R=42.90%
G=36.59%
B=20.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.52
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361166500.150.520.4743.135.3239.41
Hex8874410F342F2b2327
Octal2101641010176457534347
Binary100010001110100100000101111110100101111101011100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #887441; }

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

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

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

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

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

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

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

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