#844949

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

Shades of Lotus #844949

Tints of Lotus #844949

Color information

#844949 (or 0x844949) is unknown color: approx Lotus. HEX triplet: 84, 49 and 49. RGB value is (132,73,73). Sum of RGB (Red+Green+Blue) = 132+73+73=278 (36% of max value = 765). Red value is 132 (51.95% from 255 or 47.48% from 278); Green value is 73 (28.91% from 255 or 26.26% from 278); Blue value is 73 (28.91% from 255 or 26.26% from 278); Max value from RGB is 132 - color contains mainly: red. Hex color #844949 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #844949 is #7BB6B6. Grayscale: #5A5A5A. Windows color (decimal): -8107703 or 4802948. OLE color: 4802948.

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

Color convert

RGB1327373-
CMYK00.450.450.48
HSL28.78%40.2%-
HSV(B)44.7%51.76%-
XYZ13.110.157.57-
YUV90.64118.05157.5-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 47.48%
GREEN value IS 73 (28.91% from 255) = 26.26%
BLUE value IS 73 (28.91% from 255) = 26.26%
R=47.48%
G=26.26%
B=26.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.45
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132737300.450.450.48028.7840.2
Hex84494902D2D3001d28
Octal204111111055556003550
Binary10000100100100110010010101101101101110000011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #844949; }

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

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

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

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

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

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

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

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