#494129

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

Shades of Onion #494129

Tints of Onion #494129

Color information

#494129 (or 0x494129) is unknown color: approx Onion. HEX triplet: 49, 41 and 29. RGB value is (73,65,41). Sum of RGB (Red+Green+Blue) = 73+65+41=179 (23% of max value = 765). Red value is 73 (28.91% from 255 or 40.78% from 179); Green value is 65 (25.78% from 255 or 36.31% from 179); Blue value is 41 (16.41% from 255 or 22.91% from 179); Max value from RGB is 73 - color contains mainly: red. Hex color #494129 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494129 is #B6BED6. Grayscale: #404040. Windows color (decimal): -11976407 or 2703689. OLE color: 2703689.

HSL color Cylindrical-coordinate representation of color #494129: hue angle of 45º 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 #494129 is Cyan = 0, Magento = 0.11, Yellow = 0.44 and Black (K on CMYK) = 0.71.

Color convert

RGB736541-
CMYK00.110.440.71
HSL45º28.07%22.35%-
HSV(B)45º43.84%28.63%-
XYZ5.045.362.87-
YUV64.66114.65133.95-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 40.78%
GREEN value IS 65 (25.78% from 255) = 36.31%
BLUE value IS 41 (16.41% from 255) = 22.91%
R=40.78%
G=36.31%
B=22.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.44
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73654100.110.440.714528.0722.35
Hex4941290B2C472d1c16
Octal1111015101354107553426
Binary100100110000011010010101110110010001111011011110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494129; }

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

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

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

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

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

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

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

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