#82544C

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

Shades of Lotus #82544C

Tints of Lotus #82544C

Color information

#82544C (or 0x82544C) is unknown color: approx Lotus. HEX triplet: 82, 54 and 4C. RGB value is (130,84,76). Sum of RGB (Red+Green+Blue) = 130+84+76=290 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.83% from 290); Green value is 84 (33.20% from 255 or 28.97% from 290); Blue value is 76 (30.08% from 255 or 26.21% from 290); Max value from RGB is 130 - color contains mainly: red. Hex color #82544C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82544C is #7DABB3. Grayscale: #606060. Windows color (decimal): -8235956 or 5002370. OLE color: 5002370.

HSL color Cylindrical-coordinate representation of color #82544C: hue angle of 8.89º degrees, saturation: 0.26, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #82544C is Cyan = 0, Magento = 0.35, Yellow = 0.42 and Black (K on CMYK) = 0.49.

Color convert

RGB1308476-
CMYK00.350.420.49
HSL8.89º26.21%40.39%-
HSV(B)8.89º41.54%50.98%-
XYZ13.6811.618.36-
YUV96.84116.24151.65-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 44.83%
GREEN value IS 84 (33.20% from 255) = 28.97%
BLUE value IS 76 (30.08% from 255) = 26.21%
R=44.83%
G=28.97%
B=26.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.42
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130847600.350.420.498.8926.2140.39
Hex82544C0232A3191a28
Octal2021241140435261113250
Binary10000010101010010011000100011101010110001100111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82544C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82544C; }

 p { color: rgb(130,84,76); }

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

<style>
 a { background-color: #82544C; }

 a { background-color: rgb(130,84,76); }

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

<style>
 span { border-color: #82544C; }

 span { border-color: rgb(130,84,76); }

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