#8C5851

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

Shades of Lotus #8C5851

Tints of Lotus #8C5851

Color information

#8C5851 (or 0x8C5851) is unknown color: approx Lotus. HEX triplet: 8C, 58 and 51. RGB value is (140,88,81). Sum of RGB (Red+Green+Blue) = 140+88+81=309 (40% of max value = 765). Red value is 140 (55.08% from 255 or 45.31% from 309); Green value is 88 (34.77% from 255 or 28.48% from 309); Blue value is 81 (32.03% from 255 or 26.21% from 309); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5851 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C5851 is #73A7AE. Grayscale: #666666. Windows color (decimal): -7579567 or 5331084. OLE color: 5331084.

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

Color convert

RGB1408881-
CMYK00.370.420.45
HSL7.12º26.7%43.33%-
HSV(B)7.12º42.14%54.9%-
XYZ15.7913.159.49-
YUV102.75115.73154.57-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 45.31%
GREEN value IS 88 (34.77% from 255) = 28.48%
BLUE value IS 81 (32.03% from 255) = 26.21%
R=45.31%
G=28.48%
B=26.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.42
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140888100.370.420.457.1226.743.33
Hex8C58510252A2D71b2b
Octal214130121045525573353
Binary1000110010110001010001010010110101010110111111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C5851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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