#82564D

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

Shades of Lotus #82564D

Tints of Lotus #82564D

Color information

#82564D (or 0x82564D) is unknown color: approx Lotus. HEX triplet: 82, 56 and 4D. RGB value is (130,86,77). Sum of RGB (Red+Green+Blue) = 130+86+77=293 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.37% from 293); Green value is 86 (33.98% from 255 or 29.35% from 293); Blue value is 77 (30.47% from 255 or 26.28% from 293); Max value from RGB is 130 - color contains mainly: red. Hex color #82564D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82564D is #7DA9B2. Grayscale: #626262. Windows color (decimal): -8235443 or 5068418. OLE color: 5068418.

HSL color Cylindrical-coordinate representation of color #82564D: hue angle of 10.19º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #82564D is Cyan = 0, Magento = 0.34, Yellow = 0.41 and Black (K on CMYK) = 0.49.

Color convert

RGB1308677-
CMYK00.340.410.49
HSL10.19º25.6%40.59%-
HSV(B)10.19º40.77%50.98%-
XYZ13.8711.948.59-
YUV98.13116.08150.73-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 44.37%
GREEN value IS 86 (33.98% from 255) = 29.35%
BLUE value IS 77 (30.47% from 255) = 26.28%
R=44.37%
G=29.35%
B=26.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.41
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130867700.340.410.4910.1925.640.59
Hex82564D0222931a1a29
Octal2021261150425161123251
Binary10000010101011010011010100010101001110001101011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82564D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82564D; }

 p { color: rgb(130,86,77); }

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

<style>
 a { background-color: #82564D; }

 a { background-color: rgb(130,86,77); }

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

<style>
 span { border-color: #82564D; }

 span { border-color: rgb(130,86,77); }

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