#897583

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

Shades of Taupe Grey #897583

Tints of Taupe Grey #897583

Color information

#897583 (or 0x897583) is unknown color: approx Taupe Grey. HEX triplet: 89, 75 and 83. RGB value is (137,117,131). Sum of RGB (Red+Green+Blue) = 137+117+131=385 (50% of max value = 765). Red value is 137 (53.91% from 255 or 35.58% from 385); Green value is 117 (46.09% from 255 or 30.39% from 385); Blue value is 131 (51.56% from 255 or 34.03% from 385); Max value from RGB is 137 - color contains mainly: red. Hex color #897583 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #897583 is #768A7C. Grayscale: #7C7C7C. Windows color (decimal): -7768701 or 8615305. OLE color: 8615305.

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

Color convert

RGB137117131-
CMYK00.150.040.46
HSL318º7.87%49.8%-
HSV(B)318º14.6%53.73%-
XYZ20.7719.6824.18-
YUV124.58131.63136.86-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 35.58%
GREEN value IS 117 (46.09% from 255) = 30.39%
BLUE value IS 131 (51.56% from 255) = 34.03%
R=35.58%
G=30.39%
B=34.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.04
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13711713100.150.040.463187.8749.8
Hex8975830F42E13e832
Octal2111652030174564761062
Binary10001001111010110000011011111001011101001111101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #897583; }

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

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

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

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

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

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

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

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