#814945

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

Shades of Lotus #814945

Tints of Lotus #814945

Color information

#814945 (or 0x814945) is unknown color: approx Lotus. HEX triplet: 81, 49 and 45. RGB value is (129,73,69). Sum of RGB (Red+Green+Blue) = 129+73+69=271 (35% of max value = 765). Red value is 129 (50.78% from 255 or 47.60% from 271); Green value is 73 (28.91% from 255 or 26.94% from 271); Blue value is 69 (27.34% from 255 or 25.46% from 271); Max value from RGB is 129 - color contains mainly: red. Hex color #814945 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #814945 is #7EB6BA. Grayscale: #595959. Windows color (decimal): -8304315 or 4540801. OLE color: 4540801.

HSL color Cylindrical-coordinate representation of color #814945: hue angle of 4º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #814945 is Cyan = 0, Magento = 0.43, Yellow = 0.47 and Black (K on CMYK) = 0.49.

Color convert

RGB1297369-
CMYK00.430.470.49
HSL30.3%38.82%-
HSV(B)46.51%50.59%-
XYZ12.519.866.87-
YUV89.29116.55156.33-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 47.60%
GREEN value IS 73 (28.91% from 255) = 26.94%
BLUE value IS 69 (27.34% from 255) = 25.46%
R=47.60%
G=26.94%
B=25.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.47
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129736900.430.470.49430.338.82
Hex81494502B2F3141e27
Octal201111105053576143647
Binary1000000110010011000101010101110111111000110011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814945; }

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

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

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

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

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

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

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

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