#4A4332

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

Shades of Onion #4A4332

Tints of Onion #4A4332

Color information

#4A4332 (or 0x4A4332) is unknown color: approx Onion. HEX triplet: 4A, 43 and 32. RGB value is (74,67,50). Sum of RGB (Red+Green+Blue) = 74+67+50=191 (25% of max value = 765). Red value is 74 (29.30% from 255 or 38.74% from 191); Green value is 67 (26.56% from 255 or 35.08% from 191); Blue value is 50 (19.92% from 255 or 26.18% from 191); Max value from RGB is 74 - color contains mainly: red. Hex color #4A4332 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A4332 is #B5BCCD. Grayscale: #434343. Windows color (decimal): -11910350 or 3294026. OLE color: 3294026.

HSL color Cylindrical-coordinate representation of color #4A4332: hue angle of 42.5º degrees, saturation: 0.19, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4A4332 is Cyan = 0, Magento = 0.09, Yellow = 0.32 and Black (K on CMYK) = 0.71.

Color convert

RGB746750-
CMYK00.090.320.71
HSL42.5º19.35%24.31%-
HSV(B)42.5º32.43%29.02%-
XYZ5.415.73.83-
YUV67.16118.32132.88-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 38.74%
GREEN value IS 67 (26.56% from 255) = 35.08%
BLUE value IS 50 (19.92% from 255) = 26.18%
R=38.74%
G=35.08%
B=26.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.32
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal74675000.090.320.7142.519.3524.31
Hex4A43320920472b1318
Octal1121036201140107532330
Binary100101010000111100100100110000010001111010111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A4332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,67,50); }

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

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

 a { background-color: rgb(74,67,50); }

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

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

 span { border-color: rgb(74,67,50); }

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