#885959

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

Shades of Rose Taupe #885959

Tints of Rose Taupe #885959

Color information

#885959 (or 0x885959) is unknown color: approx Rose Taupe. HEX triplet: 88, 59 and 59. RGB value is (136,89,89). Sum of RGB (Red+Green+Blue) = 136+89+89=314 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.31% from 314); Green value is 89 (35.16% from 255 or 28.34% from 314); Blue value is 89 (35.16% from 255 or 28.34% from 314); Max value from RGB is 136 - color contains mainly: red. Hex color #885959 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885959 is #77A6A6. Grayscale: #676767. Windows color (decimal): -7841447 or 5855624. OLE color: 5855624.

HSL color Cylindrical-coordinate representation of color #885959: hue angle of 0º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #885959 is Cyan = 0, Magento = 0.35, Yellow = 0.35 and Black (K on CMYK) = 0.47.

Color convert

RGB1368989-
CMYK00.350.350.47
HSL20.89%44.12%-
HSV(B)34.56%53.33%-
XYZ15.5313.111.16-
YUV103.05120.07151.5-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 43.31%
GREEN value IS 89 (35.16% from 255) = 28.34%
BLUE value IS 89 (35.16% from 255) = 28.34%
R=43.31%
G=28.34%
B=28.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.35
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136898900.350.350.47020.8944.12
Hex885959023232F0152c
Octal210131131043435702554
Binary10001000101100110110010100011100011101111010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885959; }

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

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

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

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

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

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

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

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