#895D56

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

Shades of Rose Taupe #895D56

Tints of Rose Taupe #895D56

Color information

#895D56 (or 0x895D56) is unknown color: approx Rose Taupe. HEX triplet: 89, 5D and 56. RGB value is (137,93,86). Sum of RGB (Red+Green+Blue) = 137+93+86=316 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.35% from 316); Green value is 93 (36.72% from 255 or 29.43% from 316); Blue value is 86 (33.98% from 255 or 27.22% from 316); Max value from RGB is 137 - color contains mainly: red. Hex color #895D56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895D56 is #76A2A9. Grayscale: #696969. Windows color (decimal): -7774890 or 5660041. OLE color: 5660041.

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

Color convert

RGB1379386-
CMYK00.320.370.46
HSL8.24º22.87%43.73%-
HSV(B)8.24º37.23%53.73%-
XYZ15.9113.8210.63-
YUV105.36117.08150.57-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 43.35%
GREEN value IS 93 (36.72% from 255) = 29.43%
BLUE value IS 86 (33.98% from 255) = 27.22%
R=43.35%
G=29.43%
B=27.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.37
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137938600.320.370.468.2422.8743.73
Hex895D56020252E8172c
Octal2111351260404556102754
Binary10001001101110110101100100000100101101110100010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895D56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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