#4A442C

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

Shades of Onion #4A442C

Tints of Onion #4A442C

Color information

#4A442C (or 0x4A442C) is unknown color: approx Onion. HEX triplet: 4A, 44 and 2C. RGB value is (74,68,44). Sum of RGB (Red+Green+Blue) = 74+68+44=186 (24% of max value = 765). Red value is 74 (29.30% from 255 or 39.78% from 186); Green value is 68 (26.95% from 255 or 36.56% from 186); Blue value is 44 (17.58% from 255 or 23.66% from 186); Max value from RGB is 74 - color contains mainly: red. Hex color #4A442C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A442C is #B5BBD3. Grayscale: #434343. Windows color (decimal): -11910100 or 2901066. OLE color: 2901066.

HSL color Cylindrical-coordinate representation of color #4A442C: hue angle of 48º degrees, saturation: 0.25, 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 #4A442C is Cyan = 0, Magento = 0.08, Yellow = 0.41 and Black (K on CMYK) = 0.71.

Color convert

RGB746844-
CMYK00.080.410.71
HSL48º25.42%23.14%-
HSV(B)48º40.54%29.02%-
XYZ5.355.773.22-
YUV67.06114.99132.95-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 39.78%
GREEN value IS 68 (26.95% from 255) = 36.56%
BLUE value IS 44 (17.58% from 255) = 23.66%
R=39.78%
G=36.56%
B=23.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.41
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal74684400.080.410.714825.4223.14
Hex4A442C082947301917
Octal1121045401051107603127
Binary100101010001001011000100010100110001111100001100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A442C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4A442C; }

 p { color: rgb(74,68,44); }

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

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

 a { background-color: rgb(74,68,44); }

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

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

 span { border-color: rgb(74,68,44); }

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