#895C57

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

Shades of Rose Taupe #895C57

Tints of Rose Taupe #895C57

Color information

#895C57 (or 0x895C57) is unknown color: approx Rose Taupe. HEX triplet: 89, 5C and 57. RGB value is (137,92,87). Sum of RGB (Red+Green+Blue) = 137+92+87=316 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.35% from 316); Green value is 92 (36.33% from 255 or 29.11% from 316); Blue value is 87 (34.38% from 255 or 27.53% from 316); Max value from RGB is 137 - color contains mainly: red. Hex color #895C57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895C57 is #76A3A8. Grayscale: #686868. Windows color (decimal): -7775145 or 5725321. OLE color: 5725321.

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

Color convert

RGB1379287-
CMYK00.330.360.46
HSL22.32%43.92%-
HSV(B)36.5%53.73%-
XYZ15.8613.6610.82-
YUV104.88117.91150.91-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 43.35%
GREEN value IS 92 (36.33% from 255) = 29.11%
BLUE value IS 87 (34.38% from 255) = 27.53%
R=43.35%
G=29.11%
B=27.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.36
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137928700.330.360.46622.3243.92
Hex895C57021242E6162c
Octal211134127041445662654
Binary1000100110111001010111010000110010010111011010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895C57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,92,87); }

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

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

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

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

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

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

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