#463F2A

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

Shades of Onion #463F2A

Tints of Onion #463F2A

Color information

#463F2A (or 0x463F2A) is unknown color: approx Onion. HEX triplet: 46, 3F and 2A. RGB value is (70,63,42). Sum of RGB (Red+Green+Blue) = 70+63+42=175 (23% of max value = 765). Red value is 70 (27.73% from 255 or 40% from 175); Green value is 63 (25% from 255 or 36% from 175); Blue value is 42 (16.80% from 255 or 24% from 175); Max value from RGB is 70 - color contains mainly: red. Hex color #463F2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463F2A is #B9C0D5. Grayscale: #3E3E3E. Windows color (decimal): -12173526 or 2768710. OLE color: 2768710.

HSL color Cylindrical-coordinate representation of color #463F2A: hue angle of 45º degrees, saturation: 0.25, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #463F2A is Cyan = 0, Magento = 0.10, Yellow = 0.40 and Black (K on CMYK) = 0.73.

Color convert

RGB706342-
CMYK00.100.400.73
HSL45º25%21.96%-
HSV(B)45º40%27.45%-
XYZ4.725.022.91-
YUV62.7116.32133.21-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 40%
GREEN value IS 63 (25% from 255) = 36%
BLUE value IS 42 (16.80% from 255) = 24%
R=40%
G=36%
B=24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.40
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70634200.100.400.73452521.96
Hex463F2A0A28492d1916
Octal106775201250111553126
Binary10001101111111010100101010100010010011011011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463F2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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