#844C4C

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

Shades of Lotus #844C4C

Tints of Lotus #844C4C

Color information

#844C4C (or 0x844C4C) is unknown color: approx Lotus. HEX triplet: 84, 4C and 4C. RGB value is (132,76,76). Sum of RGB (Red+Green+Blue) = 132+76+76=284 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.48% from 284); Green value is 76 (30.08% from 255 or 26.76% from 284); Blue value is 76 (30.08% from 255 or 26.76% from 284); Max value from RGB is 132 - color contains mainly: red. Hex color #844C4C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #844C4C is #7BB3B3. Grayscale: #5C5C5C. Windows color (decimal): -8106932 or 5000324. OLE color: 5000324.

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

Color convert

RGB1327676-
CMYK00.420.420.48
HSL26.92%40.78%-
HSV(B)42.42%51.76%-
XYZ13.410.68.18-
YUV92.74118.55156-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 46.48%
GREEN value IS 76 (30.08% from 255) = 26.76%
BLUE value IS 76 (30.08% from 255) = 26.76%
R=46.48%
G=26.76%
B=26.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.42
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132767600.420.420.48026.9240.78
Hex844C4C02A2A3001b29
Octal204114114052526003351
Binary10000100100110010011000101010101010110000011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844C4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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