#814E4A

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

Shades of Lotus #814E4A

Tints of Lotus #814E4A

Color information

#814E4A (or 0x814E4A) is unknown color: approx Lotus. HEX triplet: 81, 4E and 4A. RGB value is (129,78,74). Sum of RGB (Red+Green+Blue) = 129+78+74=281 (37% of max value = 765). Red value is 129 (50.78% from 255 or 45.91% from 281); Green value is 78 (30.86% from 255 or 27.76% from 281); Blue value is 74 (29.30% from 255 or 26.33% from 281); Max value from RGB is 129 - color contains mainly: red. Hex color #814E4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #814E4A is #7EB1B5. Grayscale: #5C5C5C. Windows color (decimal): -8303030 or 4869761. OLE color: 4869761.

HSL color Cylindrical-coordinate representation of color #814E4A: hue angle of 4.36º degrees, saturation: 0.27, 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 #814E4A is Cyan = 0, Magento = 0.40, Yellow = 0.43 and Black (K on CMYK) = 0.49.

Color convert

RGB1297874-
CMYK00.400.430.49
HSL4.36º27.09%39.8%-
HSV(B)4.36º42.64%50.59%-
XYZ13.0110.617.84-
YUV92.79117.4153.83-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 45.91%
GREEN value IS 78 (30.86% from 255) = 27.76%
BLUE value IS 74 (29.30% from 255) = 26.33%
R=45.91%
G=27.76%
B=26.33%

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
Decimal129787400.400.430.494.3627.0939.8
Hex814E4A0282B3141b28
Octal201116112050536143350
Binary1000000110011101001010010100010101111000110011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814E4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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