#463E2E

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

Shades of Onion #463E2E

Tints of Onion #463E2E

Color information

#463E2E (or 0x463E2E) is unknown color: approx Onion. HEX triplet: 46, 3E and 2E. RGB value is (70,62,46). Sum of RGB (Red+Green+Blue) = 70+62+46=178 (23% of max value = 765). Red value is 70 (27.73% from 255 or 39.33% from 178); Green value is 62 (24.61% from 255 or 34.83% from 178); Blue value is 46 (18.36% from 255 or 25.84% from 178); Max value from RGB is 70 - color contains mainly: red. Hex color #463E2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463E2E is #B9C1D1. Grayscale: #3E3E3E. Windows color (decimal): -12173778 or 3030598. OLE color: 3030598.

HSL color Cylindrical-coordinate representation of color #463E2E: hue angle of 40º 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 #463E2E is Cyan = 0, Magento = 0.11, Yellow = 0.34 and Black (K on CMYK) = 0.73.

Color convert

RGB706246-
CMYK00.110.340.73
HSL40º20.69%22.75%-
HSV(B)40º34.29%27.45%-
XYZ4.744.943.29-
YUV62.57118.65133.3-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 39.33%
GREEN value IS 62 (24.61% from 255) = 34.83%
BLUE value IS 46 (18.36% from 255) = 25.84%
R=39.33%
G=34.83%
B=25.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.34
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70624600.110.340.734020.6922.75
Hex463E2E0B2249281517
Octal106765601342111502527
Binary10001101111101011100101110001010010011010001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463E2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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