#887241

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

Shades of Shadow #887241

Tints of Shadow #887241

Color information

#887241 (or 0x887241) is unknown color: approx Shadow. HEX triplet: 88, 72 and 41. RGB value is (136,114,65). Sum of RGB (Red+Green+Blue) = 136+114+65=315 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.17% from 315); Green value is 114 (44.92% from 255 or 36.19% from 315); Blue value is 65 (25.78% from 255 or 20.63% from 315); Max value from RGB is 136 - color contains mainly: red. Hex color #887241 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #887241 is #778DBE. Grayscale: #737373. Windows color (decimal): -7835071 or 4289160. OLE color: 4289160.

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

Color convert

RGB13611465-
CMYK00.160.520.47
HSL41.41º35.32%39.41%-
HSV(B)41.41º52.21%53.33%-
XYZ17.1217.657.51-
YUV114.9999.79142.98-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 43.17%
GREEN value IS 114 (44.92% from 255) = 36.19%
BLUE value IS 65 (25.78% from 255) = 20.63%
R=43.17%
G=36.19%
B=20.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.52
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361146500.160.520.4741.4135.3239.41
Hex887241010342F292327
Octal2101621010206457514347
Binary1000100011100101000001010000110100101111101001100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #887241; }

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

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

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

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

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

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

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

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