#4E452A

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

Shades of Onion #4E452A

Tints of Onion #4E452A

Color information

#4E452A (or 0x4E452A) is unknown color: approx Onion. HEX triplet: 4E, 45 and 2A. RGB value is (78,69,42). Sum of RGB (Red+Green+Blue) = 78+69+42=189 (25% of max value = 765). Red value is 78 (30.86% from 255 or 41.27% from 189); Green value is 69 (27.34% from 255 or 36.51% from 189); Blue value is 42 (16.80% from 255 or 22.22% from 189); Max value from RGB is 78 - color contains mainly: red. Hex color #4E452A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E452A is #B1BAD5. Grayscale: #444444. Windows color (decimal): -11647702 or 2770254. OLE color: 2770254.

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

Color convert

RGB786942-
CMYK00.120.460.69
HSL45º30%23.53%-
HSV(B)45º46.15%30.59%-
XYZ5.696.043.06-
YUV68.61112.98134.7-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 41.27%
GREEN value IS 69 (27.34% from 255) = 36.51%
BLUE value IS 42 (16.80% from 255) = 22.22%
R=41.27%
G=36.51%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.46
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78694200.120.460.69453023.53
Hex4E452A0C2E452d1e18
Octal1161055201456105553630
Binary100111010001011010100110010111010001011011011111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E452A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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