#8D5C55

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

Shades of Rose Taupe #8D5C55

Tints of Rose Taupe #8D5C55

Color information

#8D5C55 (or 0x8D5C55) is unknown color: approx Rose Taupe. HEX triplet: 8D, 5C and 55. RGB value is (141,92,85). Sum of RGB (Red+Green+Blue) = 141+92+85=318 (42% of max value = 765). Red value is 141 (55.47% from 255 or 44.34% from 318); Green value is 92 (36.33% from 255 or 28.93% from 318); Blue value is 85 (33.59% from 255 or 26.73% from 318); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5C55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D5C55 is #72A3AA. Grayscale: #696969. Windows color (decimal): -7513003 or 5594253. OLE color: 5594253.

HSL color Cylindrical-coordinate representation of color #8D5C55: hue angle of 7.5º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8D5C55 is Cyan = 0, Magento = 0.35, Yellow = 0.40 and Black (K on CMYK) = 0.45.

Color convert

RGB1419285-
CMYK00.350.400.45
HSL7.5º24.78%44.31%-
HSV(B)7.5º39.72%55.29%-
XYZ16.4513.9710.42-
YUV105.85116.23153.07-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 44.34%
GREEN value IS 92 (36.33% from 255) = 28.93%
BLUE value IS 85 (33.59% from 255) = 26.73%
R=44.34%
G=28.93%
B=26.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.40
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141928500.350.400.457.524.7844.31
Hex8D5C55023282D8192c
Octal2151341250435055103154
Binary10001101101110010101010100011101000101101100011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D5C55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8D5C55; }

 p { color: rgb(141,92,85); }

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

<style>
 a { background-color: #8D5C55; }

 a { background-color: rgb(141,92,85); }

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

<style>
 span { border-color: #8D5C55; }

 span { border-color: rgb(141,92,85); }

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