#82534E

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

Shades of Lotus #82534E

Tints of Lotus #82534E

Color information

#82534E (or 0x82534E) is unknown color: approx Lotus. HEX triplet: 82, 53 and 4E. RGB value is (130,83,78). Sum of RGB (Red+Green+Blue) = 130+83+78=291 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.67% from 291); Green value is 83 (32.81% from 255 or 28.52% from 291); Blue value is 78 (30.86% from 255 or 26.80% from 291); Max value from RGB is 130 - color contains mainly: red. Hex color #82534E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82534E is #7DACB1. Grayscale: #606060. Windows color (decimal): -8236210 or 5133186. OLE color: 5133186.

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

Color convert

RGB1308378-
CMYK00.360.400.49
HSL5.77º25%40.78%-
HSV(B)5.77º40%50.98%-
XYZ13.6711.488.7-
YUV96.48117.57151.91-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 44.67%
GREEN value IS 83 (32.81% from 255) = 28.52%
BLUE value IS 78 (30.86% from 255) = 26.80%
R=44.67%
G=28.52%
B=26.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.40
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130837800.360.400.495.772540.78
Hex82534E024283161929
Octal202123116044506163151
Binary1000001010100111001110010010010100011000111011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82534E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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