#82544F

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

Shades of Lotus #82544F

Tints of Lotus #82544F

Color information

#82544F (or 0x82544F) is unknown color: approx Lotus. HEX triplet: 82, 54 and 4F. RGB value is (130,84,79). Sum of RGB (Red+Green+Blue) = 130+84+79=293 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.37% from 293); Green value is 84 (33.20% from 255 or 28.67% from 293); Blue value is 79 (31.25% from 255 or 26.96% from 293); Max value from RGB is 130 - color contains mainly: red. Hex color #82544F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82544F is #7DABB0. Grayscale: #616161. Windows color (decimal): -8235953 or 5198978. OLE color: 5198978.

HSL color Cylindrical-coordinate representation of color #82544F: hue angle of 5.88º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #82544F is Cyan = 0, Magento = 0.35, Yellow = 0.39 and Black (K on CMYK) = 0.49.

Color convert

RGB1308479-
CMYK00.350.390.49
HSL5.88º24.4%40.98%-
HSV(B)5.88º39.23%50.98%-
XYZ13.7911.658.92-
YUV97.18117.74151.41-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 44.37%
GREEN value IS 84 (33.20% from 255) = 28.67%
BLUE value IS 79 (31.25% from 255) = 26.96%
R=44.37%
G=28.67%
B=26.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.39
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130847900.350.390.495.8824.440.98
Hex82544F023273161829
Octal202124117043476163051
Binary1000001010101001001111010001110011111000111011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82544F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82544F; }

 p { color: rgb(130,84,79); }

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

<style>
 a { background-color: #82544F; }

 a { background-color: rgb(130,84,79); }

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

<style>
 span { border-color: #82544F; }

 span { border-color: rgb(130,84,79); }

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