#844C48

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

Shades of Lotus #844C48

Tints of Lotus #844C48

Color information

#844C48 (or 0x844C48) is unknown color: approx Lotus. HEX triplet: 84, 4C and 48. RGB value is (132,76,72). Sum of RGB (Red+Green+Blue) = 132+76+72=280 (37% of max value = 765). Red value is 132 (51.95% from 255 or 47.14% from 280); Green value is 76 (30.08% from 255 or 27.14% from 280); Blue value is 72 (28.52% from 255 or 25.71% from 280); Max value from RGB is 132 - color contains mainly: red. Hex color #844C48 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #844C48 is #7BB3B7. Grayscale: #5C5C5C. Windows color (decimal): -8106936 or 4738180. OLE color: 4738180.

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

Color convert

RGB1327672-
CMYK00.420.450.48
HSL29.41%40%-
HSV(B)45.45%51.76%-
XYZ13.2710.547.47-
YUV92.29116.55156.33-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 47.14%
GREEN value IS 76 (30.08% from 255) = 27.14%
BLUE value IS 72 (28.52% from 255) = 25.71%
R=47.14%
G=27.14%
B=25.71%

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
Decimal132767200.420.450.48429.4140
Hex844C4802A2D3041d28
Octal204114110052556043550
Binary1000010010011001001000010101010110111000010011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844C48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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