#84504A

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

Shades of Lotus #84504A

Tints of Lotus #84504A

Color information

#84504A (or 0x84504A) is unknown color: approx Lotus. HEX triplet: 84, 50 and 4A. RGB value is (132,80,74). Sum of RGB (Red+Green+Blue) = 132+80+74=286 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.15% from 286); Green value is 80 (31.64% from 255 or 27.97% from 286); Blue value is 74 (29.30% from 255 or 25.87% from 286); Max value from RGB is 132 - color contains mainly: red. Hex color #84504A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84504A is #7BAFB5. Grayscale: #5E5E5E. Windows color (decimal): -8105910 or 4870276. OLE color: 4870276.

HSL color Cylindrical-coordinate representation of color #84504A: hue angle of 6.21º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #84504A is Cyan = 0, Magento = 0.39, Yellow = 0.44 and Black (K on CMYK) = 0.48.

Color convert

RGB1328074-
CMYK00.390.440.48
HSL6.21º28.16%40.39%-
HSV(B)6.21º43.94%51.76%-
XYZ13.6211.147.91-
YUV94.86116.23154.49-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 46.15%
GREEN value IS 80 (31.64% from 255) = 27.97%
BLUE value IS 74 (29.30% from 255) = 25.87%
R=46.15%
G=27.97%
B=25.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.44
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132807400.390.440.486.2128.1640.39
Hex84504A0272C3061c28
Octal204120112047546063450
Binary1000010010100001001010010011110110011000011011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84504A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84504A; }

 p { color: rgb(132,80,74); }

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

<style>
 a { background-color: #84504A; }

 a { background-color: rgb(132,80,74); }

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

<style>
 span { border-color: #84504A; }

 span { border-color: rgb(132,80,74); }

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