#885C59

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

Shades of Rose Taupe #885C59

Tints of Rose Taupe #885C59

Color information

#885C59 (or 0x885C59) is unknown color: approx Rose Taupe. HEX triplet: 88, 5C and 59. RGB value is (136,92,89). Sum of RGB (Red+Green+Blue) = 136+92+89=317 (41% of max value = 765). Red value is 136 (53.52% from 255 or 42.90% from 317); Green value is 92 (36.33% from 255 or 29.02% from 317); Blue value is 89 (35.16% from 255 or 28.08% from 317); Max value from RGB is 136 - color contains mainly: red. Hex color #885C59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885C59 is #77A3A6. Grayscale: #686868. Windows color (decimal): -7840679 or 5856392. OLE color: 5856392.

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

Color convert

RGB1369289-
CMYK00.320.350.47
HSL3.83º20.89%44.12%-
HSV(B)3.83º34.56%53.33%-
XYZ15.7813.6111.25-
YUV104.81119.08150.24-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 42.90%
GREEN value IS 92 (36.33% from 255) = 29.02%
BLUE value IS 89 (35.16% from 255) = 28.08%
R=42.90%
G=29.02%
B=28.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.35
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136928900.320.350.473.8320.8944.12
Hex885C59020232F4152c
Octal210134131040435742554
Binary1000100010111001011001010000010001110111110010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885C59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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