#887449

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

Shades of Shadow #887449

Tints of Shadow #887449

Color information

#887449 (or 0x887449) is unknown color: approx Shadow. HEX triplet: 88, 74 and 49. RGB value is (136,116,73). Sum of RGB (Red+Green+Blue) = 136+116+73=325 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.85% from 325); Green value is 116 (45.70% from 255 or 35.69% from 325); Blue value is 73 (28.91% from 255 or 22.46% from 325); Max value from RGB is 136 - color contains mainly: red. Hex color #887449 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #887449 is #778BB6. Grayscale: #757575. Windows color (decimal): -7834551 or 4813960. OLE color: 4813960.

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

Color convert

RGB13611673-
CMYK00.150.460.47
HSL40.95º30.14%40.98%-
HSV(B)40.95º46.32%53.33%-
XYZ17.618.218.89-
YUV117.08103.13141.5-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 41.85%
GREEN value IS 116 (45.70% from 255) = 35.69%
BLUE value IS 73 (28.91% from 255) = 22.46%
R=41.85%
G=35.69%
B=22.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.46
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361167300.150.460.4740.9530.1440.98
Hex8874490F2E2F291e29
Octal2101641110175657513651
Binary10001000111010010010010111110111010111110100111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #887449; }

 p { color: rgb(136,116,73); }

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

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

 a { background-color: rgb(136,116,73); }

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

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

 span { border-color: rgb(136,116,73); }

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