#84524E

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

Shades of Lotus #84524E

Tints of Lotus #84524E

Color information

#84524E (or 0x84524E) is unknown color: approx Lotus. HEX triplet: 84, 52 and 4E. RGB value is (132,82,78). Sum of RGB (Red+Green+Blue) = 132+82+78=292 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.21% from 292); Green value is 82 (32.42% from 255 or 28.08% from 292); Blue value is 78 (30.86% from 255 or 26.71% from 292); Max value from RGB is 132 - color contains mainly: red. Hex color #84524E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84524E is #7BADB1. Grayscale: #606060. Windows color (decimal): -8105394 or 5132932. OLE color: 5132932.

HSL color Cylindrical-coordinate representation of color #84524E: hue angle of 4.44º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #84524E is Cyan = 0, Magento = 0.38, Yellow = 0.41 and Black (K on CMYK) = 0.48.

Color convert

RGB1328278-
CMYK00.380.410.48
HSL4.44º25.71%41.18%-
HSV(B)4.44º40.91%51.76%-
XYZ13.9111.498.69-
YUV96.49117.56153.33-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 45.21%
GREEN value IS 82 (32.42% from 255) = 28.08%
BLUE value IS 78 (30.86% from 255) = 26.71%
R=45.21%
G=28.08%
B=26.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.41
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132827800.380.410.484.4425.7141.18
Hex84524E026293041a29
Octal204122116046516043251
Binary1000010010100101001110010011010100111000010011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84524E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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