#83524B

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

Shades of Lotus #83524B

Tints of Lotus #83524B

Color information

#83524B (or 0x83524B) is unknown color: approx Lotus. HEX triplet: 83, 52 and 4B. RGB value is (131,82,75). Sum of RGB (Red+Green+Blue) = 131+82+75=288 (38% of max value = 765). Red value is 131 (51.56% from 255 or 45.49% from 288); Green value is 82 (32.42% from 255 or 28.47% from 288); Blue value is 75 (29.69% from 255 or 26.04% from 288); Max value from RGB is 131 - color contains mainly: red. Hex color #83524B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #83524B is #7CADB4. Grayscale: #5F5F5F. Windows color (decimal): -8170933 or 4936323. OLE color: 4936323.

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

Color convert

RGB1318275-
CMYK00.370.430.49
HSL7.5º27.18%40.39%-
HSV(B)7.5º42.75%51.37%-
XYZ13.6511.378.13-
YUV95.85116.23153.07-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 45.49%
GREEN value IS 82 (32.42% from 255) = 28.47%
BLUE value IS 75 (29.69% from 255) = 26.04%
R=45.49%
G=28.47%
B=26.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.43
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131827500.370.430.497.527.1840.39
Hex83524B0252B3181b28
Octal2031221130455361103350
Binary10000011101001010010110100101101011110001100011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83524B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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