Html Css Color HEX #82564C Lotus

📋 copy color: '#82564C'

red 130 ◦ green 86 ◦ blue 76

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

Shades of Lotus #82564C

Tints of Lotus #82564C

RGB

 RED value IS 130 (51.17% from 255) = 44.52%

 GREEN value IS 86 (33.98% from 255) = 29.45%

 BLUE value IS 76 (30.08% from 255) = 26.03%

R = 44.52%
G = 29.45%
B = 26.03%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.42

 K value IS 0.49

RGB Variations

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

Color information

#82564C (or 0x82564C) is known color: Lotus. HEX triplet: 82, 56 and 4C. RGB value is (130,86,76). Sum of RGB (Red+Green+Blue) = 130+86+76=292 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.52% from 292); Green value is 86 (33.98% from 255 or 29.45% from 292); Blue value is 76 (30.08% from 255 or 26.03% from 292); Max value from RGB is 130 - color contains mainly: red. Hex color #82564C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82564C is #7DA9B3. Grayscale: #626262. Windows color (decimal): -8235444 or 5002882. OLE color: 5002882.

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

Color convert

RGB 130 86 76 -
CMYK 0 0.34 0.42 0.49
HSL 11.11º 0.26% 0.4% -
HSV(B) 11.11º 0.42% 0.51% -
XYZ 13.84 11.92 8.41 -
YUV 98.02 115.58 150.81 -
System Red Green Blue C M Y K H S L
Decimal 130 86 76 0 0.34 0.42 0.49 11.11 0.26 0.4
Hex 82 56 4C 0 22 2A 31 B 1A 28
Octal 202 126 114 0 42 52 61 13 32 50
Binary 10000010 1010110 1001100 0 100010 101010 110001 1011 11010 101000

Color Harmonies of #82564C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82564C

Black with #82564C

Text Example


Text Example

White with #82564C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #82564C;
 }
 .AnyTagClassName
 {
   color: #82564C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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