#887141

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

Shades of Shadow #887141

Tints of Shadow #887141

Color information

#887141 (or 0x887141) is unknown color: approx Shadow. HEX triplet: 88, 71 and 41. RGB value is (136,113,65). Sum of RGB (Red+Green+Blue) = 136+113+65=314 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.31% from 314); Green value is 113 (44.53% from 255 or 35.99% from 314); Blue value is 65 (25.78% from 255 or 20.70% from 314); Max value from RGB is 136 - color contains mainly: red. Hex color #887141 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #887141 is #778EBE. Grayscale: #727272. Windows color (decimal): -7835327 or 4288904. OLE color: 4288904.

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

Color convert

RGB13611365-
CMYK00.170.520.47
HSL40.56º35.32%39.41%-
HSV(B)40.56º52.21%53.33%-
XYZ17.0117.437.47-
YUV114.4100.12143.4-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 43.31%
GREEN value IS 113 (44.53% from 255) = 35.99%
BLUE value IS 65 (25.78% from 255) = 20.70%
R=43.31%
G=35.99%
B=20.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.52
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361136500.170.520.4740.5635.3239.41
Hex887141011342F292327
Octal2101611010216457514347
Binary1000100011100011000001010001110100101111101001100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #887141; }

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

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

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

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

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

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

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

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