#8C5B53

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

Shades of Lotus #8C5B53

Tints of Lotus #8C5B53

Color information

#8C5B53 (or 0x8C5B53) is unknown color: approx Lotus. HEX triplet: 8C, 5B and 53. RGB value is (140,91,83). Sum of RGB (Red+Green+Blue) = 140+91+83=314 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.59% from 314); Green value is 91 (35.94% from 255 or 28.98% from 314); Blue value is 83 (32.81% from 255 or 26.43% from 314); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5B53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C5B53 is #73A4AC. Grayscale: #686868. Windows color (decimal): -7578797 or 5462924. OLE color: 5462924.

HSL color Cylindrical-coordinate representation of color #8C5B53: hue angle of 8.42º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8C5B53 is Cyan = 0, Magento = 0.35, Yellow = 0.41 and Black (K on CMYK) = 0.45.

Color convert

RGB1409183-
CMYK00.350.410.45
HSL8.42º25.56%43.73%-
HSV(B)8.42º40.71%54.9%-
XYZ16.1213.689.98-
YUV104.74115.73153.15-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 44.59%
GREEN value IS 91 (35.94% from 255) = 28.98%
BLUE value IS 83 (32.81% from 255) = 26.43%
R=44.59%
G=28.98%
B=26.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.41
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140918300.350.410.458.4225.5643.73
Hex8C5B53023292D81a2c
Octal2141331230435155103254
Binary10001100101101110100110100011101001101101100011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C5B53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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