#84514F

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

Shades of Lotus #84514F

Tints of Lotus #84514F

Color information

#84514F (or 0x84514F) is unknown color: approx Lotus. HEX triplet: 84, 51 and 4F. RGB value is (132,81,79). Sum of RGB (Red+Green+Blue) = 132+81+79=292 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.21% from 292); Green value is 81 (32.03% from 255 or 27.74% from 292); Blue value is 79 (31.25% from 255 or 27.05% from 292); Max value from RGB is 132 - color contains mainly: red. Hex color #84514F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84514F is #7BAEB0. Grayscale: #606060. Windows color (decimal): -8105649 or 5198212. OLE color: 5198212.

HSL color Cylindrical-coordinate representation of color #84514F: hue angle of 2.26º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #84514F is Cyan = 0, Magento = 0.39, Yellow = 0.40 and Black (K on CMYK) = 0.48.

Color convert

RGB1328179-
CMYK00.390.400.48
HSL2.26º25.12%41.37%-
HSV(B)2.26º40.15%51.76%-
XYZ13.8711.358.86-
YUV96.02118.4153.66-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 45.21%
GREEN value IS 81 (32.03% from 255) = 27.74%
BLUE value IS 79 (31.25% from 255) = 27.05%
R=45.21%
G=27.74%
B=27.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.40
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132817900.390.400.482.2625.1241.37
Hex84514F027283021929
Octal204121117047506023151
Binary100001001010001100111101001111010001100001011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84514F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84514F; }

 p { color: rgb(132,81,79); }

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

<style>
 a { background-color: #84514F; }

 a { background-color: rgb(132,81,79); }

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

<style>
 span { border-color: #84514F; }

 span { border-color: rgb(132,81,79); }

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