#844C49

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

Shades of Lotus #844C49

Tints of Lotus #844C49

Color information

#844C49 (or 0x844C49) is unknown color: approx Lotus. HEX triplet: 84, 4C and 49. RGB value is (132,76,73). Sum of RGB (Red+Green+Blue) = 132+76+73=281 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.98% from 281); Green value is 76 (30.08% from 255 or 27.05% from 281); Blue value is 73 (28.91% from 255 or 25.98% from 281); Max value from RGB is 132 - color contains mainly: red. Hex color #844C49 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #844C49 is #7BB3B6. Grayscale: #5C5C5C. Windows color (decimal): -8106935 or 4803716. OLE color: 4803716.

HSL color Cylindrical-coordinate representation of color #844C49: hue angle of 3.05º 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 #844C49 is Cyan = 0, Magento = 0.42, Yellow = 0.45 and Black (K on CMYK) = 0.48.

Color convert

RGB1327673-
CMYK00.420.450.48
HSL3.05º28.78%40.2%-
HSV(B)3.05º44.7%51.76%-
XYZ13.310.567.64-
YUV92.4117.05156.24-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 46.98%
GREEN value IS 76 (30.08% from 255) = 27.05%
BLUE value IS 73 (28.91% from 255) = 25.98%
R=46.98%
G=27.05%
B=25.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.45
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132767300.420.450.483.0528.7840.2
Hex844C4902A2D3031d28
Octal204114111052556033550
Binary100001001001100100100101010101011011100001111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844C49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #844C49; }

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

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

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

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

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

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

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

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