#494331

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

Shades of Onion #494331

Tints of Onion #494331

Color information

#494331 (or 0x494331) is unknown color: approx Onion. HEX triplet: 49, 43 and 31. RGB value is (73,67,49). Sum of RGB (Red+Green+Blue) = 73+67+49=189 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.62% from 189); Green value is 67 (26.56% from 255 or 35.45% from 189); Blue value is 49 (19.53% from 255 or 25.93% from 189); Max value from RGB is 73 - color contains mainly: red. Hex color #494331 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494331 is #B6BCCE. Grayscale: #424242. Windows color (decimal): -11975887 or 3228489. OLE color: 3228489.

HSL color Cylindrical-coordinate representation of color #494331: hue angle of 45º degrees, saturation: 0.2, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #494331 is Cyan = 0, Magento = 0.08, Yellow = 0.33 and Black (K on CMYK) = 0.71.

Color convert

RGB736749-
CMYK00.080.330.71
HSL45º19.67%23.92%-
HSV(B)45º32.88%28.63%-
XYZ5.315.653.72-
YUV66.74117.99132.46-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 38.62%
GREEN value IS 67 (26.56% from 255) = 35.45%
BLUE value IS 49 (19.53% from 255) = 25.93%
R=38.62%
G=35.45%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.33
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73674900.080.330.714519.6723.92
Hex4943310821472d1418
Octal1111036101041107552430
Binary100100110000111100010100010000110001111011011010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494331; }

 p { color: rgb(73,67,49); }

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

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

 a { background-color: rgb(73,67,49); }

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

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

 span { border-color: rgb(73,67,49); }

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