#4C442B

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

Shades of Onion #4C442B

Tints of Onion #4C442B

Color information

#4C442B (or 0x4C442B) is unknown color: approx Onion. HEX triplet: 4C, 44 and 2B. RGB value is (76,68,43). Sum of RGB (Red+Green+Blue) = 76+68+43=187 (24% of max value = 765). Red value is 76 (30.08% from 255 or 40.64% from 187); Green value is 68 (26.95% from 255 or 36.36% from 187); Blue value is 43 (17.19% from 255 or 22.99% from 187); Max value from RGB is 76 - color contains mainly: red. Hex color #4C442B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C442B is #B3BBD4. Grayscale: #434343. Windows color (decimal): -11779029 or 2835532. OLE color: 2835532.

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

Color convert

RGB766843-
CMYK00.110.430.70
HSL45.45º27.73%23.33%-
HSV(B)45.45º43.42%29.8%-
XYZ5.485.853.12-
YUV67.54114.15134.03-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 40.64%
GREEN value IS 68 (26.95% from 255) = 36.36%
BLUE value IS 43 (17.19% from 255) = 22.99%
R=40.64%
G=36.36%
B=22.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.43
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76684300.110.430.7045.4527.7323.33
Hex4C442B0B2B462d1c17
Octal1141045301353106553427
Binary100110010001001010110101110101110001101011011110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C442B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,68,43); }

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

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

 a { background-color: rgb(76,68,43); }

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

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

 span { border-color: rgb(76,68,43); }

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