#4C452A

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

Shades of Onion #4C452A

Tints of Onion #4C452A

Color information

#4C452A (or 0x4C452A) is unknown color: approx Onion. HEX triplet: 4C, 45 and 2A. RGB value is (76,69,42). Sum of RGB (Red+Green+Blue) = 76+69+42=187 (24% of max value = 765). Red value is 76 (30.08% from 255 or 40.64% from 187); Green value is 69 (27.34% from 255 or 36.90% from 187); Blue value is 42 (16.80% from 255 or 22.46% from 187); Max value from RGB is 76 - color contains mainly: red. Hex color #4C452A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C452A is #B3BAD5. Grayscale: #444444. Windows color (decimal): -11778774 or 2770252. OLE color: 2770252.

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

Color convert

RGB766942-
CMYK00.090.450.70
HSL47.65º28.81%23.14%-
HSV(B)47.65º44.74%29.8%-
XYZ5.535.963.05-
YUV68.02113.32133.7-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 40.64%
GREEN value IS 69 (27.34% from 255) = 36.90%
BLUE value IS 42 (16.80% from 255) = 22.46%
R=40.64%
G=36.90%
B=22.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.45
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76694200.090.450.7047.6528.8123.14
Hex4C452A092D46301d17
Octal1141055201155106603527
Binary100110010001011010100100110110110001101100001110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C452A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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