#814F4E

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

Shades of Lotus #814F4E

Tints of Lotus #814F4E

Color information

#814F4E (or 0x814F4E) is unknown color: approx Lotus. HEX triplet: 81, 4F and 4E. RGB value is (129,79,78). Sum of RGB (Red+Green+Blue) = 129+79+78=286 (37% of max value = 765). Red value is 129 (50.78% from 255 or 45.10% from 286); Green value is 79 (31.25% from 255 or 27.62% from 286); Blue value is 78 (30.86% from 255 or 27.27% from 286); Max value from RGB is 129 - color contains mainly: red. Hex color #814F4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #814F4E is #7EB0B1. Grayscale: #5D5D5D. Windows color (decimal): -8302770 or 5132161. OLE color: 5132161.

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

Color convert

RGB1297978-
CMYK00.390.400.49
HSL1.18º24.64%40.59%-
HSV(B)1.18º39.53%50.59%-
XYZ13.2210.818.6-
YUV93.84119.06153.08-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 45.10%
GREEN value IS 79 (31.25% from 255) = 27.62%
BLUE value IS 78 (30.86% from 255) = 27.27%
R=45.10%
G=27.62%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.40
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129797800.390.400.491.1824.6440.59
Hex814F4E027283111929
Octal201117116047506113151
Binary10000001100111110011100100111101000110001111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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