#8C4949

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

Shades of Lotus #8C4949

Tints of Lotus #8C4949

Color information

#8C4949 (or 0x8C4949) is unknown color: approx Lotus. HEX triplet: 8C, 49 and 49. RGB value is (140,73,73). Sum of RGB (Red+Green+Blue) = 140+73+73=286 (37% of max value = 765). Red value is 140 (55.08% from 255 or 48.95% from 286); Green value is 73 (28.91% from 255 or 25.52% from 286); Blue value is 73 (28.91% from 255 or 25.52% from 286); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4949 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C4949 is #73B6B6. Grayscale: #5D5D5D. Windows color (decimal): -7583415 or 4802956. OLE color: 4802956.

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

Color convert

RGB1407373-
CMYK00.480.480.45
HSL31.46%41.76%-
HSV(B)47.86%54.9%-
XYZ14.410.827.63-
YUV93.03116.7161.5-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 48.95%
GREEN value IS 73 (28.91% from 255) = 25.52%
BLUE value IS 73 (28.91% from 255) = 25.52%
R=48.95%
G=25.52%
B=25.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.48
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140737300.480.480.45031.4641.76
Hex8C4949030302D01f2a
Octal214111111060605503752
Binary10001100100100110010010110000110000101101011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C4949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,73,73); }

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

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

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

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

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

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

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