#49412B

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

Shades of Onion #49412B

Tints of Onion #49412B

Color information

#49412B (or 0x49412B) is unknown color: approx Onion. HEX triplet: 49, 41 and 2B. RGB value is (73,65,43). Sum of RGB (Red+Green+Blue) = 73+65+43=181 (23% of max value = 765). Red value is 73 (28.91% from 255 or 40.33% from 181); Green value is 65 (25.78% from 255 or 35.91% from 181); Blue value is 43 (17.19% from 255 or 23.76% from 181); Max value from RGB is 73 - color contains mainly: red. Hex color #49412B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49412B is #B6BED4. Grayscale: #404040. Windows color (decimal): -11976405 or 2834761. OLE color: 2834761.

HSL color Cylindrical-coordinate representation of color #49412B: hue angle of 44º degrees, saturation: 0.26, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #49412B is Cyan = 0, Magento = 0.11, Yellow = 0.41 and Black (K on CMYK) = 0.71.

Color convert

RGB736543-
CMYK00.110.410.71
HSL44º25.86%22.75%-
HSV(B)44º41.1%28.63%-
XYZ5.075.373.05-
YUV64.88115.65133.79-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 40.33%
GREEN value IS 65 (25.78% from 255) = 35.91%
BLUE value IS 43 (17.19% from 255) = 23.76%
R=40.33%
G=35.91%
B=23.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.41
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73654300.110.410.714425.8622.75
Hex49412B0B29472c1a17
Octal1111015301351107543227
Binary100100110000011010110101110100110001111011001101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49412B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49412B; }

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

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

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

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

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

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

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

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