#84524A

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

Shades of Lotus #84524A

Tints of Lotus #84524A

Color information

#84524A (or 0x84524A) is unknown color: approx Lotus. HEX triplet: 84, 52 and 4A. RGB value is (132,82,74). Sum of RGB (Red+Green+Blue) = 132+82+74=288 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.83% from 288); Green value is 82 (32.42% from 255 or 28.47% from 288); Blue value is 74 (29.30% from 255 or 25.69% from 288); Max value from RGB is 132 - color contains mainly: red. Hex color #84524A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84524A is #7BADB5. Grayscale: #606060. Windows color (decimal): -8105398 or 4870788. OLE color: 4870788.

HSL color Cylindrical-coordinate representation of color #84524A: hue angle of 8.28º 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 #84524A is Cyan = 0, Magento = 0.38, Yellow = 0.44 and Black (K on CMYK) = 0.48.

Color convert

RGB1328274-
CMYK00.380.440.48
HSL8.28º28.16%40.39%-
HSV(B)8.28º43.94%51.76%-
XYZ13.7711.437.96-
YUV96.04115.56153.65-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 45.83%
GREEN value IS 82 (32.42% from 255) = 28.47%
BLUE value IS 74 (29.30% from 255) = 25.69%
R=45.83%
G=28.47%
B=25.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.44
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132827400.380.440.488.2828.1640.39
Hex84524A0262C3081c28
Octal2041221120465460103450
Binary10000100101001010010100100110101100110000100011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84524A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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