#83524F

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

Shades of Lotus #83524F

Tints of Lotus #83524F

Color information

#83524F (or 0x83524F) is unknown color: approx Lotus. HEX triplet: 83, 52 and 4F. RGB value is (131,82,79). Sum of RGB (Red+Green+Blue) = 131+82+79=292 (38% of max value = 765). Red value is 131 (51.56% from 255 or 44.86% from 292); Green value is 82 (32.42% from 255 or 28.08% from 292); Blue value is 79 (31.25% from 255 or 27.05% from 292); Max value from RGB is 131 - color contains mainly: red. Hex color #83524F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83524F is #7CADB0. Grayscale: #606060. Windows color (decimal): -8170929 or 5198467. OLE color: 5198467.

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

Color convert

RGB1318279-
CMYK00.370.400.49
HSL3.46º24.76%41.18%-
HSV(B)3.46º39.69%51.37%-
XYZ13.7911.428.88-
YUV96.31118.23152.74-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 44.86%
GREEN value IS 82 (32.42% from 255) = 28.08%
BLUE value IS 79 (31.25% from 255) = 27.05%
R=44.86%
G=28.08%
B=27.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.40
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131827900.370.400.493.4624.7641.18
Hex83524F025283131929
Octal203122117045506133151
Binary100000111010010100111101001011010001100011111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83524F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,82,79); }

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

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

 a { background-color: rgb(131,82,79); }

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

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

 span { border-color: rgb(131,82,79); }

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