#4C462C

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

Shades of Onion #4C462C

Tints of Onion #4C462C

Color information

#4C462C (or 0x4C462C) is unknown color: approx Onion. HEX triplet: 4C, 46 and 2C. RGB value is (76,70,44). Sum of RGB (Red+Green+Blue) = 76+70+44=190 (25% of max value = 765). Red value is 76 (30.08% from 255 or 40% from 190); Green value is 70 (27.73% from 255 or 36.84% from 190); Blue value is 44 (17.58% from 255 or 23.16% from 190); Max value from RGB is 76 - color contains mainly: red. Hex color #4C462C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C462C is #B3B9D3. Grayscale: #444444. Windows color (decimal): -11778516 or 2901580. OLE color: 2901580.

HSL color Cylindrical-coordinate representation of color #4C462C: hue angle of 48.75º degrees, saturation: 0.27, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4C462C is Cyan = 0, Magento = 0.08, Yellow = 0.42 and Black (K on CMYK) = 0.70.

Color convert

RGB767044-
CMYK00.080.420.70
HSL48.75º26.67%23.53%-
HSV(B)48.75º42.11%29.8%-
XYZ5.636.13.26-
YUV68.83113.99133.11-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 40%
GREEN value IS 70 (27.73% from 255) = 36.84%
BLUE value IS 44 (17.58% from 255) = 23.16%
R=40%
G=36.84%
B=23.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.42
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76704400.080.420.7048.7526.6723.53
Hex4C462C082A46311b18
Octal1141065401052106613330
Binary100110010001101011000100010101010001101100011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C462C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,70,44); }

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

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

 a { background-color: rgb(76,70,44); }

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

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

 span { border-color: rgb(76,70,44); }

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