#49402A

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

Shades of Onion #49402A

Tints of Onion #49402A

Color information

#49402A (or 0x49402A) is unknown color: approx Onion. HEX triplet: 49, 40 and 2A. RGB value is (73,64,42). Sum of RGB (Red+Green+Blue) = 73+64+42=179 (23% of max value = 765). Red value is 73 (28.91% from 255 or 40.78% from 179); Green value is 64 (25.39% from 255 or 35.75% from 179); Blue value is 42 (16.80% from 255 or 23.46% from 179); Max value from RGB is 73 - color contains mainly: red. Hex color #49402A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49402A is #B6BFD5. Grayscale: #404040. Windows color (decimal): -11976662 or 2768969. OLE color: 2768969.

HSL color Cylindrical-coordinate representation of color #49402A: hue angle of 42.58º 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 #49402A is Cyan = 0, Magento = 0.12, Yellow = 0.42 and Black (K on CMYK) = 0.71.

Color convert

RGB736442-
CMYK00.120.420.71
HSL42.58º26.96%22.55%-
HSV(B)42.58º42.47%28.63%-
XYZ55.252.94-
YUV64.18115.48134.29-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 40.78%
GREEN value IS 64 (25.39% from 255) = 35.75%
BLUE value IS 42 (16.80% from 255) = 23.46%
R=40.78%
G=35.75%
B=23.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.42
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73644200.120.420.7142.5826.9622.55
Hex49402A0C2A472b1b17
Octal1111005201452107533327
Binary100100110000001010100110010101010001111010111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49402A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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