#8C504E

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

Shades of Lotus #8C504E

Tints of Lotus #8C504E

Color information

#8C504E (or 0x8C504E) is unknown color: approx Lotus. HEX triplet: 8C, 50 and 4E. RGB value is (140,80,78). Sum of RGB (Red+Green+Blue) = 140+80+78=298 (39% of max value = 765). Red value is 140 (55.08% from 255 or 46.98% from 298); Green value is 80 (31.64% from 255 or 26.85% from 298); Blue value is 78 (30.86% from 255 or 26.17% from 298); Max value from RGB is 140 - color contains mainly: red. Hex color #8C504E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C504E is #73AFB1. Grayscale: #616161. Windows color (decimal): -7581618 or 5132428. OLE color: 5132428.

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

Color convert

RGB1408078-
CMYK00.430.440.45
HSL1.94º28.44%42.75%-
HSV(B)1.94º44.29%54.9%-
XYZ15.0611.868.7-
YUV97.71116.88158.16-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 46.98%
GREEN value IS 80 (31.64% from 255) = 26.85%
BLUE value IS 78 (30.86% from 255) = 26.17%
R=46.98%
G=26.85%
B=26.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.44
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140807800.430.440.451.9428.4442.75
Hex8C504E02B2C2D21c2b
Octal214120116053545523453
Binary100011001010000100111001010111011001011011011100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C504E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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