#844D46

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

Shades of Lotus #844D46

Tints of Lotus #844D46

Color information

#844D46 (or 0x844D46) is unknown color: approx Lotus. HEX triplet: 84, 4D and 46. RGB value is (132,77,70). Sum of RGB (Red+Green+Blue) = 132+77+70=279 (36% of max value = 765). Red value is 132 (51.95% from 255 or 47.31% from 279); Green value is 77 (30.47% from 255 or 27.60% from 279); Blue value is 70 (27.73% from 255 or 25.09% from 279); Max value from RGB is 132 - color contains mainly: red. Hex color #844D46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #844D46 is #7BB2B9. Grayscale: #5C5C5C. Windows color (decimal): -8106682 or 4607364. OLE color: 4607364.

HSL color Cylindrical-coordinate representation of color #844D46: hue angle of 6.77º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #844D46 is Cyan = 0, Magento = 0.42, Yellow = 0.47 and Black (K on CMYK) = 0.48.

Color convert

RGB1327770-
CMYK00.420.470.48
HSL6.77º30.69%39.61%-
HSV(B)6.77º46.97%51.76%-
XYZ13.2810.667.15-
YUV92.65115.22156.07-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 47.31%
GREEN value IS 77 (30.47% from 255) = 27.60%
BLUE value IS 70 (27.73% from 255) = 25.09%
R=47.31%
G=27.60%
B=25.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.47
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132777000.420.470.486.7730.6939.61
Hex844D4602A2F3071f28
Octal204115106052576073750
Binary1000010010011011000110010101010111111000011111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844D46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,77,70); }

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

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

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

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

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

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

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