#885756

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

Shades of Rose Taupe #885756

Tints of Rose Taupe #885756

Color information

#885756 (or 0x885756) is unknown color: approx Rose Taupe. HEX triplet: 88, 57 and 56. RGB value is (136,87,86). Sum of RGB (Red+Green+Blue) = 136+87+86=309 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.01% from 309); Green value is 87 (34.38% from 255 or 28.16% from 309); Blue value is 86 (33.98% from 255 or 27.83% from 309); Max value from RGB is 136 - color contains mainly: red. Hex color #885756 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885756 is #77A8A9. Grayscale: #656565. Windows color (decimal): -7841962 or 5658504. OLE color: 5658504.

HSL color Cylindrical-coordinate representation of color #885756: hue angle of 1.2º 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 #885756 is Cyan = 0, Magento = 0.36, Yellow = 0.37 and Black (K on CMYK) = 0.47.

Color convert

RGB1368786-
CMYK00.360.370.47
HSL1.2º22.52%43.53%-
HSV(B)1.2º36.76%53.33%-
XYZ15.2412.7210.46-
YUV101.54119.23152.58-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 44.01%
GREEN value IS 87 (34.38% from 255) = 28.16%
BLUE value IS 86 (33.98% from 255) = 27.83%
R=44.01%
G=28.16%
B=27.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.37
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136878600.360.370.471.222.5243.53
Hex885756024252F1172c
Octal210127126044455712754
Binary10001000101011110101100100100100101101111110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885756; }

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

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

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

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

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

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

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

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