#463E2B

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

Shades of Onion #463E2B

Tints of Onion #463E2B

Color information

#463E2B (or 0x463E2B) is unknown color: approx Onion. HEX triplet: 46, 3E and 2B. RGB value is (70,62,43). Sum of RGB (Red+Green+Blue) = 70+62+43=175 (23% of max value = 765). Red value is 70 (27.73% from 255 or 40% from 175); Green value is 62 (24.61% from 255 or 35.43% from 175); Blue value is 43 (17.19% from 255 or 24.57% from 175); Max value from RGB is 70 - color contains mainly: red. Hex color #463E2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463E2B is #B9C1D4. Grayscale: #3E3E3E. Windows color (decimal): -12173781 or 2833990. OLE color: 2833990.

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

Color convert

RGB706243-
CMYK00.110.390.73
HSL42.22º23.89%22.16%-
HSV(B)42.22º38.57%27.45%-
XYZ4.684.922.99-
YUV62.23117.15133.54-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 40%
GREEN value IS 62 (24.61% from 255) = 35.43%
BLUE value IS 43 (17.19% from 255) = 24.57%
R=40%
G=35.43%
B=24.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.39
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70624300.110.390.7342.2223.8922.16
Hex463E2B0B27492a1816
Octal106765301347111523026
Binary10001101111101010110101110011110010011010101100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463E2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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