#4A422A

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

Shades of Onion #4A422A

Tints of Onion #4A422A

Color information

#4A422A (or 0x4A422A) is unknown color: approx Onion. HEX triplet: 4A, 42 and 2A. RGB value is (74,66,42). Sum of RGB (Red+Green+Blue) = 74+66+42=182 (24% of max value = 765). Red value is 74 (29.30% from 255 or 40.66% from 182); Green value is 66 (26.17% from 255 or 36.26% from 182); Blue value is 42 (16.80% from 255 or 23.08% from 182); Max value from RGB is 74 - color contains mainly: red. Hex color #4A422A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A422A is #B5BDD5. Grayscale: #414141. Windows color (decimal): -11910614 or 2769482. OLE color: 2769482.

HSL color Cylindrical-coordinate representation of color #4A422A: hue angle of 45º degrees, saturation: 0.28, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4A422A is Cyan = 0, Magento = 0.11, Yellow = 0.43 and Black (K on CMYK) = 0.71.

Color convert

RGB746642-
CMYK00.110.430.71
HSL45º27.59%22.75%-
HSV(B)45º43.24%29.02%-
XYZ5.195.522.98-
YUV65.66114.65133.95-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 40.66%
GREEN value IS 66 (26.17% from 255) = 36.26%
BLUE value IS 42 (16.80% from 255) = 23.08%
R=40.66%
G=36.26%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.43
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal74664200.110.430.714527.5922.75
Hex4A422A0B2B472d1c17
Octal1121025201353107553427
Binary100101010000101010100101110101110001111011011110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A422A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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