#885E5B

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

Shades of Rose Taupe #885E5B

Tints of Rose Taupe #885E5B

Color information

#885E5B (or 0x885E5B) is unknown color: approx Rose Taupe. HEX triplet: 88, 5E and 5B. RGB value is (136,94,91). Sum of RGB (Red+Green+Blue) = 136+94+91=321 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.37% from 321); Green value is 94 (37.11% from 255 or 29.28% from 321); Blue value is 91 (35.94% from 255 or 28.35% from 321); Max value from RGB is 136 - color contains mainly: red. Hex color #885E5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885E5B is #77A1A4. Grayscale: #6A6A6A. Windows color (decimal): -7840165 or 5987976. OLE color: 5987976.

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

Color convert

RGB1369491-
CMYK00.310.330.47
HSL19.82%44.51%-
HSV(B)33.09%53.33%-
XYZ16.0413.9911.75-
YUV106.22119.41149.24-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 42.37%
GREEN value IS 94 (37.11% from 255) = 29.28%
BLUE value IS 91 (35.94% from 255) = 28.35%
R=42.37%
G=29.28%
B=28.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.33
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136949100.310.330.47419.8244.51
Hex885E5B01F212F4142d
Octal210136133037415742455
Binary100010001011110101101101111110000110111110010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885E5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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