#887250

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

Shades of Shadow #887250

Tints of Shadow #887250

Color information

#887250 (or 0x887250) is unknown color: approx Shadow. HEX triplet: 88, 72 and 50. RGB value is (136,114,80). Sum of RGB (Red+Green+Blue) = 136+114+80=330 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.21% from 330); Green value is 114 (44.92% from 255 or 34.55% from 330); Blue value is 80 (31.64% from 255 or 24.24% from 330); Max value from RGB is 136 - color contains mainly: red. Hex color #887250 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887250 is #778DAF. Grayscale: #747474. Windows color (decimal): -7835056 or 5272200. OLE color: 5272200.

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

Color convert

RGB13611480-
CMYK00.160.410.47
HSL36.43º25.93%42.35%-
HSV(B)36.43º41.18%53.33%-
XYZ17.6217.8510.11-
YUV116.7107.29141.76-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 41.21%
GREEN value IS 114 (44.92% from 255) = 34.55%
BLUE value IS 80 (31.64% from 255) = 24.24%
R=41.21%
G=34.55%
B=24.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.41
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361148000.160.410.4736.4325.9342.35
Hex887250010292F241a2a
Octal2101621200205157443252
Binary100010001110010101000001000010100110111110010011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #887250; }

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

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

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

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

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

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

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

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