#84564F

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

Shades of Lotus #84564F

Tints of Lotus #84564F

Color information

#84564F (or 0x84564F) is unknown color: approx Lotus. HEX triplet: 84, 56 and 4F. RGB value is (132,86,79). Sum of RGB (Red+Green+Blue) = 132+86+79=297 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.44% from 297); Green value is 86 (33.98% from 255 or 28.96% from 297); Blue value is 79 (31.25% from 255 or 26.60% from 297); Max value from RGB is 132 - color contains mainly: red. Hex color #84564F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84564F is #7BA9B0. Grayscale: #636363. Windows color (decimal): -8104369 or 5199492. OLE color: 5199492.

HSL color Cylindrical-coordinate representation of color #84564F: hue angle of 7.92º 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 #84564F is Cyan = 0, Magento = 0.35, Yellow = 0.40 and Black (K on CMYK) = 0.48.

Color convert

RGB1328679-
CMYK00.350.400.48
HSL7.92º25.12%41.37%-
HSV(B)7.92º40.15%51.76%-
XYZ14.2512.138.99-
YUV98.96116.74151.57-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 44.44%
GREEN value IS 86 (33.98% from 255) = 28.96%
BLUE value IS 79 (31.25% from 255) = 26.60%
R=44.44%
G=28.96%
B=26.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.40
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132867900.350.400.487.9225.1241.37
Hex84564F023283081929
Octal2041261170435060103151
Binary10000100101011010011110100011101000110000100011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84564F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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