#895D58

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

Shades of Rose Taupe #895D58

Tints of Rose Taupe #895D58

Color information

#895D58 (or 0x895D58) is unknown color: approx Rose Taupe. HEX triplet: 89, 5D and 58. RGB value is (137,93,88). Sum of RGB (Red+Green+Blue) = 137+93+88=318 (42% of max value = 765). Red value is 137 (53.91% from 255 or 43.08% from 318); Green value is 93 (36.72% from 255 or 29.25% from 318); Blue value is 88 (34.77% from 255 or 27.67% from 318); Max value from RGB is 137 - color contains mainly: red. Hex color #895D58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895D58 is #76A2A7. Grayscale: #696969. Windows color (decimal): -7774888 or 5791113. OLE color: 5791113.

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

Color convert

RGB1379388-
CMYK00.320.360.46
HSL6.12º21.78%44.12%-
HSV(B)6.12º35.77%53.73%-
XYZ15.9913.8511.06-
YUV105.59118.08150.41-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 43.08%
GREEN value IS 93 (36.72% from 255) = 29.25%
BLUE value IS 88 (34.77% from 255) = 27.67%
R=43.08%
G=29.25%
B=27.67%

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
Decimal137938800.320.360.466.1221.7844.12
Hex895D58020242E6162c
Octal211135130040445662654
Binary1000100110111011011000010000010010010111011010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895D58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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