#8C564F

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

Shades of Lotus #8C564F

Tints of Lotus #8C564F

Color information

#8C564F (or 0x8C564F) is unknown color: approx Lotus. HEX triplet: 8C, 56 and 4F. RGB value is (140,86,79). Sum of RGB (Red+Green+Blue) = 140+86+79=305 (40% of max value = 765). Red value is 140 (55.08% from 255 or 45.90% from 305); Green value is 86 (33.98% from 255 or 28.20% from 305); Blue value is 79 (31.25% from 255 or 25.90% from 305); Max value from RGB is 140 - color contains mainly: red. Hex color #8C564F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C564F is #73A9B0. Grayscale: #656565. Windows color (decimal): -7580081 or 5199500. OLE color: 5199500.

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

Color convert

RGB1408679-
CMYK00.390.440.45
HSL6.89º27.85%42.94%-
HSV(B)6.89º43.57%54.9%-
XYZ15.5512.89.05-
YUV101.35115.39155.57-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 45.90%
GREEN value IS 86 (33.98% from 255) = 28.20%
BLUE value IS 79 (31.25% from 255) = 25.90%
R=45.90%
G=28.20%
B=25.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.44
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140867900.390.440.456.8927.8542.94
Hex8C564F0272C2D71c2b
Octal214126117047545573453
Binary1000110010101101001111010011110110010110111111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C564F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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