#8C5654

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

Shades of Lotus #8C5654

Tints of Lotus #8C5654

Color information

#8C5654 (or 0x8C5654) is unknown color: approx Lotus. HEX triplet: 8C, 56 and 54. RGB value is (140,86,84). Sum of RGB (Red+Green+Blue) = 140+86+84=310 (41% of max value = 765). Red value is 140 (55.08% from 255 or 45.16% from 310); Green value is 86 (33.98% from 255 or 27.74% from 310); Blue value is 84 (33.20% from 255 or 27.10% from 310); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5654 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C5654 is #73A9AB. Grayscale: #656565. Windows color (decimal): -7580076 or 5527180. OLE color: 5527180.

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

Color convert

RGB1408684-
CMYK00.390.40.45
HSL2.14º25%43.92%-
HSV(B)2.14º40%54.9%-
XYZ15.7412.8710.04-
YUV101.92117.89155.16-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 45.16%
GREEN value IS 86 (33.98% from 255) = 27.74%
BLUE value IS 84 (33.20% from 255) = 27.10%
R=45.16%
G=27.74%
B=27.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.4
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140868400.390.40.452.142543.92
Hex8C5654027282D2192c
Octal214126124047505523154
Binary100011001010110101010001001111010001011011011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C5654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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