#83554B

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

Shades of Lotus #83554B

Tints of Lotus #83554B

Color information

#83554B (or 0x83554B) is unknown color: approx Lotus. HEX triplet: 83, 55 and 4B. RGB value is (131,85,75). Sum of RGB (Red+Green+Blue) = 131+85+75=291 (38% of max value = 765). Red value is 131 (51.56% from 255 or 45.02% from 291); Green value is 85 (33.59% from 255 or 29.21% from 291); Blue value is 75 (29.69% from 255 or 25.77% from 291); Max value from RGB is 131 - color contains mainly: red. Hex color #83554B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #83554B is #7CAAB4. Grayscale: #616161. Windows color (decimal): -8170165 or 4937091. OLE color: 4937091.

HSL color Cylindrical-coordinate representation of color #83554B: hue angle of 10.71º 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 #83554B is Cyan = 0, Magento = 0.35, Yellow = 0.43 and Black (K on CMYK) = 0.49.

Color convert

RGB1318575-
CMYK00.350.430.49
HSL10.71º27.18%40.39%-
HSV(B)10.71º42.75%51.37%-
XYZ13.8811.838.21-
YUV97.61115.24151.81-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 45.02%
GREEN value IS 85 (33.59% from 255) = 29.21%
BLUE value IS 75 (29.69% from 255) = 25.77%
R=45.02%
G=29.21%
B=25.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.43
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131857500.350.430.4910.7127.1840.39
Hex83554B0232B31b1b28
Octal2031251130435361133350
Binary10000011101010110010110100011101011110001101111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83554B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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