#4A412C

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

Shades of Onion #4A412C

Tints of Onion #4A412C

Color information

#4A412C (or 0x4A412C) is unknown color: approx Onion. HEX triplet: 4A, 41 and 2C. RGB value is (74,65,44). Sum of RGB (Red+Green+Blue) = 74+65+44=183 (24% of max value = 765). Red value is 74 (29.30% from 255 or 40.44% from 183); Green value is 65 (25.78% from 255 or 35.52% from 183); Blue value is 44 (17.58% from 255 or 24.04% from 183); Max value from RGB is 74 - color contains mainly: red. Hex color #4A412C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A412C is #B5BED3. Grayscale: #414141. Windows color (decimal): -11910868 or 2900298. OLE color: 2900298.

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

Color convert

RGB746544-
CMYK00.120.410.71
HSL42º25.42%23.14%-
HSV(B)42º40.54%29.02%-
XYZ5.175.423.16-
YUV65.3115.98134.21-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 40.44%
GREEN value IS 65 (25.78% from 255) = 35.52%
BLUE value IS 44 (17.58% from 255) = 24.04%
R=40.44%
G=35.52%
B=24.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.41
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal74654400.120.410.714225.4223.14
Hex4A412C0C29472a1917
Octal1121015401451107523127
Binary100101010000011011000110010100110001111010101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A412C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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