#8C5351

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

Shades of Lotus #8C5351

Tints of Lotus #8C5351

Color information

#8C5351 (or 0x8C5351) is unknown color: approx Lotus. HEX triplet: 8C, 53 and 51. RGB value is (140,83,81). Sum of RGB (Red+Green+Blue) = 140+83+81=304 (40% of max value = 765). Red value is 140 (55.08% from 255 or 46.05% from 304); Green value is 83 (32.81% from 255 or 27.30% from 304); Blue value is 81 (32.03% from 255 or 26.64% from 304); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5351 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C5351 is #73ACAE. Grayscale: #636363. Windows color (decimal): -7580847 or 5329804. OLE color: 5329804.

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

Color convert

RGB1408381-
CMYK00.410.420.45
HSL2.03º26.7%43.33%-
HSV(B)2.03º42.14%54.9%-
XYZ15.3912.369.36-
YUV99.81117.38156.66-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 46.05%
GREEN value IS 83 (32.81% from 255) = 27.30%
BLUE value IS 81 (32.03% from 255) = 26.64%
R=46.05%
G=27.30%
B=26.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.42
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140838100.410.420.452.0326.743.33
Hex8C53510292A2D21b2b
Octal214123121051525523353
Binary100011001010011101000101010011010101011011011011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C5351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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