#814C47

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

Shades of Lotus #814C47

Tints of Lotus #814C47

Color information

#814C47 (or 0x814C47) is unknown color: approx Lotus. HEX triplet: 81, 4C and 47. RGB value is (129,76,71). Sum of RGB (Red+Green+Blue) = 129+76+71=276 (36% of max value = 765). Red value is 129 (50.78% from 255 or 46.74% from 276); Green value is 76 (30.08% from 255 or 27.54% from 276); Blue value is 71 (28.12% from 255 or 25.72% from 276); Max value from RGB is 129 - color contains mainly: red. Hex color #814C47 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #814C47 is #7EB3B8. Grayscale: #5B5B5B. Windows color (decimal): -8303545 or 4672641. OLE color: 4672641.

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

Color convert

RGB1297671-
CMYK00.410.450.49
HSL5.17º29%39.22%-
HSV(B)5.17º44.96%50.59%-
XYZ12.7810.297.27-
YUV91.28116.56154.91-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 46.74%
GREEN value IS 76 (30.08% from 255) = 27.54%
BLUE value IS 71 (28.12% from 255) = 25.72%
R=46.74%
G=27.54%
B=25.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.45
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129767100.410.450.495.172939.22
Hex814C470292D3151d27
Octal201114107051556153547
Binary1000000110011001000111010100110110111000110111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814C47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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