#83534F

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

Shades of Lotus #83534F

Tints of Lotus #83534F

Color information

#83534F (or 0x83534F) is unknown color: approx Lotus. HEX triplet: 83, 53 and 4F. RGB value is (131,83,79). Sum of RGB (Red+Green+Blue) = 131+83+79=293 (38% of max value = 765). Red value is 131 (51.56% from 255 or 44.71% from 293); Green value is 83 (32.81% from 255 or 28.33% from 293); Blue value is 79 (31.25% from 255 or 26.96% from 293); Max value from RGB is 131 - color contains mainly: red. Hex color #83534F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83534F is #7CACB0. Grayscale: #606060. Windows color (decimal): -8170673 or 5198723. OLE color: 5198723.

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

Color convert

RGB1318379-
CMYK00.370.400.49
HSL4.62º24.76%41.18%-
HSV(B)4.62º39.69%51.37%-
XYZ13.8611.588.9-
YUV96.9117.9152.33-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 44.71%
GREEN value IS 83 (32.81% from 255) = 28.33%
BLUE value IS 79 (31.25% from 255) = 26.96%
R=44.71%
G=28.33%
B=26.96%

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
Decimal131837900.370.400.494.6224.7641.18
Hex83534F025283151929
Octal203123117045506153151
Binary1000001110100111001111010010110100011000110111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83534F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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