#885E59

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

Shades of Rose Taupe #885E59

Tints of Rose Taupe #885E59

Color information

#885E59 (or 0x885E59) is unknown color: approx Rose Taupe. HEX triplet: 88, 5E and 59. RGB value is (136,94,89). Sum of RGB (Red+Green+Blue) = 136+94+89=319 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.63% from 319); Green value is 94 (37.11% from 255 or 29.47% from 319); Blue value is 89 (35.16% from 255 or 27.90% from 319); Max value from RGB is 136 - color contains mainly: red. Hex color #885E59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885E59 is #77A1A6. Grayscale: #6A6A6A. Windows color (decimal): -7840167 or 5856904. OLE color: 5856904.

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

Color convert

RGB1369489-
CMYK00.310.350.47
HSL6.38º20.89%44.12%-
HSV(B)6.38º34.56%53.33%-
XYZ15.9613.9611.3-
YUV105.99118.41149.41-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 42.63%
GREEN value IS 94 (37.11% from 255) = 29.47%
BLUE value IS 89 (35.16% from 255) = 27.90%
R=42.63%
G=29.47%
B=27.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.35
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136948900.310.350.476.3820.8944.12
Hex885E5901F232F6152c
Octal210136131037435762554
Binary100010001011110101100101111110001110111111010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885E59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885E59; }

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

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

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

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

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

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

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

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