#8C524B

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

Shades of Lotus #8C524B

Tints of Lotus #8C524B

Color information

#8C524B (or 0x8C524B) is unknown color: approx Lotus. HEX triplet: 8C, 52 and 4B. RGB value is (140,82,75). Sum of RGB (Red+Green+Blue) = 140+82+75=297 (39% of max value = 765). Red value is 140 (55.08% from 255 or 47.14% from 297); Green value is 82 (32.42% from 255 or 27.61% from 297); Blue value is 75 (29.69% from 255 or 25.25% from 297); Max value from RGB is 140 - color contains mainly: red. Hex color #8C524B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C524B is #73ADB4. Grayscale: #626262. Windows color (decimal): -7581109 or 4936332. OLE color: 4936332.

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

Color convert

RGB1408275-
CMYK00.410.460.45
HSL6.46º30.23%42.16%-
HSV(B)6.46º46.43%54.9%-
XYZ15.112.128.2-
YUV98.54114.72157.57-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 47.14%
GREEN value IS 82 (32.42% from 255) = 27.61%
BLUE value IS 75 (29.69% from 255) = 25.25%
R=47.14%
G=27.61%
B=25.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.46
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140827500.410.460.456.4630.2342.16
Hex8C524B0292E2D61e2a
Octal214122113051565563652
Binary1000110010100101001011010100110111010110111011110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C524B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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