#84544F

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

Shades of Lotus #84544F

Tints of Lotus #84544F

Color information

#84544F (or 0x84544F) is unknown color: approx Lotus. HEX triplet: 84, 54 and 4F. RGB value is (132,84,79). Sum of RGB (Red+Green+Blue) = 132+84+79=295 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.75% from 295); Green value is 84 (33.20% from 255 or 28.47% from 295); Blue value is 79 (31.25% from 255 or 26.78% from 295); Max value from RGB is 132 - color contains mainly: red. Hex color #84544F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84544F is #7BABB0. Grayscale: #616161. Windows color (decimal): -8104881 or 5198980. OLE color: 5198980.

HSL color Cylindrical-coordinate representation of color #84544F: hue angle of 5.66º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #84544F is Cyan = 0, Magento = 0.36, Yellow = 0.40 and Black (K on CMYK) = 0.48.

Color convert

RGB1328479-
CMYK00.360.400.48
HSL5.66º25.12%41.37%-
HSV(B)5.66º40.15%51.76%-
XYZ14.111.818.93-
YUV97.78117.4152.41-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 44.75%
GREEN value IS 84 (33.20% from 255) = 28.47%
BLUE value IS 79 (31.25% from 255) = 26.78%
R=44.75%
G=28.47%
B=26.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.40
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132847900.360.400.485.6625.1241.37
Hex84544F024283061929
Octal204124117044506063151
Binary1000010010101001001111010010010100011000011011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84544F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84544F; }

 p { color: rgb(132,84,79); }

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

<style>
 a { background-color: #84544F; }

 a { background-color: rgb(132,84,79); }

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

<style>
 span { border-color: #84544F; }

 span { border-color: rgb(132,84,79); }

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