#84514D

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

Shades of Lotus #84514D

Tints of Lotus #84514D

Color information

#84514D (or 0x84514D) is unknown color: approx Lotus. HEX triplet: 84, 51 and 4D. RGB value is (132,81,77). Sum of RGB (Red+Green+Blue) = 132+81+77=290 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.52% from 290); Green value is 81 (32.03% from 255 or 27.93% from 290); Blue value is 77 (30.47% from 255 or 26.55% from 290); Max value from RGB is 132 - color contains mainly: red. Hex color #84514D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84514D is #7BAEB2. Grayscale: #5F5F5F. Windows color (decimal): -8105651 or 5067140. OLE color: 5067140.

HSL color Cylindrical-coordinate representation of color #84514D: hue angle of 4.36º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #84514D is Cyan = 0, Magento = 0.39, Yellow = 0.42 and Black (K on CMYK) = 0.48.

Color convert

RGB1328177-
CMYK00.390.420.48
HSL4.36º26.32%40.98%-
HSV(B)4.36º41.67%51.76%-
XYZ13.811.338.48-
YUV95.79117.4153.83-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 45.52%
GREEN value IS 81 (32.03% from 255) = 27.93%
BLUE value IS 77 (30.47% from 255) = 26.55%
R=45.52%
G=27.93%
B=26.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.42
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132817700.390.420.484.3626.3240.98
Hex84514D0272A3041a29
Octal204121115047526043251
Binary1000010010100011001101010011110101011000010011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84514D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84514D; }

 p { color: rgb(132,81,77); }

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

<style>
 a { background-color: #84514D; }

 a { background-color: rgb(132,81,77); }

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

<style>
 span { border-color: #84514D; }

 span { border-color: rgb(132,81,77); }

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