#887048

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

Shades of Shadow #887048

Tints of Shadow #887048

Color information

#887048 (or 0x887048) is unknown color: approx Shadow. HEX triplet: 88, 70 and 48. RGB value is (136,112,72). Sum of RGB (Red+Green+Blue) = 136+112+72=320 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.5% from 320); Green value is 112 (44.14% from 255 or 35% from 320); Blue value is 72 (28.52% from 255 or 22.5% from 320); Max value from RGB is 136 - color contains mainly: red. Hex color #887048 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #887048 is #778FB7. Grayscale: #727272. Windows color (decimal): -7835576 or 4747400. OLE color: 4747400.

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

Color convert

RGB13611272-
CMYK00.180.470.47
HSL37.5º30.77%40.78%-
HSV(B)37.5º47.06%53.33%-
XYZ17.1217.298.57-
YUV114.62103.95143.25-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 42.5%
GREEN value IS 112 (44.14% from 255) = 35%
BLUE value IS 72 (28.52% from 255) = 22.5%
R=42.5%
G=35%
B=22.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.47
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361127200.180.470.4737.530.7740.78
Hex8870480122F2F251f29
Octal2101601100225757453751
Binary100010001110000100100001001010111110111110010111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #887048; }

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

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

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

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

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

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

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

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