#814A45

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

Shades of Lotus #814A45

Tints of Lotus #814A45

Color information

#814A45 (or 0x814A45) is unknown color: approx Lotus. HEX triplet: 81, 4A and 45. RGB value is (129,74,69). Sum of RGB (Red+Green+Blue) = 129+74+69=272 (36% of max value = 765). Red value is 129 (50.78% from 255 or 47.43% from 272); Green value is 74 (29.30% from 255 or 27.21% from 272); Blue value is 69 (27.34% from 255 or 25.37% from 272); Max value from RGB is 129 - color contains mainly: red. Hex color #814A45 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #814A45 is #7EB5BA. Grayscale: #595959. Windows color (decimal): -8304059 or 4541057. OLE color: 4541057.

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

Color convert

RGB1297469-
CMYK00.430.470.49
HSL30.3%38.82%-
HSV(B)46.51%50.59%-
XYZ12.589.996.9-
YUV89.87116.22155.91-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 47.43%
GREEN value IS 74 (29.30% from 255) = 27.21%
BLUE value IS 69 (27.34% from 255) = 25.37%
R=47.43%
G=27.21%
B=25.37%

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
Decimal129746900.430.470.49530.338.82
Hex814A4502B2F3151e27
Octal201112105053576153647
Binary1000000110010101000101010101110111111000110111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814A45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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