#82534A

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

Shades of Lotus #82534A

Tints of Lotus #82534A

Color information

#82534A (or 0x82534A) is unknown color: approx Lotus. HEX triplet: 82, 53 and 4A. RGB value is (130,83,74). Sum of RGB (Red+Green+Blue) = 130+83+74=287 (38% of max value = 765). Red value is 130 (51.17% from 255 or 45.30% from 287); Green value is 83 (32.81% from 255 or 28.92% from 287); Blue value is 74 (29.30% from 255 or 25.78% from 287); Max value from RGB is 130 - color contains mainly: red. Hex color #82534A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82534A is #7DACB5. Grayscale: #606060. Windows color (decimal): -8236214 or 4871042. OLE color: 4871042.

HSL color Cylindrical-coordinate representation of color #82534A: hue angle of 9.64º 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 #82534A is Cyan = 0, Magento = 0.36, Yellow = 0.43 and Black (K on CMYK) = 0.49.

Color convert

RGB1308374-
CMYK00.360.430.49
HSL9.64º27.45%40%-
HSV(B)9.64º43.08%50.98%-
XYZ13.5411.437.97-
YUV96.03115.57152.23-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 45.30%
GREEN value IS 83 (32.81% from 255) = 28.92%
BLUE value IS 74 (29.30% from 255) = 25.78%
R=45.30%
G=28.92%
B=25.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.43
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130837400.360.430.499.6427.4540
Hex82534A0242B31a1b28
Octal2021231120445361123350
Binary10000010101001110010100100100101011110001101011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82534A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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