#8C544F

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

Shades of Lotus #8C544F

Tints of Lotus #8C544F

Color information

#8C544F (or 0x8C544F) is unknown color: approx Lotus. HEX triplet: 8C, 54 and 4F. RGB value is (140,84,79). Sum of RGB (Red+Green+Blue) = 140+84+79=303 (40% of max value = 765). Red value is 140 (55.08% from 255 or 46.20% from 303); Green value is 84 (33.20% from 255 or 27.72% from 303); Blue value is 79 (31.25% from 255 or 26.07% from 303); Max value from RGB is 140 - color contains mainly: red. Hex color #8C544F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C544F is #73ABB0. Grayscale: #646464. Windows color (decimal): -7580593 or 5198988. OLE color: 5198988.

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

Color convert

RGB1408479-
CMYK00.40.440.45
HSL4.92º27.85%42.94%-
HSV(B)4.92º43.57%54.9%-
XYZ15.412.488.99-
YUV100.17116.05156.41-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 46.20%
GREEN value IS 84 (33.20% from 255) = 27.72%
BLUE value IS 79 (31.25% from 255) = 26.07%
R=46.20%
G=27.72%
B=26.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.44
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140847900.40.440.454.9227.8542.94
Hex8C544F0282C2D51c2b
Octal214124117050545553453
Binary1000110010101001001111010100010110010110110111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C544F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,84,79); }

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

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

 a { background-color: rgb(140,84,79); }

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

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

 span { border-color: rgb(140,84,79); }

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