#83534D

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

Shades of Lotus #83534D

Tints of Lotus #83534D

Color information

#83534D (or 0x83534D) is unknown color: approx Lotus. HEX triplet: 83, 53 and 4D. RGB value is (131,83,77). Sum of RGB (Red+Green+Blue) = 131+83+77=291 (38% of max value = 765). Red value is 131 (51.56% from 255 or 45.02% from 291); Green value is 83 (32.81% from 255 or 28.52% from 291); Blue value is 77 (30.47% from 255 or 26.46% from 291); Max value from RGB is 131 - color contains mainly: red. Hex color #83534D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83534D is #7CACB2. Grayscale: #606060. Windows color (decimal): -8170675 or 5067651. OLE color: 5067651.

HSL color Cylindrical-coordinate representation of color #83534D: hue angle of 6.67º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #83534D is Cyan = 0, Magento = 0.37, Yellow = 0.41 and Black (K on CMYK) = 0.49.

Color convert

RGB1318377-
CMYK00.370.410.49
HSL6.67º25.96%40.78%-
HSV(B)6.67º41.22%51.37%-
XYZ13.7911.558.52-
YUV96.67116.9152.49-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 45.02%
GREEN value IS 83 (32.81% from 255) = 28.52%
BLUE value IS 77 (30.47% from 255) = 26.46%
R=45.02%
G=28.52%
B=26.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.41
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131837700.370.410.496.6725.9640.78
Hex83534D025293171a29
Octal203123115045516173251
Binary1000001110100111001101010010110100111000111111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83534D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83534D; }

 p { color: rgb(131,83,77); }

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

<style>
 a { background-color: #83534D; }

 a { background-color: rgb(131,83,77); }

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

<style>
 span { border-color: #83534D; }

 span { border-color: rgb(131,83,77); }

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