#8C5552

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

Shades of Lotus #8C5552

Tints of Lotus #8C5552

Color information

#8C5552 (or 0x8C5552) is unknown color: approx Lotus. HEX triplet: 8C, 55 and 52. RGB value is (140,85,82). Sum of RGB (Red+Green+Blue) = 140+85+82=307 (40% of max value = 765). Red value is 140 (55.08% from 255 or 45.60% from 307); Green value is 85 (33.59% from 255 or 27.69% from 307); Blue value is 82 (32.42% from 255 or 26.71% from 307); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5552 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C5552 is #73AAAD. Grayscale: #656565. Windows color (decimal): -7580334 or 5395852. OLE color: 5395852.

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

Color convert

RGB1408582-
CMYK00.390.410.45
HSL3.1º26.13%43.53%-
HSV(B)3.1º41.43%54.9%-
XYZ15.5912.689.61-
YUV101.1117.22155.74-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 45.60%
GREEN value IS 85 (33.59% from 255) = 27.69%
BLUE value IS 82 (32.42% from 255) = 26.71%
R=45.60%
G=27.69%
B=26.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.41
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140858200.390.410.453.126.1343.53
Hex8C5552027292D31a2c
Octal214125122047515533254
Binary100011001010101101001001001111010011011011111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C5552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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