#463E2D

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

Shades of Onion #463E2D

Tints of Onion #463E2D

Color information

#463E2D (or 0x463E2D) is unknown color: approx Onion. HEX triplet: 46, 3E and 2D. RGB value is (70,62,45). Sum of RGB (Red+Green+Blue) = 70+62+45=177 (23% of max value = 765). Red value is 70 (27.73% from 255 or 39.55% from 177); Green value is 62 (24.61% from 255 or 35.03% from 177); Blue value is 45 (17.97% from 255 or 25.42% from 177); Max value from RGB is 70 - color contains mainly: red. Hex color #463E2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463E2D is #B9C1D2. Grayscale: #3E3E3E. Windows color (decimal): -12173779 or 2965062. OLE color: 2965062.

HSL color Cylindrical-coordinate representation of color #463E2D: hue angle of 40.8º degrees, saturation: 0.22, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #463E2D is Cyan = 0, Magento = 0.11, Yellow = 0.36 and Black (K on CMYK) = 0.73.

Color convert

RGB706245-
CMYK00.110.360.73
HSL40.8º21.74%22.55%-
HSV(B)40.8º35.71%27.45%-
XYZ4.724.943.19-
YUV62.45118.15133.38-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 39.55%
GREEN value IS 62 (24.61% from 255) = 35.03%
BLUE value IS 45 (17.97% from 255) = 25.42%
R=39.55%
G=35.03%
B=25.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.36
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70624500.110.360.7340.821.7422.55
Hex463E2D0B2449291617
Octal106765501344111512627
Binary10001101111101011010101110010010010011010011011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463E2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463E2D; }

 p { color: rgb(70,62,45); }

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

<style>
 a { background-color: #463E2D; }

 a { background-color: rgb(70,62,45); }

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

<style>
 span { border-color: #463E2D; }

 span { border-color: rgb(70,62,45); }

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