#8C5751

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

Shades of Lotus #8C5751

Tints of Lotus #8C5751

Color information

#8C5751 (or 0x8C5751) is unknown color: approx Lotus. HEX triplet: 8C, 57 and 51. RGB value is (140,87,81). Sum of RGB (Red+Green+Blue) = 140+87+81=308 (40% of max value = 765). Red value is 140 (55.08% from 255 or 45.45% from 308); Green value is 87 (34.38% from 255 or 28.25% from 308); Blue value is 81 (32.03% from 255 or 26.30% from 308); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5751 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C5751 is #73A8AE. Grayscale: #666666. Windows color (decimal): -7579823 or 5330828. OLE color: 5330828.

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

Color convert

RGB1408781-
CMYK00.380.420.45
HSL6.1º26.7%43.33%-
HSV(B)6.1º42.14%54.9%-
XYZ15.7112.999.46-
YUV102.16116.06154.99-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 45.45%
GREEN value IS 87 (34.38% from 255) = 28.25%
BLUE value IS 81 (32.03% from 255) = 26.30%
R=45.45%
G=28.25%
B=26.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.42
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140878100.380.420.456.126.743.33
Hex8C57510262A2D61b2b
Octal214127121046525563353
Binary1000110010101111010001010011010101010110111011011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C5751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,87,81); }

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

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

 a { background-color: rgb(140,87,81); }

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

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

 span { border-color: rgb(140,87,81); }

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