Html Css Color HEX #82564D Lotus

📋 copy color: '#82564D'

red 130 ◦ green 86 ◦ blue 77

#82564D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lotus #82564D

Tints of Lotus #82564D

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 value IS 0

 M value IS 0.34

 Y value IS 0.41

 K value IS 0.49

RGB Variations

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

Color information

#82564D (or 0x82564D) is known color: 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

RGB 130 86 77 -
CMYK 0 0.34 0.41 0.49
HSL 10.19º 0.26% 0.41% -
HSV(B) 10.19º 0.41% 0.51% -
XYZ 13.87 11.94 8.59 -
YUV 98.13 116.08 150.73 -
System Red Green Blue C M Y K H S L
Decimal 130 86 77 0 0.34 0.41 0.49 10.19 0.26 0.41
Hex 82 56 4D 0 22 29 31 A 1A 29
Octal 202 126 115 0 42 51 61 12 32 51
Binary 10000010 1010110 1001101 0 100010 101001 110001 1010 11010 101001

Color Harmonies of #82564D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82564D

Black with #82564D

Text Example


Text Example

White with #82564D

Text Example


Text Example

HTML Codes & Css Web 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>