#49432F

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

Shades of Onion #49432F

Tints of Onion #49432F

Color information

#49432F (or 0x49432F) is unknown color: approx Onion. HEX triplet: 49, 43 and 2F. RGB value is (73,67,47). Sum of RGB (Red+Green+Blue) = 73+67+47=187 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.04% from 187); Green value is 67 (26.56% from 255 or 35.83% from 187); Blue value is 47 (18.75% from 255 or 25.13% from 187); Max value from RGB is 73 - color contains mainly: red. Hex color #49432F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49432F is #B6BCD0. Grayscale: #424242. Windows color (decimal): -11975889 or 3097417. OLE color: 3097417.

HSL color Cylindrical-coordinate representation of color #49432F: hue angle of 46.15º degrees, saturation: 0.22, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #49432F is Cyan = 0, Magento = 0.08, Yellow = 0.36 and Black (K on CMYK) = 0.71.

Color convert

RGB736747-
CMYK00.080.360.71
HSL46.15º21.67%23.53%-
HSV(B)46.15º35.62%28.63%-
XYZ5.275.643.5-
YUV66.51116.99132.63-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 39.04%
GREEN value IS 67 (26.56% from 255) = 35.83%
BLUE value IS 47 (18.75% from 255) = 25.13%
R=39.04%
G=35.83%
B=25.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.36
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73674700.080.360.7146.1521.6723.53
Hex49432F0824472e1618
Octal1111035701044107562630
Binary100100110000111011110100010010010001111011101011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49432F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49432F; }

 p { color: rgb(73,67,47); }

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

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

 a { background-color: rgb(73,67,47); }

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

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

 span { border-color: rgb(73,67,47); }

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