#897550

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

Shades of Shadow #897550

Tints of Shadow #897550

Color information

#897550 (or 0x897550) is unknown color: approx Shadow. HEX triplet: 89, 75 and 50. RGB value is (137,117,80). Sum of RGB (Red+Green+Blue) = 137+117+80=334 (44% of max value = 765). Red value is 137 (53.91% from 255 or 41.02% from 334); Green value is 117 (46.09% from 255 or 35.03% from 334); Blue value is 80 (31.64% from 255 or 23.95% from 334); Max value from RGB is 137 - color contains mainly: red. Hex color #897550 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #897550 is #768AAF. Grayscale: #767676. Windows color (decimal): -7768752 or 5272969. OLE color: 5272969.

HSL color Cylindrical-coordinate representation of color #897550: hue angle of 38.95º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #897550 is Cyan = 0, Magento = 0.15, Yellow = 0.42 and Black (K on CMYK) = 0.46.

Color convert

RGB13711780-
CMYK00.150.420.46
HSL38.95º26.27%42.55%-
HSV(B)38.95º41.61%53.73%-
XYZ18.1318.6210.23-
YUV118.76106.13141.01-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 41.02%
GREEN value IS 117 (46.09% from 255) = 35.03%
BLUE value IS 80 (31.64% from 255) = 23.95%
R=41.02%
G=35.03%
B=23.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.42
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371178000.150.420.4638.9526.2742.55
Hex8975500F2A2E271a2b
Octal2111651200175256473253
Binary10001001111010110100000111110101010111010011111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #897550; }

 p { color: rgb(137,117,80); }

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

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

 a { background-color: rgb(137,117,80); }

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

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

 span { border-color: rgb(137,117,80); }

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