#814845

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

Shades of Lotus #814845

Tints of Lotus #814845

Color information

#814845 (or 0x814845) is unknown color: approx Lotus. HEX triplet: 81, 48 and 45. RGB value is (129,72,69). Sum of RGB (Red+Green+Blue) = 129+72+69=270 (35% of max value = 765). Red value is 129 (50.78% from 255 or 47.78% from 270); Green value is 72 (28.52% from 255 or 26.67% from 270); Blue value is 69 (27.34% from 255 or 25.56% from 270); Max value from RGB is 129 - color contains mainly: red. Hex color #814845 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #814845 is #7EB7BA. Grayscale: #585858. Windows color (decimal): -8304571 or 4540545. OLE color: 4540545.

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

Color convert

RGB1297269-
CMYK00.440.470.49
HSL30.3%38.82%-
HSV(B)46.51%50.59%-
XYZ12.449.736.85-
YUV88.7116.88156.74-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 47.78%
GREEN value IS 72 (28.52% from 255) = 26.67%
BLUE value IS 69 (27.34% from 255) = 25.56%
R=47.78%
G=26.67%
B=25.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.47
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129726900.440.470.49330.338.82
Hex81484502C2F3131e27
Octal201110105054576133647
Binary100000011001000100010101011001011111100011111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814845; }

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

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

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

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

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

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

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

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