#844948

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

Shades of Lotus #844948

Tints of Lotus #844948

Color information

#844948 (or 0x844948) is unknown color: approx Lotus. HEX triplet: 84, 49 and 48. RGB value is (132,73,72). Sum of RGB (Red+Green+Blue) = 132+73+72=277 (36% of max value = 765). Red value is 132 (51.95% from 255 or 47.65% from 277); Green value is 73 (28.91% from 255 or 26.35% from 277); Blue value is 72 (28.52% from 255 or 25.99% from 277); Max value from RGB is 132 - color contains mainly: red. Hex color #844948 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #844948 is #7BB6B7. Grayscale: #5A5A5A. Windows color (decimal): -8107704 or 4737412. OLE color: 4737412.

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

Color convert

RGB1327372-
CMYK00.450.450.48
HSL29.41%40%-
HSV(B)45.45%51.76%-
XYZ13.0710.147.4-
YUV90.53117.55157.58-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 47.65%
GREEN value IS 73 (28.91% from 255) = 26.35%
BLUE value IS 72 (28.52% from 255) = 25.99%
R=47.65%
G=26.35%
B=25.99%

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
Decimal132737200.450.450.48129.4140
Hex84494802D2D3011d28
Octal204111110055556013550
Binary10000100100100110010000101101101101110000111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #844948; }

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

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

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

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

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

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

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

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