#8C594F

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

Shades of Lotus #8C594F

Tints of Lotus #8C594F

Color information

#8C594F (or 0x8C594F) is unknown color: approx Lotus. HEX triplet: 8C, 59 and 4F. RGB value is (140,89,79). Sum of RGB (Red+Green+Blue) = 140+89+79=308 (40% of max value = 765). Red value is 140 (55.08% from 255 or 45.45% from 308); Green value is 89 (35.16% from 255 or 28.90% from 308); Blue value is 79 (31.25% from 255 or 25.65% from 308); Max value from RGB is 140 - color contains mainly: red. Hex color #8C594F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C594F is #73A6B0. Grayscale: #676767. Windows color (decimal): -7579313 or 5200268. OLE color: 5200268.

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

Color convert

RGB1408979-
CMYK00.360.440.45
HSL9.84º27.85%42.94%-
HSV(B)9.84º43.57%54.9%-
XYZ15.813.289.13-
YUV103.11114.4154.31-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 45.45%
GREEN value IS 89 (35.16% from 255) = 28.90%
BLUE value IS 79 (31.25% from 255) = 25.65%
R=45.45%
G=28.90%
B=25.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.44
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140897900.360.440.459.8427.8542.94
Hex8C594F0242C2Da1c2b
Octal2141311170445455123453
Binary10001100101100110011110100100101100101101101011100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C594F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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