#885F5B

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

Shades of Rose Taupe #885F5B

Tints of Rose Taupe #885F5B

Color information

#885F5B (or 0x885F5B) is unknown color: approx Rose Taupe. HEX triplet: 88, 5F and 5B. RGB value is (136,95,91). Sum of RGB (Red+Green+Blue) = 136+95+91=322 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.24% from 322); Green value is 95 (37.5% from 255 or 29.50% from 322); Blue value is 91 (35.94% from 255 or 28.26% from 322); Max value from RGB is 136 - color contains mainly: red. Hex color #885F5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885F5B is #77A0A4. Grayscale: #6A6A6A. Windows color (decimal): -7839909 or 5988232. OLE color: 5988232.

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

Color convert

RGB1369591-
CMYK00.300.330.47
HSL5.33º19.82%44.51%-
HSV(B)5.33º33.09%53.33%-
XYZ16.1314.1711.78-
YUV106.8119.08148.83-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 42.24%
GREEN value IS 95 (37.5% from 255) = 29.50%
BLUE value IS 91 (35.94% from 255) = 28.26%
R=42.24%
G=29.50%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.33
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136959100.300.330.475.3319.8244.51
Hex885F5B01E212F5142d
Octal210137133036415752455
Binary100010001011111101101101111010000110111110110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885F5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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