#8C4E4E

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

Shades of Lotus #8C4E4E

Tints of Lotus #8C4E4E

Color information

#8C4E4E (or 0x8C4E4E) is unknown color: approx Lotus. HEX triplet: 8C, 4E and 4E. RGB value is (140,78,78). Sum of RGB (Red+Green+Blue) = 140+78+78=296 (39% of max value = 765). Red value is 140 (55.08% from 255 or 47.30% from 296); Green value is 78 (30.86% from 255 or 26.35% from 296); Blue value is 78 (30.86% from 255 or 26.35% from 296); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4E4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C4E4E is #73B1B1. Grayscale: #606060. Windows color (decimal): -7582130 or 5131916. OLE color: 5131916.

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

Color convert

RGB1407878-
CMYK00.440.440.45
HSL28.44%42.75%-
HSV(B)44.29%54.9%-
XYZ14.9111.578.66-
YUV96.54117.54159-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 47.30%
GREEN value IS 78 (30.86% from 255) = 26.35%
BLUE value IS 78 (30.86% from 255) = 26.35%
R=47.30%
G=26.35%
B=26.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.44
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140787800.440.440.45028.4442.75
Hex8C4E4E02C2C2D01c2b
Octal214116116054545503453
Binary10001100100111010011100101100101100101101011100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C4E4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,78,78); }

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

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

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

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

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

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

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