#8C554F

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

Shades of Lotus #8C554F

Tints of Lotus #8C554F

Color information

#8C554F (or 0x8C554F) is unknown color: approx Lotus. HEX triplet: 8C, 55 and 4F. RGB value is (140,85,79). Sum of RGB (Red+Green+Blue) = 140+85+79=304 (40% of max value = 765). Red value is 140 (55.08% from 255 or 46.05% from 304); Green value is 85 (33.59% from 255 or 27.96% from 304); Blue value is 79 (31.25% from 255 or 25.99% from 304); Max value from RGB is 140 - color contains mainly: red. Hex color #8C554F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C554F is #73AAB0. Grayscale: #646464. Windows color (decimal): -7580337 or 5199244. OLE color: 5199244.

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

Color convert

RGB1408579-
CMYK00.390.440.45
HSL5.9º27.85%42.94%-
HSV(B)5.9º43.57%54.9%-
XYZ15.4812.649.02-
YUV100.76115.72155.99-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 46.05%
GREEN value IS 85 (33.59% from 255) = 27.96%
BLUE value IS 79 (31.25% from 255) = 25.99%
R=46.05%
G=27.96%
B=25.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.44
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140857900.390.440.455.927.8542.94
Hex8C554F0272C2D61c2b
Octal214125117047545563453
Binary1000110010101011001111010011110110010110111011100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C554F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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