#84554C

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

Shades of Lotus #84554C

Tints of Lotus #84554C

Color information

#84554C (or 0x84554C) is unknown color: approx Lotus. HEX triplet: 84, 55 and 4C. RGB value is (132,85,76). Sum of RGB (Red+Green+Blue) = 132+85+76=293 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.05% from 293); Green value is 85 (33.59% from 255 or 29.01% from 293); Blue value is 76 (30.08% from 255 or 25.94% from 293); Max value from RGB is 132 - color contains mainly: red. Hex color #84554C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84554C is #7BAAB3. Grayscale: #626262. Windows color (decimal): -8104628 or 5002628. OLE color: 5002628.

HSL color Cylindrical-coordinate representation of color #84554C: hue angle of 9.64º degrees, saturation: 0.27, 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 #84554C is Cyan = 0, Magento = 0.36, Yellow = 0.42 and Black (K on CMYK) = 0.48.

Color convert

RGB1328576-
CMYK00.360.420.48
HSL9.64º26.92%40.78%-
HSV(B)9.64º42.42%51.76%-
XYZ14.0711.928.4-
YUV98.03115.57152.23-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 45.05%
GREEN value IS 85 (33.59% from 255) = 29.01%
BLUE value IS 76 (30.08% from 255) = 25.94%
R=45.05%
G=29.01%
B=25.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.42
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132857600.360.420.489.6426.9240.78
Hex84554C0242A30a1b29
Octal2041251140445260123351
Binary10000100101010110011000100100101010110000101011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84554C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84554C; }

 p { color: rgb(132,85,76); }

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

<style>
 a { background-color: #84554C; }

 a { background-color: rgb(132,85,76); }

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

<style>
 span { border-color: #84554C; }

 span { border-color: rgb(132,85,76); }

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