#844947

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

Shades of Lotus #844947

Tints of Lotus #844947

Color information

#844947 (or 0x844947) is unknown color: approx Lotus. HEX triplet: 84, 49 and 47. RGB value is (132,73,71). Sum of RGB (Red+Green+Blue) = 132+73+71=276 (36% of max value = 765). Red value is 132 (51.95% from 255 or 47.83% from 276); Green value is 73 (28.91% from 255 or 26.45% from 276); Blue value is 71 (28.12% from 255 or 25.72% from 276); Max value from RGB is 132 - color contains mainly: red. Hex color #844947 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #844947 is #7BB6B8. Grayscale: #5A5A5A. Windows color (decimal): -8107705 or 4671876. OLE color: 4671876.

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

Color convert

RGB1327371-
CMYK00.450.460.48
HSL1.97º30.05%39.8%-
HSV(B)1.97º46.21%51.76%-
XYZ13.0410.137.23-
YUV90.41117.05157.66-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 47.83%
GREEN value IS 73 (28.91% from 255) = 26.45%
BLUE value IS 71 (28.12% from 255) = 25.72%
R=47.83%
G=26.45%
B=25.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.46
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132737100.450.460.481.9730.0539.8
Hex84494702D2E3021e28
Octal204111107055566023650
Binary100001001001001100011101011011011101100001011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #844947; }

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

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

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

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

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

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

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

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