#8D5654

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

Shades of Lotus #8D5654

Tints of Lotus #8D5654

Color information

#8D5654 (or 0x8D5654) is unknown color: approx Lotus. HEX triplet: 8D, 56 and 54. RGB value is (141,86,84). Sum of RGB (Red+Green+Blue) = 141+86+84=311 (41% of max value = 765). Red value is 141 (55.47% from 255 or 45.34% from 311); Green value is 86 (33.98% from 255 or 27.65% from 311); Blue value is 84 (33.20% from 255 or 27.01% from 311); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5654 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D5654 is #72A9AB. Grayscale: #666666. Windows color (decimal): -7514540 or 5527181. OLE color: 5527181.

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

Color convert

RGB1418684-
CMYK00.390.400.45
HSL2.11º25.33%44.12%-
HSV(B)2.11º40.43%55.29%-
XYZ15.9112.9610.05-
YUV102.22117.72155.66-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 45.34%
GREEN value IS 86 (33.98% from 255) = 27.65%
BLUE value IS 84 (33.20% from 255) = 27.01%
R=45.34%
G=27.65%
B=27.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.40
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141868400.390.400.452.1125.3344.12
Hex8D5654027282D2192c
Octal215126124047505523154
Binary100011011010110101010001001111010001011011011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D5654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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