#814947

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

Shades of Lotus #814947

Tints of Lotus #814947

Color information

#814947 (or 0x814947) is unknown color: approx Lotus. HEX triplet: 81, 49 and 47. RGB value is (129,73,71). Sum of RGB (Red+Green+Blue) = 129+73+71=273 (36% of max value = 765). Red value is 129 (50.78% from 255 or 47.25% from 273); Green value is 73 (28.91% from 255 or 26.74% from 273); Blue value is 71 (28.12% from 255 or 26.01% from 273); Max value from RGB is 129 - color contains mainly: red. Hex color #814947 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #814947 is #7EB6B8. Grayscale: #595959. Windows color (decimal): -8304313 or 4671873. OLE color: 4671873.

HSL color Cylindrical-coordinate representation of color #814947: hue angle of 2.07º 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 #814947 is Cyan = 0, Magento = 0.43, Yellow = 0.45 and Black (K on CMYK) = 0.49.

Color convert

RGB1297371-
CMYK00.430.450.49
HSL2.07º29%39.22%-
HSV(B)2.07º44.96%50.59%-
XYZ12.579.897.21-
YUV89.52117.55156.16-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 47.25%
GREEN value IS 73 (28.91% from 255) = 26.74%
BLUE value IS 71 (28.12% from 255) = 26.01%
R=47.25%
G=26.74%
B=26.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.45
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129737100.430.450.492.072939.22
Hex81494702B2D3121d27
Octal201111107053556123547
Binary100000011001001100011101010111011011100011011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814947; }

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

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

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

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

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

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

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

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