#8C524A

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

Shades of Lotus #8C524A

Tints of Lotus #8C524A

Color information

#8C524A (or 0x8C524A) is unknown color: approx Lotus. HEX triplet: 8C, 52 and 4A. RGB value is (140,82,74). Sum of RGB (Red+Green+Blue) = 140+82+74=296 (39% of max value = 765). Red value is 140 (55.08% from 255 or 47.30% from 296); Green value is 82 (32.42% from 255 or 27.70% from 296); Blue value is 74 (29.30% from 255 or 25% from 296); Max value from RGB is 140 - color contains mainly: red. Hex color #8C524A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C524A is #73ADB5. Grayscale: #626262. Windows color (decimal): -7581110 or 4870796. OLE color: 4870796.

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

Color convert

RGB1408274-
CMYK00.410.470.45
HSL7.27º30.84%41.96%-
HSV(B)7.27º47.14%54.9%-
XYZ15.0712.18.02-
YUV98.43114.22157.65-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 47.30%
GREEN value IS 82 (32.42% from 255) = 27.70%
BLUE value IS 74 (29.30% from 255) = 25%
R=47.30%
G=27.70%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.47
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140827400.410.470.457.2730.8441.96
Hex8C524A0292F2D71f2a
Octal214122112051575573752
Binary1000110010100101001010010100110111110110111111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C524A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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