#8C5551

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

Shades of Lotus #8C5551

Tints of Lotus #8C5551

Color information

#8C5551 (or 0x8C5551) is unknown color: approx Lotus. HEX triplet: 8C, 55 and 51. RGB value is (140,85,81). Sum of RGB (Red+Green+Blue) = 140+85+81=306 (40% of max value = 765). Red value is 140 (55.08% from 255 or 45.75% from 306); Green value is 85 (33.59% from 255 or 27.78% from 306); Blue value is 81 (32.03% from 255 or 26.47% from 306); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5551 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C5551 is #73AAAE. Grayscale: #656565. Windows color (decimal): -7580335 or 5330316. OLE color: 5330316.

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

Color convert

RGB1408581-
CMYK00.390.420.45
HSL4.07º26.7%43.33%-
HSV(B)4.07º42.14%54.9%-
XYZ15.5512.679.41-
YUV100.99116.72155.83-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 45.75%
GREEN value IS 85 (33.59% from 255) = 27.78%
BLUE value IS 81 (32.03% from 255) = 26.47%
R=45.75%
G=27.78%
B=26.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.42
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140858100.390.420.454.0726.743.33
Hex8C55510272A2D41b2b
Octal214125121047525543353
Binary1000110010101011010001010011110101010110110011011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C5551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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