#8D5A57

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

Shades of Rose Taupe #8D5A57

Tints of Rose Taupe #8D5A57

Color information

#8D5A57 (or 0x8D5A57) is unknown color: approx Rose Taupe. HEX triplet: 8D, 5A and 57. RGB value is (141,90,87). Sum of RGB (Red+Green+Blue) = 141+90+87=318 (42% of max value = 765). Red value is 141 (55.47% from 255 or 44.34% from 318); Green value is 90 (35.55% from 255 or 28.30% from 318); Blue value is 87 (34.38% from 255 or 27.36% from 318); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5A57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D5A57 is #72A5A8. Grayscale: #686868. Windows color (decimal): -7513513 or 5724813. OLE color: 5724813.

HSL color Cylindrical-coordinate representation of color #8D5A57: hue angle of 3.33º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8D5A57 is Cyan = 0, Magento = 0.36, Yellow = 0.38 and Black (K on CMYK) = 0.45.

Color convert

RGB1419087-
CMYK00.360.380.45
HSL3.33º23.68%44.71%-
HSV(B)3.33º38.3%55.29%-
XYZ16.3613.6610.79-
YUV104.91117.9153.74-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 44.34%
GREEN value IS 90 (35.55% from 255) = 28.30%
BLUE value IS 87 (34.38% from 255) = 27.36%
R=44.34%
G=28.30%
B=27.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.38
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141908700.360.380.453.3323.6844.71
Hex8D5A57024262D3182d
Octal215132127044465533055
Binary100011011011010101011101001001001101011011111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D5A57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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