#4D442A

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

Shades of Onion #4D442A

Tints of Onion #4D442A

Color information

#4D442A (or 0x4D442A) is unknown color: approx Onion. HEX triplet: 4D, 44 and 2A. RGB value is (77,68,42). Sum of RGB (Red+Green+Blue) = 77+68+42=187 (24% of max value = 765). Red value is 77 (30.47% from 255 or 41.18% from 187); Green value is 68 (26.95% from 255 or 36.36% from 187); Blue value is 42 (16.80% from 255 or 22.46% from 187); Max value from RGB is 77 - color contains mainly: red. Hex color #4D442A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D442A is #B2BBD5. Grayscale: #434343. Windows color (decimal): -11713494 or 2769997. OLE color: 2769997.

HSL color Cylindrical-coordinate representation of color #4D442A: hue angle of 44.57º degrees, saturation: 0.29, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4D442A is Cyan = 0, Magento = 0.12, Yellow = 0.45 and Black (K on CMYK) = 0.70.

Color convert

RGB776842-
CMYK00.120.450.70
HSL44.57º29.41%23.33%-
HSV(B)44.57º45.45%30.2%-
XYZ5.555.883.03-
YUV67.73113.48134.61-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 41.18%
GREEN value IS 68 (26.95% from 255) = 36.36%
BLUE value IS 42 (16.80% from 255) = 22.46%
R=41.18%
G=36.36%
B=22.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.45
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77684200.120.450.7044.5729.4123.33
Hex4D442A0C2D462d1d17
Octal1151045201455106553527
Binary100110110001001010100110010110110001101011011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D442A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4D442A; }

 p { color: rgb(77,68,42); }

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

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

 a { background-color: rgb(77,68,42); }

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

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

 span { border-color: rgb(77,68,42); }

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