#8E564F

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

Shades of Lotus #8E564F

Tints of Lotus #8E564F

Color information

#8E564F (or 0x8E564F) is unknown color: approx Lotus. HEX triplet: 8E, 56 and 4F. RGB value is (142,86,79). Sum of RGB (Red+Green+Blue) = 142+86+79=307 (40% of max value = 765). Red value is 142 (55.86% from 255 or 46.25% from 307); Green value is 86 (33.98% from 255 or 28.01% from 307); Blue value is 79 (31.25% from 255 or 25.73% from 307); Max value from RGB is 142 - color contains mainly: red. Hex color #8E564F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E564F is #71A9B0. Grayscale: #666666. Windows color (decimal): -7449009 or 5199502. OLE color: 5199502.

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

Color convert

RGB1428679-
CMYK00.390.440.44
HSL6.67º28.51%43.33%-
HSV(B)6.67º44.37%55.69%-
XYZ15.8912.979.06-
YUV101.95115.05156.57-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 46.25%
GREEN value IS 86 (33.98% from 255) = 28.01%
BLUE value IS 79 (31.25% from 255) = 25.73%
R=46.25%
G=28.01%
B=25.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.44
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142867900.390.440.446.6728.5143.33
Hex8E564F0272C2C71d2b
Octal216126117047545473553
Binary1000111010101101001111010011110110010110011111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E564F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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