#494029

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

Shades of Onion #494029

Tints of Onion #494029

Color information

#494029 (or 0x494029) is unknown color: approx Onion. HEX triplet: 49, 40 and 29. RGB value is (73,64,41). Sum of RGB (Red+Green+Blue) = 73+64+41=178 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.01% from 178); Green value is 64 (25.39% from 255 or 35.96% from 178); Blue value is 41 (16.41% from 255 or 23.03% from 178); Max value from RGB is 73 - color contains mainly: red. Hex color #494029 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494029 is #B6BFD6. Grayscale: #404040. Windows color (decimal): -11976663 or 2703433. OLE color: 2703433.

HSL color Cylindrical-coordinate representation of color #494029: hue angle of 43.13º degrees, saturation: 0.28, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #494029 is Cyan = 0, Magento = 0.12, Yellow = 0.44 and Black (K on CMYK) = 0.71.

Color convert

RGB736441-
CMYK00.120.440.71
HSL43.13º28.07%22.35%-
HSV(B)43.13º43.84%28.63%-
XYZ4.985.242.85-
YUV64.07114.98134.37-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 41.01%
GREEN value IS 64 (25.39% from 255) = 35.96%
BLUE value IS 41 (16.41% from 255) = 23.03%
R=41.01%
G=35.96%
B=23.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.44
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73644100.120.440.7143.1328.0722.35
Hex4940290C2C472b1c16
Octal1111005101454107533426
Binary100100110000001010010110010110010001111010111110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494029; }

 p { color: rgb(73,64,41); }

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

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

 a { background-color: rgb(73,64,41); }

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

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

 span { border-color: rgb(73,64,41); }

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