#83544E

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

Shades of Lotus #83544E

Tints of Lotus #83544E

Color information

#83544E (or 0x83544E) is unknown color: approx Lotus. HEX triplet: 83, 54 and 4E. RGB value is (131,84,78). Sum of RGB (Red+Green+Blue) = 131+84+78=293 (38% of max value = 765). Red value is 131 (51.56% from 255 or 44.71% from 293); Green value is 84 (33.20% from 255 or 28.67% from 293); Blue value is 78 (30.86% from 255 or 26.62% from 293); Max value from RGB is 131 - color contains mainly: red. Hex color #83544E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83544E is #7CABB1. Grayscale: #616161. Windows color (decimal): -8170418 or 5133443. OLE color: 5133443.

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

Color convert

RGB1318478-
CMYK00.360.400.49
HSL6.79º25.36%40.98%-
HSV(B)6.79º40.46%51.37%-
XYZ13.9111.728.74-
YUV97.37117.07151.99-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 44.71%
GREEN value IS 84 (33.20% from 255) = 28.67%
BLUE value IS 78 (30.86% from 255) = 26.62%
R=44.71%
G=28.67%
B=26.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.40
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131847800.360.400.496.7925.3640.98
Hex83544E024283171929
Octal203124116044506173151
Binary1000001110101001001110010010010100011000111111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83544E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83544E; }

 p { color: rgb(131,84,78); }

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

<style>
 a { background-color: #83544E; }

 a { background-color: rgb(131,84,78); }

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

<style>
 span { border-color: #83544E; }

 span { border-color: rgb(131,84,78); }

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