#494431

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

Shades of Onion #494431

Tints of Onion #494431

Color information

#494431 (or 0x494431) is unknown color: approx Onion. HEX triplet: 49, 44 and 31. RGB value is (73,68,49). Sum of RGB (Red+Green+Blue) = 73+68+49=190 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.42% from 190); Green value is 68 (26.95% from 255 or 35.79% from 190); Blue value is 49 (19.53% from 255 or 25.79% from 190); Max value from RGB is 73 - color contains mainly: red. Hex color #494431 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494431 is #B6BBCE. Grayscale: #434343. Windows color (decimal): -11975631 or 3228745. OLE color: 3228745.

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

Color convert

RGB736849-
CMYK00.070.330.71
HSL47.5º19.67%23.92%-
HSV(B)47.5º32.88%28.63%-
XYZ5.375.773.74-
YUV67.33117.66132.04-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 38.42%
GREEN value IS 68 (26.95% from 255) = 35.79%
BLUE value IS 49 (19.53% from 255) = 25.79%
R=38.42%
G=35.79%
B=25.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.33
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73684900.070.330.7147.519.6723.92
Hex494431072147301418
Octal111104610741107602430
Binary10010011000100110001011110000110001111100001010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494431; }

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

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

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

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

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

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

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

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