#8D5E5C

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

Shades of Rose Taupe #8D5E5C

Tints of Rose Taupe #8D5E5C

Color information

#8D5E5C (or 0x8D5E5C) is unknown color: approx Rose Taupe. HEX triplet: 8D, 5E and 5C. RGB value is (141,94,92). Sum of RGB (Red+Green+Blue) = 141+94+92=327 (43% of max value = 765). Red value is 141 (55.47% from 255 or 43.12% from 327); Green value is 94 (37.11% from 255 or 28.75% from 327); Blue value is 92 (36.33% from 255 or 28.13% from 327); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5E5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D5E5C is #72A1A3. Grayscale: #6B6B6B. Windows color (decimal): -7512484 or 6053517. OLE color: 6053517.

HSL color Cylindrical-coordinate representation of color #8D5E5C: hue angle of 2.45º degrees, saturation: 0.21, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8D5E5C is Cyan = 0, Magento = 0.33, Yellow = 0.35 and Black (K on CMYK) = 0.45.

Color convert

RGB1419492-
CMYK00.330.350.45
HSL2.45º21.03%45.69%-
HSV(B)2.45º34.75%55.29%-
XYZ16.9214.4412.02-
YUV107.82119.07151.66-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 43.12%
GREEN value IS 94 (37.11% from 255) = 28.75%
BLUE value IS 92 (36.33% from 255) = 28.13%
R=43.12%
G=28.75%
B=28.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.35
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141949200.330.350.452.4521.0345.69
Hex8D5E5C021232D2152e
Octal215136134041435522556
Binary100011011011110101110001000011000111011011010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D5E5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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