#895756

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

Shades of Rose Taupe #895756

Tints of Rose Taupe #895756

Color information

#895756 (or 0x895756) is unknown color: approx Rose Taupe. HEX triplet: 89, 57 and 56. RGB value is (137,87,86). Sum of RGB (Red+Green+Blue) = 137+87+86=310 (41% of max value = 765). Red value is 137 (53.91% from 255 or 44.19% from 310); Green value is 87 (34.38% from 255 or 28.06% from 310); Blue value is 86 (33.98% from 255 or 27.74% from 310); Max value from RGB is 137 - color contains mainly: red. Hex color #895756 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895756 is #76A8A9. Grayscale: #656565. Windows color (decimal): -7776426 or 5658505. OLE color: 5658505.

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

Color convert

RGB1378786-
CMYK00.360.370.46
HSL1.18º22.87%43.73%-
HSV(B)1.18º37.23%53.73%-
XYZ15.412.8110.46-
YUV101.84119.06153.08-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 44.19%
GREEN value IS 87 (34.38% from 255) = 28.06%
BLUE value IS 86 (33.98% from 255) = 27.74%
R=44.19%
G=28.06%
B=27.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.37
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137878600.360.370.461.1822.8743.73
Hex895756024252E1172c
Octal211127126044455612754
Binary10001001101011110101100100100100101101110110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895756; }

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

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

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

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

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

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

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

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