#4E452B

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

Shades of Onion #4E452B

Tints of Onion #4E452B

Color information

#4E452B (or 0x4E452B) is unknown color: approx Onion. HEX triplet: 4E, 45 and 2B. RGB value is (78,69,43). Sum of RGB (Red+Green+Blue) = 78+69+43=190 (25% of max value = 765). Red value is 78 (30.86% from 255 or 41.05% from 190); Green value is 69 (27.34% from 255 or 36.32% from 190); Blue value is 43 (17.19% from 255 or 22.63% from 190); Max value from RGB is 78 - color contains mainly: red. Hex color #4E452B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E452B is #B1BAD4. Grayscale: #444444. Windows color (decimal): -11647701 or 2835790. OLE color: 2835790.

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

Color convert

RGB786943-
CMYK00.120.450.69
HSL44.57º28.93%23.73%-
HSV(B)44.57º44.87%30.59%-
XYZ5.716.053.15-
YUV68.73113.48134.61-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 41.05%
GREEN value IS 69 (27.34% from 255) = 36.32%
BLUE value IS 43 (17.19% from 255) = 22.63%
R=41.05%
G=36.32%
B=22.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.45
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78694300.120.450.6944.5728.9323.73
Hex4E452B0C2D452d1d18
Octal1161055301455105553530
Binary100111010001011010110110010110110001011011011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E452B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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