#8C4E4A

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

Shades of Lotus #8C4E4A

Tints of Lotus #8C4E4A

Color information

#8C4E4A (or 0x8C4E4A) is unknown color: approx Lotus. HEX triplet: 8C, 4E and 4A. RGB value is (140,78,74). Sum of RGB (Red+Green+Blue) = 140+78+74=292 (38% of max value = 765). Red value is 140 (55.08% from 255 or 47.95% from 292); Green value is 78 (30.86% from 255 or 26.71% from 292); Blue value is 74 (29.30% from 255 or 25.34% from 292); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4E4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C4E4A is #73B1B5. Grayscale: #606060. Windows color (decimal): -7582134 or 4869772. OLE color: 4869772.

HSL color Cylindrical-coordinate representation of color #8C4E4A: hue angle of 3.64º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8C4E4A is Cyan = 0, Magento = 0.44, Yellow = 0.47 and Black (K on CMYK) = 0.45.

Color convert

RGB1407874-
CMYK00.440.470.45
HSL3.64º30.84%41.96%-
HSV(B)3.64º47.14%54.9%-
XYZ14.7811.527.92-
YUV96.08115.54159.33-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 47.95%
GREEN value IS 78 (30.86% from 255) = 26.71%
BLUE value IS 74 (29.30% from 255) = 25.34%
R=47.95%
G=26.71%
B=25.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.47
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140787400.440.470.453.6430.8441.96
Hex8C4E4A02C2F2D41f2a
Octal214116112054575543752
Binary1000110010011101001010010110010111110110110011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C4E4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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