#885D5A

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

Shades of Rose Taupe #885D5A

Tints of Rose Taupe #885D5A

Color information

#885D5A (or 0x885D5A) is unknown color: approx Rose Taupe. HEX triplet: 88, 5D and 5A. RGB value is (136,93,90). Sum of RGB (Red+Green+Blue) = 136+93+90=319 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.63% from 319); Green value is 93 (36.72% from 255 or 29.15% from 319); Blue value is 90 (35.55% from 255 or 28.21% from 319); Max value from RGB is 136 - color contains mainly: red. Hex color #885D5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885D5A is #77A2A5. Grayscale: #696969. Windows color (decimal): -7840422 or 5922184. OLE color: 5922184.

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

Color convert

RGB1369390-
CMYK00.320.340.47
HSL3.91º20.35%44.31%-
HSV(B)3.91º33.82%53.33%-
XYZ15.9113.811.5-
YUV105.52119.25149.74-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 42.63%
GREEN value IS 93 (36.72% from 255) = 29.15%
BLUE value IS 90 (35.55% from 255) = 28.21%
R=42.63%
G=29.15%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.34
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136939000.320.340.473.9120.3544.31
Hex885D5A020222F4142c
Octal210135132040425742454
Binary1000100010111011011010010000010001010111110010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885D5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,93,90); }

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

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

 a { background-color: rgb(136,93,90); }

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

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

 span { border-color: rgb(136,93,90); }

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