#494232

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

Shades of Onion #494232

Tints of Onion #494232

Color information

#494232 (or 0x494232) is unknown color: approx Onion. HEX triplet: 49, 42 and 32. RGB value is (73,66,50). Sum of RGB (Red+Green+Blue) = 73+66+50=189 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.62% from 189); Green value is 66 (26.17% from 255 or 34.92% from 189); Blue value is 50 (19.92% from 255 or 26.46% from 189); Max value from RGB is 73 - color contains mainly: red. Hex color #494232 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494232 is #B6BDCD. Grayscale: #424242. Windows color (decimal): -11976142 or 3293769. OLE color: 3293769.

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

Color convert

RGB736650-
CMYK00.100.320.71
HSL41.74º18.7%24.12%-
HSV(B)41.74º31.51%28.63%-
XYZ5.275.543.81-
YUV66.27118.82132.8-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 38.62%
GREEN value IS 66 (26.17% from 255) = 34.92%
BLUE value IS 50 (19.92% from 255) = 26.46%
R=38.62%
G=34.92%
B=26.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.32
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73665000.100.320.7141.7418.724.12
Hex4942320A20472a1318
Octal1111026201240107522330
Binary100100110000101100100101010000010001111010101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494232; }

 p { color: rgb(73,66,50); }

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

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

 a { background-color: rgb(73,66,50); }

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

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

 span { border-color: rgb(73,66,50); }

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