Html Css Color HEX #82524C Lotus

📋 copy color: '#82524C'

red 130 ◦ green 82 ◦ blue 76

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

Shades of Lotus #82524C

Tints of Lotus #82524C

RGB

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

 GREEN value IS 82 (32.42% from 255) = 28.47%

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

R = 45.14%
G = 28.47%
B = 26.39%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.42

 K value IS 0.49

RGB Variations

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

Color information

#82524C (or 0x82524C) is known color: Lotus. HEX triplet: 82, 52 and 4C. RGB value is (130,82,76). Sum of RGB (Red+Green+Blue) = 130+82+76=288 (38% of max value = 765). Red value is 130 (51.17% from 255 or 45.14% from 288); Green value is 82 (32.42% from 255 or 28.47% from 288); Blue value is 76 (30.08% from 255 or 26.39% from 288); Max value from RGB is 130 - color contains mainly: red. Hex color #82524C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82524C is #7DADB3. Grayscale: #5F5F5F. Windows color (decimal): -8236468 or 5001858. OLE color: 5001858.

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

Color convert

RGB 130 82 76 -
CMYK 0 0.37 0.42 0.49
HSL 6.67º 0.26% 0.4% -
HSV(B) 6.67º 0.42% 0.51% -
XYZ 13.53 11.3 8.31 -
YUV 95.67 116.9 152.49 -
System Red Green Blue C M Y K H S L
Decimal 130 82 76 0 0.37 0.42 0.49 6.67 0.26 0.4
Hex 82 52 4C 0 25 2A 31 7 1A 28
Octal 202 122 114 0 45 52 61 7 32 50
Binary 10000010 1010010 1001100 0 100101 101010 110001 111 11010 101000

Color Harmonies of #82524C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82524C

Black with #82524C

Text Example


Text Example

White with #82524C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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