#814E49

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

Shades of Lotus #814E49

Tints of Lotus #814E49

Color information

#814E49 (or 0x814E49) is unknown color: approx Lotus. HEX triplet: 81, 4E and 49. RGB value is (129,78,73). Sum of RGB (Red+Green+Blue) = 129+78+73=280 (37% of max value = 765). Red value is 129 (50.78% from 255 or 46.07% from 280); Green value is 78 (30.86% from 255 or 27.86% from 280); Blue value is 73 (28.91% from 255 or 26.07% from 280); Max value from RGB is 129 - color contains mainly: red. Hex color #814E49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #814E49 is #7EB1B6. Grayscale: #5C5C5C. Windows color (decimal): -8303031 or 4804225. OLE color: 4804225.

HSL color Cylindrical-coordinate representation of color #814E49: hue angle of 5.36º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #814E49 is Cyan = 0, Magento = 0.40, Yellow = 0.43 and Black (K on CMYK) = 0.49.

Color convert

RGB1297873-
CMYK00.400.430.49
HSL5.36º27.72%39.61%-
HSV(B)5.36º43.41%50.59%-
XYZ12.9810.67.66-
YUV92.68116.9153.91-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 46.07%
GREEN value IS 78 (30.86% from 255) = 27.86%
BLUE value IS 73 (28.91% from 255) = 26.07%
R=46.07%
G=27.86%
B=26.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.43
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129787300.400.430.495.3627.7239.61
Hex814E490282B3151c28
Octal201116111050536153450
Binary1000000110011101001001010100010101111000110111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814E49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814E49; }

 p { color: rgb(129,78,73); }

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

<style>
 a { background-color: #814E49; }

 a { background-color: rgb(129,78,73); }

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

<style>
 span { border-color: #814E49; }

 span { border-color: rgb(129,78,73); }

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