#8D5A54

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

Shades of Rose Taupe #8D5A54

Tints of Rose Taupe #8D5A54

Color information

#8D5A54 (or 0x8D5A54) is unknown color: approx Rose Taupe. HEX triplet: 8D, 5A and 54. RGB value is (141,90,84). Sum of RGB (Red+Green+Blue) = 141+90+84=315 (41% of max value = 765). Red value is 141 (55.47% from 255 or 44.76% from 315); Green value is 90 (35.55% from 255 or 28.57% from 315); Blue value is 84 (33.20% from 255 or 26.67% from 315); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5A54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D5A54 is #72A5AB. Grayscale: #686868. Windows color (decimal): -7513516 or 5528205. OLE color: 5528205.

HSL color Cylindrical-coordinate representation of color #8D5A54: hue angle of 6.32º 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 #8D5A54 is Cyan = 0, Magento = 0.36, Yellow = 0.40 and Black (K on CMYK) = 0.45.

Color convert

RGB1419084-
CMYK00.360.400.45
HSL6.32º25.33%44.12%-
HSV(B)6.32º40.43%55.29%-
XYZ16.2413.6210.16-
YUV104.56116.4153.99-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 44.76%
GREEN value IS 90 (35.55% from 255) = 28.57%
BLUE value IS 84 (33.20% from 255) = 26.67%
R=44.76%
G=28.57%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.40
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141908400.360.400.456.3225.3344.12
Hex8D5A54024282D6192c
Octal215132124044505563154
Binary1000110110110101010100010010010100010110111011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D5A54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,90,84); }

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

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

 a { background-color: rgb(141,90,84); }

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

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

 span { border-color: rgb(141,90,84); }

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