#82504A

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

Shades of Lotus #82504A

Tints of Lotus #82504A

Color information

#82504A (or 0x82504A) is unknown color: approx Lotus. HEX triplet: 82, 50 and 4A. RGB value is (130,80,74). Sum of RGB (Red+Green+Blue) = 130+80+74=284 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.77% from 284); Green value is 80 (31.64% from 255 or 28.17% from 284); Blue value is 74 (29.30% from 255 or 26.06% from 284); Max value from RGB is 130 - color contains mainly: red. Hex color #82504A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82504A is #7DAFB5. Grayscale: #5E5E5E. Windows color (decimal): -8236982 or 4870274. OLE color: 4870274.

HSL color Cylindrical-coordinate representation of color #82504A: hue angle of 6.43º degrees, saturation: 0.27, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #82504A is Cyan = 0, Magento = 0.38, Yellow = 0.43 and Black (K on CMYK) = 0.49.

Color convert

RGB1308074-
CMYK00.380.430.49
HSL6.43º27.45%40%-
HSV(B)6.43º43.08%50.98%-
XYZ13.3110.987.9-
YUV94.27116.56153.49-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 45.77%
GREEN value IS 80 (31.64% from 255) = 28.17%
BLUE value IS 74 (29.30% from 255) = 26.06%
R=45.77%
G=28.17%
B=26.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.43
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130807400.380.430.496.4327.4540
Hex82504A0262B3161b28
Octal202120112046536163350
Binary1000001010100001001010010011010101111000111011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82504A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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