#8C554E

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

Shades of Lotus #8C554E

Tints of Lotus #8C554E

Color information

#8C554E (or 0x8C554E) is unknown color: approx Lotus. HEX triplet: 8C, 55 and 4E. RGB value is (140,85,78). Sum of RGB (Red+Green+Blue) = 140+85+78=303 (40% of max value = 765). Red value is 140 (55.08% from 255 or 46.20% from 303); Green value is 85 (33.59% from 255 or 28.05% from 303); Blue value is 78 (30.86% from 255 or 25.74% from 303); Max value from RGB is 140 - color contains mainly: red. Hex color #8C554E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C554E is #73AAB1. Grayscale: #646464. Windows color (decimal): -7580338 or 5133708. OLE color: 5133708.

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

Color convert

RGB1408578-
CMYK00.390.440.45
HSL6.77º28.44%42.75%-
HSV(B)6.77º44.29%54.9%-
XYZ15.4412.628.83-
YUV100.65115.22156.07-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 46.20%
GREEN value IS 85 (33.59% from 255) = 28.05%
BLUE value IS 78 (30.86% from 255) = 25.74%
R=46.20%
G=28.05%
B=25.74%

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
Decimal140857800.390.440.456.7728.4442.75
Hex8C554E0272C2D71c2b
Octal214125116047545573453
Binary1000110010101011001110010011110110010110111111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C554E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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