#82544E

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

Shades of Lotus #82544E

Tints of Lotus #82544E

Color information

#82544E (or 0x82544E) is unknown color: approx Lotus. HEX triplet: 82, 54 and 4E. RGB value is (130,84,78). Sum of RGB (Red+Green+Blue) = 130+84+78=292 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.52% from 292); Green value is 84 (33.20% from 255 or 28.77% from 292); Blue value is 78 (30.86% from 255 or 26.71% from 292); Max value from RGB is 130 - color contains mainly: red. Hex color #82544E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82544E is #7DABB1. Grayscale: #616161. Windows color (decimal): -8235954 or 5133442. OLE color: 5133442.

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

Color convert

RGB1308478-
CMYK00.350.400.49
HSL6.92º25%40.78%-
HSV(B)6.92º40%50.98%-
XYZ13.7511.648.73-
YUV97.07117.24151.49-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 44.52%
GREEN value IS 84 (33.20% from 255) = 28.77%
BLUE value IS 78 (30.86% from 255) = 26.71%
R=44.52%
G=28.77%
B=26.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.40
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130847800.350.400.496.922540.78
Hex82544E023283171929
Octal202124116043506173151
Binary1000001010101001001110010001110100011000111111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82544E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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