#8C514C

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

Shades of Lotus #8C514C

Tints of Lotus #8C514C

Color information

#8C514C (or 0x8C514C) is unknown color: approx Lotus. HEX triplet: 8C, 51 and 4C. RGB value is (140,81,76). Sum of RGB (Red+Green+Blue) = 140+81+76=297 (39% of max value = 765). Red value is 140 (55.08% from 255 or 47.14% from 297); Green value is 81 (32.03% from 255 or 27.27% from 297); Blue value is 76 (30.08% from 255 or 25.59% from 297); Max value from RGB is 140 - color contains mainly: red. Hex color #8C514C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C514C is #73AEB3. Grayscale: #626262. Windows color (decimal): -7581364 or 5001612. OLE color: 5001612.

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

Color convert

RGB1408176-
CMYK00.420.460.45
HSL4.69º29.63%42.35%-
HSV(B)4.69º45.71%54.9%-
XYZ15.0611.988.36-
YUV98.07115.55157.91-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 47.14%
GREEN value IS 81 (32.03% from 255) = 27.27%
BLUE value IS 76 (30.08% from 255) = 25.59%
R=47.14%
G=27.27%
B=25.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.46
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140817600.420.460.454.6929.6342.35
Hex8C514C02A2E2D51e2a
Octal214121114052565553652
Binary1000110010100011001100010101010111010110110111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C514C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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