#895F59

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

Shades of Rose Taupe #895F59

Tints of Rose Taupe #895F59

Color information

#895F59 (or 0x895F59) is unknown color: approx Rose Taupe. HEX triplet: 89, 5F and 59. RGB value is (137,95,89). Sum of RGB (Red+Green+Blue) = 137+95+89=321 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.68% from 321); Green value is 95 (37.5% from 255 or 29.60% from 321); Blue value is 89 (35.16% from 255 or 27.73% from 321); Max value from RGB is 137 - color contains mainly: red. Hex color #895F59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895F59 is #76A0A6. Grayscale: #6A6A6A. Windows color (decimal): -7774375 or 5857161. OLE color: 5857161.

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

Color convert

RGB1379589-
CMYK00.310.350.46
HSL7.5º21.24%44.31%-
HSV(B)7.5º35.04%53.73%-
XYZ16.2114.2211.34-
YUV106.87117.91149.49-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 42.68%
GREEN value IS 95 (37.5% from 255) = 29.60%
BLUE value IS 89 (35.16% from 255) = 27.73%
R=42.68%
G=29.60%
B=27.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.35
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137958900.310.350.467.521.2444.31
Hex895F5901F232E8152c
Octal2111371310374356102554
Binary1000100110111111011001011111100011101110100010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895F59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,95,89); }

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

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

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

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

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

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

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