#885C5B

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

Shades of Rose Taupe #885C5B

Tints of Rose Taupe #885C5B

Color information

#885C5B (or 0x885C5B) is unknown color: approx Rose Taupe. HEX triplet: 88, 5C and 5B. RGB value is (136,92,91). Sum of RGB (Red+Green+Blue) = 136+92+91=319 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.63% from 319); Green value is 92 (36.33% from 255 or 28.84% from 319); Blue value is 91 (35.94% from 255 or 28.53% from 319); Max value from RGB is 136 - color contains mainly: red. Hex color #885C5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885C5B is #77A3A4. Grayscale: #696969. Windows color (decimal): -7840677 or 5987464. OLE color: 5987464.

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

Color convert

RGB1369291-
CMYK00.320.330.47
HSL1.33º19.82%44.51%-
HSV(B)1.33º33.09%53.33%-
XYZ15.8713.6411.69-
YUV105.04120.08150.08-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 42.63%
GREEN value IS 92 (36.33% from 255) = 28.84%
BLUE value IS 91 (35.94% from 255) = 28.53%
R=42.63%
G=28.84%
B=28.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.33
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136929100.320.330.471.3319.8244.51
Hex885C5B020212F1142d
Octal210134133040415712455
Binary10001000101110010110110100000100001101111110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885C5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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