#895D5C

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

Shades of Rose Taupe #895D5C

Tints of Rose Taupe #895D5C

Color information

#895D5C (or 0x895D5C) is unknown color: approx Rose Taupe. HEX triplet: 89, 5D and 5C. RGB value is (137,93,92). Sum of RGB (Red+Green+Blue) = 137+93+92=322 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.55% from 322); Green value is 93 (36.72% from 255 or 28.88% from 322); Blue value is 92 (36.33% from 255 or 28.57% from 322); Max value from RGB is 137 - color contains mainly: red. Hex color #895D5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895D5C is #76A2A3. Grayscale: #6A6A6A. Windows color (decimal): -7774884 or 6053257. OLE color: 6053257.

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

Color convert

RGB1379392-
CMYK00.320.330.46
HSL1.33º19.65%44.9%-
HSV(B)1.33º32.85%53.73%-
XYZ16.1613.9211.96-
YUV106.04120.08150.08-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 42.55%
GREEN value IS 93 (36.72% from 255) = 28.88%
BLUE value IS 92 (36.33% from 255) = 28.57%
R=42.55%
G=28.88%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.33
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137939200.320.330.461.3319.6544.9
Hex895D5C020212E1142d
Octal211135134040415612455
Binary10001001101110110111000100000100001101110110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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