#4A4329

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

Shades of Onion #4A4329

Tints of Onion #4A4329

Color information

#4A4329 (or 0x4A4329) is unknown color: approx Onion. HEX triplet: 4A, 43 and 29. RGB value is (74,67,41). Sum of RGB (Red+Green+Blue) = 74+67+41=182 (24% of max value = 765). Red value is 74 (29.30% from 255 or 40.66% from 182); Green value is 67 (26.56% from 255 or 36.81% from 182); Blue value is 41 (16.41% from 255 or 22.53% from 182); Max value from RGB is 74 - color contains mainly: red. Hex color #4A4329 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A4329 is #B5BCD6. Grayscale: #424242. Windows color (decimal): -11910359 or 2704202. OLE color: 2704202.

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

Color convert

RGB746741-
CMYK00.090.450.71
HSL47.27º28.7%22.55%-
HSV(B)47.27º44.59%29.02%-
XYZ5.235.632.91-
YUV66.13113.82133.61-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 40.66%
GREEN value IS 67 (26.56% from 255) = 36.81%
BLUE value IS 41 (16.41% from 255) = 22.53%
R=40.66%
G=36.81%
B=22.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.45
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal74674100.090.450.7147.2728.722.55
Hex4A4329092D472f1d17
Octal1121035101155107573527
Binary100101010000111010010100110110110001111011111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A4329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,67,41); }

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

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

 a { background-color: rgb(74,67,41); }

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

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

 span { border-color: rgb(74,67,41); }

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