#8C5652

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

Shades of Lotus #8C5652

Tints of Lotus #8C5652

Color information

#8C5652 (or 0x8C5652) is unknown color: approx Lotus. HEX triplet: 8C, 56 and 52. RGB value is (140,86,82). Sum of RGB (Red+Green+Blue) = 140+86+82=308 (40% of max value = 765). Red value is 140 (55.08% from 255 or 45.45% from 308); Green value is 86 (33.98% from 255 or 27.92% from 308); Blue value is 82 (32.42% from 255 or 26.62% from 308); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5652 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C5652 is #73A9AD. Grayscale: #656565. Windows color (decimal): -7580078 or 5396108. OLE color: 5396108.

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

Color convert

RGB1408682-
CMYK00.390.410.45
HSL4.14º26.13%43.53%-
HSV(B)4.14º41.43%54.9%-
XYZ15.6712.849.64-
YUV101.69116.89155.33-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 45.45%
GREEN value IS 86 (33.98% from 255) = 27.92%
BLUE value IS 82 (32.42% from 255) = 26.62%
R=45.45%
G=27.92%
B=26.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.41
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140868200.390.410.454.1426.1343.53
Hex8C5652027292D41a2c
Octal214126122047515543254
Binary1000110010101101010010010011110100110110110011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C5652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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