#895959

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

Shades of Rose Taupe #895959

Tints of Rose Taupe #895959

Color information

#895959 (or 0x895959) is unknown color: approx Rose Taupe. HEX triplet: 89, 59 and 59. RGB value is (137,89,89). Sum of RGB (Red+Green+Blue) = 137+89+89=315 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.49% from 315); Green value is 89 (35.16% from 255 or 28.25% from 315); Blue value is 89 (35.16% from 255 or 28.25% from 315); Max value from RGB is 137 - color contains mainly: red. Hex color #895959 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895959 is #76A6A6. Grayscale: #676767. Windows color (decimal): -7775911 or 5855625. OLE color: 5855625.

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

Color convert

RGB1378989-
CMYK00.350.350.46
HSL21.24%44.31%-
HSV(B)35.04%53.73%-
XYZ15.6913.1811.17-
YUV103.35119.9152-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 43.49%
GREEN value IS 89 (35.16% from 255) = 28.25%
BLUE value IS 89 (35.16% from 255) = 28.25%
R=43.49%
G=28.25%
B=28.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.35
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137898900.350.350.46021.2444.31
Hex895959023232E0152c
Octal211131131043435602554
Binary10001001101100110110010100011100011101110010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895959; }

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

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

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

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

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

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

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

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