#4E472A

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

Shades of Onion #4E472A

Tints of Onion #4E472A

Color information

#4E472A (or 0x4E472A) is unknown color: approx Onion. HEX triplet: 4E, 47 and 2A. RGB value is (78,71,42). Sum of RGB (Red+Green+Blue) = 78+71+42=191 (25% of max value = 765). Red value is 78 (30.86% from 255 or 40.84% from 191); Green value is 71 (28.12% from 255 or 37.17% from 191); Blue value is 42 (16.80% from 255 or 21.99% from 191); Max value from RGB is 78 - color contains mainly: red. Hex color #4E472A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E472A is #B1B8D5. Grayscale: #454545. Windows color (decimal): -11647190 or 2770766. OLE color: 2770766.

HSL color Cylindrical-coordinate representation of color #4E472A: hue angle of 48.33º degrees, saturation: 0.3, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4E472A is Cyan = 0, Magento = 0.09, Yellow = 0.46 and Black (K on CMYK) = 0.69.

Color convert

RGB787142-
CMYK00.090.460.69
HSL48.33º30%23.53%-
HSV(B)48.33º46.15%30.59%-
XYZ5.816.293.1-
YUV69.79112.32133.86-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 40.84%
GREEN value IS 71 (28.12% from 255) = 37.17%
BLUE value IS 42 (16.80% from 255) = 21.99%
R=40.84%
G=37.17%
B=21.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.46
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78714200.090.460.6948.333023.53
Hex4E472A092E45301e18
Octal1161075201156105603630
Binary100111010001111010100100110111010001011100001111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E472A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,71,42); }

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

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

 a { background-color: rgb(78,71,42); }

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

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

 span { border-color: rgb(78,71,42); }

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