#885C56

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

Shades of Rose Taupe #885C56

Tints of Rose Taupe #885C56

Color information

#885C56 (or 0x885C56) is unknown color: approx Rose Taupe. HEX triplet: 88, 5C and 56. RGB value is (136,92,86). Sum of RGB (Red+Green+Blue) = 136+92+86=314 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.31% from 314); Green value is 92 (36.33% from 255 or 29.30% from 314); Blue value is 86 (33.98% from 255 or 27.39% from 314); Max value from RGB is 136 - color contains mainly: red. Hex color #885C56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885C56 is #77A3A9. Grayscale: #686868. Windows color (decimal): -7840682 or 5659784. OLE color: 5659784.

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

Color convert

RGB1369286-
CMYK00.320.370.47
HSL7.2º22.52%43.53%-
HSV(B)7.2º36.76%53.33%-
XYZ15.6613.5610.6-
YUV104.47117.58150.49-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 43.31%
GREEN value IS 92 (36.33% from 255) = 29.30%
BLUE value IS 86 (33.98% from 255) = 27.39%
R=43.31%
G=29.30%
B=27.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.37
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136928600.320.370.477.222.5243.53
Hex885C56020252F7172c
Octal210134126040455772754
Binary1000100010111001010110010000010010110111111110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885C56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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