#895A5A

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

Shades of Rose Taupe #895A5A

Tints of Rose Taupe #895A5A

Color information

#895A5A (or 0x895A5A) is unknown color: approx Rose Taupe. HEX triplet: 89, 5A and 5A. RGB value is (137,90,90). Sum of RGB (Red+Green+Blue) = 137+90+90=317 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.22% from 317); Green value is 90 (35.55% from 255 or 28.39% from 317); Blue value is 90 (35.55% from 255 or 28.39% from 317); Max value from RGB is 137 - color contains mainly: red. Hex color #895A5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895A5A is #76A5A5. Grayscale: #686868. Windows color (decimal): -7775654 or 5921417. OLE color: 5921417.

HSL color Cylindrical-coordinate representation of color #895A5A: hue angle of 0º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #895A5A is Cyan = 0, Magento = 0.34, Yellow = 0.34 and Black (K on CMYK) = 0.46.

Color convert

RGB1379090-
CMYK00.340.340.46
HSL20.7%44.51%-
HSV(B)34.31%53.73%-
XYZ15.8213.3711.42-
YUV104.05120.07151.5-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 43.22%
GREEN value IS 90 (35.55% from 255) = 28.39%
BLUE value IS 90 (35.55% from 255) = 28.39%
R=43.22%
G=28.39%
B=28.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.34
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137909000.340.340.46020.744.51
Hex895A5A022222E0152d
Octal211132132042425602555
Binary10001001101101010110100100010100010101110010101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895A5A; }

 p { color: rgb(137,90,90); }

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

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

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

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

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

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

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