#84514A

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

Shades of Lotus #84514A

Tints of Lotus #84514A

Color information

#84514A (or 0x84514A) is unknown color: approx Lotus. HEX triplet: 84, 51 and 4A. RGB value is (132,81,74). Sum of RGB (Red+Green+Blue) = 132+81+74=287 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.99% from 287); Green value is 81 (32.03% from 255 or 28.22% from 287); Blue value is 74 (29.30% from 255 or 25.78% from 287); Max value from RGB is 132 - color contains mainly: red. Hex color #84514A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84514A is #7BAEB5. Grayscale: #5F5F5F. Windows color (decimal): -8105654 or 4870532. OLE color: 4870532.

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

Color convert

RGB1328174-
CMYK00.390.440.48
HSL7.24º28.16%40.39%-
HSV(B)7.24º43.94%51.76%-
XYZ13.6911.287.93-
YUV95.45115.9154.07-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 45.99%
GREEN value IS 81 (32.03% from 255) = 28.22%
BLUE value IS 74 (29.30% from 255) = 25.78%
R=45.99%
G=28.22%
B=25.78%

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
Decimal132817400.390.440.487.2428.1640.39
Hex84514A0272C3071c28
Octal204121112047546073450
Binary1000010010100011001010010011110110011000011111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84514A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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