#844C4A

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

Shades of Lotus #844C4A

Tints of Lotus #844C4A

Color information

#844C4A (or 0x844C4A) is unknown color: approx Lotus. HEX triplet: 84, 4C and 4A. RGB value is (132,76,74). Sum of RGB (Red+Green+Blue) = 132+76+74=282 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.81% from 282); Green value is 76 (30.08% from 255 or 26.95% from 282); Blue value is 74 (29.30% from 255 or 26.24% from 282); Max value from RGB is 132 - color contains mainly: red. Hex color #844C4A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #844C4A is #7BB3B5. Grayscale: #5C5C5C. Windows color (decimal): -8106934 or 4869252. OLE color: 4869252.

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

Color convert

RGB1327674-
CMYK00.420.440.48
HSL2.07º28.16%40.39%-
HSV(B)2.07º43.94%51.76%-
XYZ13.3410.577.82-
YUV92.52117.55156.16-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 46.81%
GREEN value IS 76 (30.08% from 255) = 26.95%
BLUE value IS 74 (29.30% from 255) = 26.24%
R=46.81%
G=26.95%
B=26.24%

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
Decimal132767400.420.440.482.0728.1640.39
Hex844C4A02A2C3021c28
Octal204114112052546023450
Binary100001001001100100101001010101011001100001011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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