#885B56

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

Shades of Rose Taupe #885B56

Tints of Rose Taupe #885B56

Color information

#885B56 (or 0x885B56) is unknown color: approx Rose Taupe. HEX triplet: 88, 5B and 56. RGB value is (136,91,86). Sum of RGB (Red+Green+Blue) = 136+91+86=313 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.45% from 313); Green value is 91 (35.94% from 255 or 29.07% from 313); Blue value is 86 (33.98% from 255 or 27.48% from 313); Max value from RGB is 136 - color contains mainly: red. Hex color #885B56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885B56 is #77A4A9. Grayscale: #676767. Windows color (decimal): -7840938 or 5659528. OLE color: 5659528.

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

Color convert

RGB1369186-
CMYK00.330.370.47
HSL22.52%43.53%-
HSV(B)36.76%53.33%-
XYZ15.5713.3910.57-
YUV103.88117.91150.91-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 43.45%
GREEN value IS 91 (35.94% from 255) = 29.07%
BLUE value IS 86 (33.98% from 255) = 27.48%
R=43.45%
G=29.07%
B=27.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.37
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136918600.330.370.47622.5243.53
Hex885B56021252F6172c
Octal210133126041455762754
Binary1000100010110111010110010000110010110111111010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885B56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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