#4C4526

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

Shades of Onion #4C4526

Tints of Onion #4C4526

Color information

#4C4526 (or 0x4C4526) is unknown color: approx Onion. HEX triplet: 4C, 45 and 26. RGB value is (76,69,38). Sum of RGB (Red+Green+Blue) = 76+69+38=183 (24% of max value = 765). Red value is 76 (30.08% from 255 or 41.53% from 183); Green value is 69 (27.34% from 255 or 37.70% from 183); Blue value is 38 (15.23% from 255 or 20.77% from 183); Max value from RGB is 76 - color contains mainly: red. Hex color #4C4526 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C4526 is #B3BAD9. Grayscale: #434343. Windows color (decimal): -11778778 or 2508108. OLE color: 2508108.

HSL color Cylindrical-coordinate representation of color #4C4526: hue angle of 48.95º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4C4526 is Cyan = 0, Magento = 0.09, Yellow = 0.5 and Black (K on CMYK) = 0.70.

Color convert

RGB766938-
CMYK00.090.50.70
HSL48.95º33.33%22.35%-
HSV(B)48.95º50%29.8%-
XYZ5.465.932.69-
YUV67.56111.32134.02-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 41.53%
GREEN value IS 69 (27.34% from 255) = 37.70%
BLUE value IS 38 (15.23% from 255) = 20.77%
R=41.53%
G=37.70%
B=20.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.5
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76693800.090.50.7048.9533.3322.35
Hex4C4526093246312116
Octal1141054601162106614126
Binary1001100100010110011001001110010100011011000110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C4526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,69,38); }

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

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

 a { background-color: rgb(76,69,38); }

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

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

 span { border-color: rgb(76,69,38); }

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