#8D544C

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

Shades of Lotus #8D544C

Tints of Lotus #8D544C

Color information

#8D544C (or 0x8D544C) is unknown color: approx Lotus. HEX triplet: 8D, 54 and 4C. RGB value is (141,84,76). Sum of RGB (Red+Green+Blue) = 141+84+76=301 (39% of max value = 765). Red value is 141 (55.47% from 255 or 46.84% from 301); Green value is 84 (33.20% from 255 or 27.91% from 301); Blue value is 76 (30.08% from 255 or 25.25% from 301); Max value from RGB is 141 - color contains mainly: red. Hex color #8D544C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D544C is #72ABB3. Grayscale: #646464. Windows color (decimal): -7515060 or 5002381. OLE color: 5002381.

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

Color convert

RGB1418476-
CMYK00.400.460.45
HSL7.38º29.95%42.55%-
HSV(B)7.38º46.1%55.29%-
XYZ15.4612.538.44-
YUV100.13114.38157.15-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 46.84%
GREEN value IS 84 (33.20% from 255) = 27.91%
BLUE value IS 76 (30.08% from 255) = 25.25%
R=46.84%
G=27.91%
B=25.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.46
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141847600.400.460.457.3829.9542.55
Hex8D544C0282E2D71e2b
Octal215124114050565573653
Binary1000110110101001001100010100010111010110111111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D544C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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