#844F4F

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

Shades of Lotus #844F4F

Tints of Lotus #844F4F

Color information

#844F4F (or 0x844F4F) is unknown color: approx Lotus. HEX triplet: 84, 4F and 4F. RGB value is (132,79,79). Sum of RGB (Red+Green+Blue) = 132+79+79=290 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.52% from 290); Green value is 79 (31.25% from 255 or 27.24% from 290); Blue value is 79 (31.25% from 255 or 27.24% from 290); Max value from RGB is 132 - color contains mainly: red. Hex color #844F4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #844F4F is #7BB0B0. Grayscale: #5E5E5E. Windows color (decimal): -8106161 or 5197700. OLE color: 5197700.

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

Color convert

RGB1327979-
CMYK00.400.400.48
HSL25.12%41.37%-
HSV(B)40.15%51.76%-
XYZ13.7211.068.81-
YUV94.85119.06154.5-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 45.52%
GREEN value IS 79 (31.25% from 255) = 27.24%
BLUE value IS 79 (31.25% from 255) = 27.24%
R=45.52%
G=27.24%
B=27.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.40
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132797900.400.400.48025.1241.37
Hex844F4F028283001929
Octal204117117050506003151
Binary10000100100111110011110101000101000110000011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844F4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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