#4A422F

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

Shades of Onion #4A422F

Tints of Onion #4A422F

Color information

#4A422F (or 0x4A422F) is unknown color: approx Onion. HEX triplet: 4A, 42 and 2F. RGB value is (74,66,47). Sum of RGB (Red+Green+Blue) = 74+66+47=187 (24% of max value = 765). Red value is 74 (29.30% from 255 or 39.57% from 187); Green value is 66 (26.17% from 255 or 35.29% from 187); Blue value is 47 (18.75% from 255 or 25.13% from 187); Max value from RGB is 74 - color contains mainly: red. Hex color #4A422F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A422F is #B5BDD0. Grayscale: #424242. Windows color (decimal): -11910609 or 3097162. OLE color: 3097162.

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

Color convert

RGB746647-
CMYK00.110.360.71
HSL42.22º22.31%23.73%-
HSV(B)42.22º36.49%29.02%-
XYZ5.295.563.48-
YUV66.23117.15133.54-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 39.57%
GREEN value IS 66 (26.17% from 255) = 35.29%
BLUE value IS 47 (18.75% from 255) = 25.13%
R=39.57%
G=35.29%
B=25.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.36
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal74664700.110.360.7142.2222.3123.73
Hex4A422F0B24472a1618
Octal1121025701344107522630
Binary100101010000101011110101110010010001111010101011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A422F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,66,47); }

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

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

 a { background-color: rgb(74,66,47); }

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

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

 span { border-color: rgb(74,66,47); }

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