#8D574F

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

Shades of Lotus #8D574F

Tints of Lotus #8D574F

Color information

#8D574F (or 0x8D574F) is unknown color: approx Lotus. HEX triplet: 8D, 57 and 4F. RGB value is (141,87,79). Sum of RGB (Red+Green+Blue) = 141+87+79=307 (40% of max value = 765). Red value is 141 (55.47% from 255 or 45.93% from 307); Green value is 87 (34.38% from 255 or 28.34% from 307); Blue value is 79 (31.25% from 255 or 25.73% from 307); Max value from RGB is 141 - color contains mainly: red. Hex color #8D574F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D574F is #72A8B0. Grayscale: #666666. Windows color (decimal): -7514289 or 5199757. OLE color: 5199757.

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

Color convert

RGB1418779-
CMYK00.380.440.45
HSL7.74º28.18%43.14%-
HSV(B)7.74º43.97%55.29%-
XYZ15.813.049.08-
YUV102.23114.89155.65-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 45.93%
GREEN value IS 87 (34.38% from 255) = 28.34%
BLUE value IS 79 (31.25% from 255) = 25.73%
R=45.93%
G=28.34%
B=25.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.44
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141877900.380.440.457.7428.1843.14
Hex8D574F0262C2D81c2b
Octal2151271170465455103453
Binary10001101101011110011110100110101100101101100011100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D574F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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