#895D57

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

Shades of Rose Taupe #895D57

Tints of Rose Taupe #895D57

Color information

#895D57 (or 0x895D57) is unknown color: approx Rose Taupe. HEX triplet: 89, 5D and 57. RGB value is (137,93,87). Sum of RGB (Red+Green+Blue) = 137+93+87=317 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.22% from 317); Green value is 93 (36.72% from 255 or 29.34% from 317); Blue value is 87 (34.38% from 255 or 27.44% from 317); Max value from RGB is 137 - color contains mainly: red. Hex color #895D57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895D57 is #76A2A8. Grayscale: #696969. Windows color (decimal): -7774889 or 5725577. OLE color: 5725577.

HSL color Cylindrical-coordinate representation of color #895D57: hue angle of 7.2º 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 #895D57 is Cyan = 0, Magento = 0.32, Yellow = 0.36 and Black (K on CMYK) = 0.46.

Color convert

RGB1379387-
CMYK00.320.360.46
HSL7.2º22.32%43.92%-
HSV(B)7.2º36.5%53.73%-
XYZ15.9513.8410.85-
YUV105.47117.58150.49-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 43.22%
GREEN value IS 93 (36.72% from 255) = 29.34%
BLUE value IS 87 (34.38% from 255) = 27.44%
R=43.22%
G=29.34%
B=27.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.36
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137938700.320.360.467.222.3243.92
Hex895D57020242E7162c
Octal211135127040445672654
Binary1000100110111011010111010000010010010111011110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895D57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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