#494436

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

Shades of Onion #494436

Tints of Onion #494436

Color information

#494436 (or 0x494436) is unknown color: approx Onion. HEX triplet: 49, 44 and 36. RGB value is (73,68,54). Sum of RGB (Red+Green+Blue) = 73+68+54=195 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.44% from 195); Green value is 68 (26.95% from 255 or 34.87% from 195); Blue value is 54 (21.48% from 255 or 27.69% from 195); Max value from RGB is 73 - color contains mainly: red. Hex color #494436 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494436 is #B6BBC9. Grayscale: #434343. Windows color (decimal): -11975626 or 3556425. OLE color: 3556425.

HSL color Cylindrical-coordinate representation of color #494436: hue angle of 44.21º degrees, saturation: 0.15, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #494436 is Cyan = 0, Magento = 0.07, Yellow = 0.26 and Black (K on CMYK) = 0.71.

Color convert

RGB736854-
CMYK00.070.260.71
HSL44.21º14.96%24.9%-
HSV(B)44.21º26.03%28.63%-
XYZ5.485.824.32-
YUV67.9120.16131.64-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 37.44%
GREEN value IS 68 (26.95% from 255) = 34.87%
BLUE value IS 54 (21.48% from 255) = 27.69%
R=37.44%
G=34.87%
B=27.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.26
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73685400.070.260.7144.2114.9624.9
Hex494436071A472cf19
Octal111104660732107541731
Binary100100110001001101100111110101000111101100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494436

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494436; }

 p { color: rgb(73,68,54); }

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

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

 a { background-color: rgb(73,68,54); }

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

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

 span { border-color: rgb(73,68,54); }

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