#814E4B

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

Shades of Lotus #814E4B

Tints of Lotus #814E4B

Color information

#814E4B (or 0x814E4B) is unknown color: approx Lotus. HEX triplet: 81, 4E and 4B. RGB value is (129,78,75). Sum of RGB (Red+Green+Blue) = 129+78+75=282 (37% of max value = 765). Red value is 129 (50.78% from 255 or 45.74% from 282); Green value is 78 (30.86% from 255 or 27.66% from 282); Blue value is 75 (29.69% from 255 or 26.60% from 282); Max value from RGB is 129 - color contains mainly: red. Hex color #814E4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #814E4B is #7EB1B4. Grayscale: #5C5C5C. Windows color (decimal): -8303029 or 4935297. OLE color: 4935297.

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

Color convert

RGB1297875-
CMYK00.400.420.49
HSL3.33º26.47%40%-
HSV(B)3.33º41.86%50.59%-
XYZ13.0510.628.02-
YUV92.91117.9153.74-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 45.74%
GREEN value IS 78 (30.86% from 255) = 27.66%
BLUE value IS 75 (29.69% from 255) = 26.60%
R=45.74%
G=27.66%
B=26.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.42
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129787500.400.420.493.3326.4740
Hex814E4B0282A3131a28
Octal201116113050526133250
Binary100000011001110100101101010001010101100011111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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