#887248

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

Shades of Shadow #887248

Tints of Shadow #887248

Color information

#887248 (or 0x887248) is unknown color: approx Shadow. HEX triplet: 88, 72 and 48. RGB value is (136,114,72). Sum of RGB (Red+Green+Blue) = 136+114+72=322 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.24% from 322); Green value is 114 (44.92% from 255 or 35.40% from 322); Blue value is 72 (28.52% from 255 or 22.36% from 322); Max value from RGB is 136 - color contains mainly: red. Hex color #887248 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #887248 is #778DB7. Grayscale: #737373. Windows color (decimal): -7835064 or 4747912. OLE color: 4747912.

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

Color convert

RGB13611472-
CMYK00.160.470.47
HSL39.37º30.77%40.78%-
HSV(B)39.37º47.06%53.33%-
XYZ17.3417.748.64-
YUV115.79103.29142.42-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 42.24%
GREEN value IS 114 (44.92% from 255) = 35.40%
BLUE value IS 72 (28.52% from 255) = 22.36%
R=42.24%
G=35.40%
B=22.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.47
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361147200.160.470.4739.3730.7740.78
Hex8872480102F2F271f29
Octal2101621100205757473751
Binary100010001110010100100001000010111110111110011111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #887248; }

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

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

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

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

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

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

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

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