#494130

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

Shades of Onion #494130

Tints of Onion #494130

Color information

#494130 (or 0x494130) is unknown color: approx Onion. HEX triplet: 49, 41 and 30. RGB value is (73,65,48). Sum of RGB (Red+Green+Blue) = 73+65+48=186 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.25% from 186); Green value is 65 (25.78% from 255 or 34.95% from 186); Blue value is 48 (19.14% from 255 or 25.81% from 186); Max value from RGB is 73 - color contains mainly: red. Hex color #494130 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494130 is #B6BECF. Grayscale: #414141. Windows color (decimal): -11976400 or 3162441. OLE color: 3162441.

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

Color convert

RGB736548-
CMYK00.110.340.71
HSL40.8º20.66%23.73%-
HSV(B)40.8º34.25%28.63%-
XYZ5.175.413.57-
YUV65.45118.15133.38-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 39.25%
GREEN value IS 65 (25.78% from 255) = 34.95%
BLUE value IS 48 (19.14% from 255) = 25.81%
R=39.25%
G=34.95%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.34
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73654800.110.340.7140.820.6623.73
Hex4941300B2247291518
Octal1111016001342107512530
Binary100100110000011100000101110001010001111010011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494130; }

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

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

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

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

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

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

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

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