#845049

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

Shades of Lotus #845049

Tints of Lotus #845049

Color information

#845049 (or 0x845049) is unknown color: approx Lotus. HEX triplet: 84, 50 and 49. RGB value is (132,80,73). Sum of RGB (Red+Green+Blue) = 132+80+73=285 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.32% from 285); Green value is 80 (31.64% from 255 or 28.07% from 285); Blue value is 73 (28.91% from 255 or 25.61% from 285); Max value from RGB is 132 - color contains mainly: red. Hex color #845049 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845049 is #7BAFB6. Grayscale: #5E5E5E. Windows color (decimal): -8105911 or 4804740. OLE color: 4804740.

HSL color Cylindrical-coordinate representation of color #845049: hue angle of 7.12º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #845049 is Cyan = 0, Magento = 0.39, Yellow = 0.45 and Black (K on CMYK) = 0.48.

Color convert

RGB1328073-
CMYK00.390.450.48
HSL7.12º28.78%40.2%-
HSV(B)7.12º44.7%51.76%-
XYZ13.5911.127.73-
YUV94.75115.73154.57-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 46.32%
GREEN value IS 80 (31.64% from 255) = 28.07%
BLUE value IS 73 (28.91% from 255) = 25.61%
R=46.32%
G=28.07%
B=25.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.45
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132807300.390.450.487.1228.7840.2
Hex8450490272D3071d28
Octal204120111047556073550
Binary1000010010100001001001010011110110111000011111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845049; }

 p { color: rgb(132,80,73); }

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

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

 a { background-color: rgb(132,80,73); }

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

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

 span { border-color: rgb(132,80,73); }

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