#844D4A

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

Shades of Lotus #844D4A

Tints of Lotus #844D4A

Color information

#844D4A (or 0x844D4A) is unknown color: approx Lotus. HEX triplet: 84, 4D and 4A. RGB value is (132,77,74). Sum of RGB (Red+Green+Blue) = 132+77+74=283 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.64% from 283); Green value is 77 (30.47% from 255 or 27.21% from 283); Blue value is 74 (29.30% from 255 or 26.15% from 283); Max value from RGB is 132 - color contains mainly: red. Hex color #844D4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #844D4A is #7BB2B5. Grayscale: #5D5D5D. Windows color (decimal): -8106678 or 4869508. OLE color: 4869508.

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

Color convert

RGB1327774-
CMYK00.420.440.48
HSL3.1º28.16%40.39%-
HSV(B)3.1º43.94%51.76%-
XYZ13.4110.717.84-
YUV93.1117.22155.74-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 46.64%
GREEN value IS 77 (30.47% from 255) = 27.21%
BLUE value IS 74 (29.30% from 255) = 26.15%
R=46.64%
G=27.21%
B=26.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.44
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132777400.420.440.483.128.1640.39
Hex844D4A02A2C3031c28
Octal204115112052546033450
Binary100001001001101100101001010101011001100001111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844D4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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