#83524A

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

Shades of Lotus #83524A

Tints of Lotus #83524A

Color information

#83524A (or 0x83524A) is unknown color: approx Lotus. HEX triplet: 83, 52 and 4A. RGB value is (131,82,74). Sum of RGB (Red+Green+Blue) = 131+82+74=287 (38% of max value = 765). Red value is 131 (51.56% from 255 or 45.64% from 287); Green value is 82 (32.42% from 255 or 28.57% from 287); Blue value is 74 (29.30% from 255 or 25.78% from 287); Max value from RGB is 131 - color contains mainly: red. Hex color #83524A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #83524A is #7CADB5. Grayscale: #5F5F5F. Windows color (decimal): -8170934 or 4870787. OLE color: 4870787.

HSL color Cylindrical-coordinate representation of color #83524A: hue angle of 8.42º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #83524A is Cyan = 0, Magento = 0.37, Yellow = 0.44 and Black (K on CMYK) = 0.49.

Color convert

RGB1318274-
CMYK00.370.440.49
HSL8.42º27.8%40.2%-
HSV(B)8.42º43.51%51.37%-
XYZ13.6111.357.95-
YUV95.74115.73153.15-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 45.64%
GREEN value IS 82 (32.42% from 255) = 28.57%
BLUE value IS 74 (29.30% from 255) = 25.78%
R=45.64%
G=28.57%
B=25.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.44
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131827400.370.440.498.4227.840.2
Hex83524A0252C3181c28
Octal2031221120455461103450
Binary10000011101001010010100100101101100110001100011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83524A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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