#8C5553

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

Shades of Lotus #8C5553

Tints of Lotus #8C5553

Color information

#8C5553 (or 0x8C5553) is unknown color: approx Lotus. HEX triplet: 8C, 55 and 53. RGB value is (140,85,83). Sum of RGB (Red+Green+Blue) = 140+85+83=308 (40% of max value = 765). Red value is 140 (55.08% from 255 or 45.45% from 308); Green value is 85 (33.59% from 255 or 27.60% from 308); Blue value is 83 (32.81% from 255 or 26.95% from 308); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5553 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C5553 is #73AAAC. Grayscale: #656565. Windows color (decimal): -7580333 or 5461388. OLE color: 5461388.

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

Color convert

RGB1408583-
CMYK00.390.410.45
HSL2.11º25.56%43.73%-
HSV(B)2.11º40.71%54.9%-
XYZ15.6312.79.81-
YUV101.22117.72155.66-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 45.45%
GREEN value IS 85 (33.59% from 255) = 27.60%
BLUE value IS 83 (32.81% from 255) = 26.95%
R=45.45%
G=27.60%
B=26.95%

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
Decimal140858300.390.410.452.1125.5643.73
Hex8C5553027292D21a2c
Octal214125123047515523254
Binary100011001010101101001101001111010011011011011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C5553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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