#895C56

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

Shades of Rose Taupe #895C56

Tints of Rose Taupe #895C56

Color information

#895C56 (or 0x895C56) is unknown color: approx Rose Taupe. HEX triplet: 89, 5C and 56. RGB value is (137,92,86). Sum of RGB (Red+Green+Blue) = 137+92+86=315 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.49% from 315); Green value is 92 (36.33% from 255 or 29.21% from 315); Blue value is 86 (33.98% from 255 or 27.30% from 315); Max value from RGB is 137 - color contains mainly: red. Hex color #895C56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895C56 is #76A3A9. Grayscale: #686868. Windows color (decimal): -7775146 or 5659785. OLE color: 5659785.

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

Color convert

RGB1379286-
CMYK00.330.370.46
HSL7.06º22.87%43.73%-
HSV(B)7.06º37.23%53.73%-
XYZ15.8213.6410.6-
YUV104.77117.41150.99-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 43.49%
GREEN value IS 92 (36.33% from 255) = 29.21%
BLUE value IS 86 (33.98% from 255) = 27.30%
R=43.49%
G=29.21%
B=27.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.37
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137928600.330.370.467.0622.8743.73
Hex895C56021252E7172c
Octal211134126041455672754
Binary1000100110111001010110010000110010110111011110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895C56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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