#4E442A

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

Shades of Onion #4E442A

Tints of Onion #4E442A

Color information

#4E442A (or 0x4E442A) is unknown color: approx Onion. HEX triplet: 4E, 44 and 2A. RGB value is (78,68,42). Sum of RGB (Red+Green+Blue) = 78+68+42=188 (24% of max value = 765). Red value is 78 (30.86% from 255 or 41.49% from 188); Green value is 68 (26.95% from 255 or 36.17% from 188); Blue value is 42 (16.80% from 255 or 22.34% from 188); Max value from RGB is 78 - color contains mainly: red. Hex color #4E442A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E442A is #B1BBD5. Grayscale: #444444. Windows color (decimal): -11647958 or 2769998. OLE color: 2769998.

HSL color Cylindrical-coordinate representation of color #4E442A: hue angle of 43.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 #4E442A is Cyan = 0, Magento = 0.13, Yellow = 0.46 and Black (K on CMYK) = 0.69.

Color convert

RGB786842-
CMYK00.130.460.69
HSL43.33º30%23.53%-
HSV(B)43.33º46.15%30.59%-
XYZ5.635.923.04-
YUV68.03113.31135.11-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 41.49%
GREEN value IS 68 (26.95% from 255) = 36.17%
BLUE value IS 42 (16.80% from 255) = 22.34%
R=41.49%
G=36.17%
B=22.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.46
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78684200.130.460.6943.333023.53
Hex4E442A0D2E452b1e18
Octal1161045201556105533630
Binary100111010001001010100110110111010001011010111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E442A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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