#82504C

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

Shades of Lotus #82504C

Tints of Lotus #82504C

Color information

#82504C (or 0x82504C) is unknown color: approx Lotus. HEX triplet: 82, 50 and 4C. RGB value is (130,80,76). Sum of RGB (Red+Green+Blue) = 130+80+76=286 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.45% from 286); Green value is 80 (31.64% from 255 or 27.97% from 286); Blue value is 76 (30.08% from 255 or 26.57% from 286); Max value from RGB is 130 - color contains mainly: red. Hex color #82504C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82504C is #7DAFB3. Grayscale: #5E5E5E. Windows color (decimal): -8236980 or 5001346. OLE color: 5001346.

HSL color Cylindrical-coordinate representation of color #82504C: hue angle of 4.44º 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 #82504C is Cyan = 0, Magento = 0.38, Yellow = 0.42 and Black (K on CMYK) = 0.49.

Color convert

RGB1308076-
CMYK00.380.420.49
HSL4.44º26.21%40.39%-
HSV(B)4.44º41.54%50.98%-
XYZ13.38118.26-
YUV94.49117.56153.33-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 45.45%
GREEN value IS 80 (31.64% from 255) = 27.97%
BLUE value IS 76 (30.08% from 255) = 26.57%
R=45.45%
G=27.97%
B=26.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.42
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130807600.380.420.494.4426.2140.39
Hex82504C0262A3141a28
Octal202120114046526143250
Binary1000001010100001001100010011010101011000110011010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82504C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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