#49422A

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

Shades of Onion #49422A

Tints of Onion #49422A

Color information

#49422A (or 0x49422A) is unknown color: approx Onion. HEX triplet: 49, 42 and 2A. RGB value is (73,66,42). Sum of RGB (Red+Green+Blue) = 73+66+42=181 (23% of max value = 765). Red value is 73 (28.91% from 255 or 40.33% from 181); Green value is 66 (26.17% from 255 or 36.46% from 181); Blue value is 42 (16.80% from 255 or 23.20% from 181); Max value from RGB is 73 - color contains mainly: red. Hex color #49422A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49422A is #B6BDD5. Grayscale: #414141. Windows color (decimal): -11976150 or 2769481. OLE color: 2769481.

HSL color Cylindrical-coordinate representation of color #49422A: hue angle of 46.45º degrees, saturation: 0.27, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #49422A is Cyan = 0, Magento = 0.10, Yellow = 0.42 and Black (K on CMYK) = 0.71.

Color convert

RGB736642-
CMYK00.100.420.71
HSL46.45º26.96%22.55%-
HSV(B)46.45º42.47%28.63%-
XYZ5.115.482.98-
YUV65.36114.82133.45-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 40.33%
GREEN value IS 66 (26.17% from 255) = 36.46%
BLUE value IS 42 (16.80% from 255) = 23.20%
R=40.33%
G=36.46%
B=23.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.42
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73664200.100.420.7146.4526.9622.55
Hex49422A0A2A472e1b17
Octal1111025201252107563327
Binary100100110000101010100101010101010001111011101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49422A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49422A; }

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

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

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

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

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

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

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

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