#814D4C

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

Shades of Lotus #814D4C

Tints of Lotus #814D4C

Color information

#814D4C (or 0x814D4C) is unknown color: approx Lotus. HEX triplet: 81, 4D and 4C. RGB value is (129,77,76). Sum of RGB (Red+Green+Blue) = 129+77+76=282 (37% of max value = 765). Red value is 129 (50.78% from 255 or 45.74% from 282); Green value is 77 (30.47% from 255 or 27.30% from 282); Blue value is 76 (30.08% from 255 or 26.95% from 282); Max value from RGB is 129 - color contains mainly: red. Hex color #814D4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #814D4C is #7EB2B3. Grayscale: #5C5C5C. Windows color (decimal): -8303284 or 5000577. OLE color: 5000577.

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

Color convert

RGB1297776-
CMYK00.400.410.49
HSL1.13º25.85%40.2%-
HSV(B)1.13º41.09%50.59%-
XYZ13.0110.58.18-
YUV92.43118.73154.08-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 45.74%
GREEN value IS 77 (30.47% from 255) = 27.30%
BLUE value IS 76 (30.08% from 255) = 26.95%
R=45.74%
G=27.30%
B=26.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.41
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129777600.400.410.491.1325.8540.2
Hex814D4C028293111a28
Octal201115114050516113250
Binary10000001100110110011000101000101001110001111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814D4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,77,76); }

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

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

 a { background-color: rgb(129,77,76); }

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

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

 span { border-color: rgb(129,77,76); }

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