#84534E

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

Shades of Lotus #84534E

Tints of Lotus #84534E

Color information

#84534E (or 0x84534E) is unknown color: approx Lotus. HEX triplet: 84, 53 and 4E. RGB value is (132,83,78). Sum of RGB (Red+Green+Blue) = 132+83+78=293 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.05% from 293); Green value is 83 (32.81% from 255 or 28.33% from 293); Blue value is 78 (30.86% from 255 or 26.62% from 293); Max value from RGB is 132 - color contains mainly: red. Hex color #84534E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84534E is #7BACB1. Grayscale: #616161. Windows color (decimal): -8105138 or 5133188. OLE color: 5133188.

HSL color Cylindrical-coordinate representation of color #84534E: hue angle of 5.56º 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 #84534E is Cyan = 0, Magento = 0.37, Yellow = 0.41 and Black (K on CMYK) = 0.48.

Color convert

RGB1328378-
CMYK00.370.410.48
HSL5.56º25.71%41.18%-
HSV(B)5.56º40.91%51.76%-
XYZ13.9811.648.72-
YUV97.08117.23152.91-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 45.05%
GREEN value IS 83 (32.81% from 255) = 28.33%
BLUE value IS 78 (30.86% from 255) = 26.62%
R=45.05%
G=28.33%
B=26.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.41
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132837800.370.410.485.5625.7141.18
Hex84534E025293061a29
Octal204123116045516063251
Binary1000010010100111001110010010110100111000011011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84534E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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