#885B55

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

Shades of Rose Taupe #885B55

Tints of Rose Taupe #885B55

Color information

#885B55 (or 0x885B55) is unknown color: approx Rose Taupe. HEX triplet: 88, 5B and 55. RGB value is (136,91,85). Sum of RGB (Red+Green+Blue) = 136+91+85=312 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.59% from 312); Green value is 91 (35.94% from 255 or 29.17% from 312); Blue value is 85 (33.59% from 255 or 27.24% from 312); Max value from RGB is 136 - color contains mainly: red. Hex color #885B55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885B55 is #77A4AA. Grayscale: #676767. Windows color (decimal): -7840939 or 5593992. OLE color: 5593992.

HSL color Cylindrical-coordinate representation of color #885B55: hue angle of 7.06º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #885B55 is Cyan = 0, Magento = 0.33, Yellow = 0.38 and Black (K on CMYK) = 0.47.

Color convert

RGB1369185-
CMYK00.330.380.47
HSL7.06º23.08%43.33%-
HSV(B)7.06º37.5%53.33%-
XYZ15.5313.3710.36-
YUV103.77117.41150.99-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 43.59%
GREEN value IS 91 (35.94% from 255) = 29.17%
BLUE value IS 85 (33.59% from 255) = 27.24%
R=43.59%
G=29.17%
B=27.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.38
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136918500.330.380.477.0623.0843.33
Hex885B55021262F7172b
Octal210133125041465772753
Binary1000100010110111010101010000110011010111111110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885B55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,91,85); }

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

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

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

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

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

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

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