#403C32

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

Shades of Onion #403C32

Tints of Onion #403C32

Color information

#403C32 (or 0x403C32) is unknown color: approx Onion. HEX triplet: 40, 3C and 32. RGB value is (64,60,50). Sum of RGB (Red+Green+Blue) = 64+60+50=174 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.78% from 174); Green value is 60 (23.83% from 255 or 34.48% from 174); Blue value is 50 (19.92% from 255 or 28.74% from 174); Max value from RGB is 64 - color contains mainly: red. Hex color #403C32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403C32 is #BFC3CD. Grayscale: #3C3C3C. Windows color (decimal): -12567502 or 3292224. OLE color: 3292224.

HSL color Cylindrical-coordinate representation of color #403C32: hue angle of 42.86º degrees, saturation: 0.12, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #403C32 is Cyan = 0, Magento = 0.06, Yellow = 0.22 and Black (K on CMYK) = 0.75.

Color convert

RGB646050-
CMYK00.060.220.75
HSL42.86º12.28%22.35%-
HSV(B)42.86º21.88%25.1%-
XYZ4.314.553.67-
YUV60.06122.33130.81-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 36.78%
GREEN value IS 60 (23.83% from 255) = 34.48%
BLUE value IS 50 (19.92% from 255) = 28.74%
R=36.78%
G=34.48%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.22
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64605000.060.220.7542.8612.2822.35
Hex403C3206164B2bc16
Octal10074620626113531426
Binary10000001111001100100110101101001011101011110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403C32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403C32; }

 p { color: rgb(64,60,50); }

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

<style>
 a { background-color: #403C32; }

 a { background-color: rgb(64,60,50); }

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

<style>
 span { border-color: #403C32; }

 span { border-color: rgb(64,60,50); }

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