#8C544D

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

Shades of Lotus #8C544D

Tints of Lotus #8C544D

Color information

#8C544D (or 0x8C544D) is unknown color: approx Lotus. HEX triplet: 8C, 54 and 4D. RGB value is (140,84,77). Sum of RGB (Red+Green+Blue) = 140+84+77=301 (39% of max value = 765). Red value is 140 (55.08% from 255 or 46.51% from 301); Green value is 84 (33.20% from 255 or 27.91% from 301); Blue value is 77 (30.47% from 255 or 25.58% from 301); Max value from RGB is 140 - color contains mainly: red. Hex color #8C544D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C544D is #73ABB2. Grayscale: #646464. Windows color (decimal): -7580595 or 5067916. OLE color: 5067916.

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

Color convert

RGB1408477-
CMYK00.40.450.45
HSL6.67º29.03%42.55%-
HSV(B)6.67º45%54.9%-
XYZ15.3312.458.62-
YUV99.95115.05156.57-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 46.51%
GREEN value IS 84 (33.20% from 255) = 27.91%
BLUE value IS 77 (30.47% from 255) = 25.58%
R=46.51%
G=27.91%
B=25.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.45
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140847700.40.450.456.6729.0342.55
Hex8C544D0282D2D71d2b
Octal214124115050555573553
Binary1000110010101001001101010100010110110110111111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C544D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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