#463F2E

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

Shades of Onion #463F2E

Tints of Onion #463F2E

Color information

#463F2E (or 0x463F2E) is unknown color: approx Onion. HEX triplet: 46, 3F and 2E. RGB value is (70,63,46). Sum of RGB (Red+Green+Blue) = 70+63+46=179 (23% of max value = 765). Red value is 70 (27.73% from 255 or 39.11% from 179); Green value is 63 (25% from 255 or 35.20% from 179); Blue value is 46 (18.36% from 255 or 25.70% from 179); Max value from RGB is 70 - color contains mainly: red. Hex color #463F2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463F2E is #B9C0D1. Grayscale: #3F3F3F. Windows color (decimal): -12173522 or 3030854. OLE color: 3030854.

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

Color convert

RGB706346-
CMYK00.100.340.73
HSL42.5º20.69%22.75%-
HSV(B)42.5º34.29%27.45%-
XYZ4.85.053.31-
YUV63.15118.32132.88-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 39.11%
GREEN value IS 63 (25% from 255) = 35.20%
BLUE value IS 46 (18.36% from 255) = 25.70%
R=39.11%
G=35.20%
B=25.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.34
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70634600.100.340.7342.520.6922.75
Hex463F2E0A22492a1517
Octal106775601242111522527
Binary10001101111111011100101010001010010011010101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463F2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,63,46); }

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

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

 a { background-color: rgb(70,63,46); }

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

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

 span { border-color: rgb(70,63,46); }

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