#4A432E

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

Shades of Onion #4A432E

Tints of Onion #4A432E

Color information

#4A432E (or 0x4A432E) is unknown color: approx Onion. HEX triplet: 4A, 43 and 2E. RGB value is (74,67,46). Sum of RGB (Red+Green+Blue) = 74+67+46=187 (24% of max value = 765). Red value is 74 (29.30% from 255 or 39.57% from 187); Green value is 67 (26.56% from 255 or 35.83% from 187); Blue value is 46 (18.36% from 255 or 24.60% from 187); Max value from RGB is 74 - color contains mainly: red. Hex color #4A432E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A432E is #B5BCD1. Grayscale: #424242. Windows color (decimal): -11910354 or 3031882. OLE color: 3031882.

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

Color convert

RGB746746-
CMYK00.090.380.71
HSL45º23.33%23.53%-
HSV(B)45º37.84%29.02%-
XYZ5.325.673.4-
YUV66.7116.32133.21-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 39.57%
GREEN value IS 67 (26.56% from 255) = 35.83%
BLUE value IS 46 (18.36% from 255) = 24.60%
R=39.57%
G=35.83%
B=24.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.38
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal74674600.090.380.714523.3323.53
Hex4A432E0926472d1718
Octal1121035601146107552730
Binary100101010000111011100100110011010001111011011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A432E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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