#463F28

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

Shades of Onion #463F28

Tints of Onion #463F28

Color information

#463F28 (or 0x463F28) is unknown color: approx Onion. HEX triplet: 46, 3F and 28. RGB value is (70,63,40). Sum of RGB (Red+Green+Blue) = 70+63+40=173 (22% of max value = 765). Red value is 70 (27.73% from 255 or 40.46% from 173); Green value is 63 (25% from 255 or 36.42% from 173); Blue value is 40 (16.02% from 255 or 23.12% from 173); Max value from RGB is 70 - color contains mainly: red. Hex color #463F28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463F28 is #B9C0D7. Grayscale: #3E3E3E. Windows color (decimal): -12173528 or 2637638. OLE color: 2637638.

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

Color convert

RGB706340-
CMYK00.100.430.73
HSL46º27.27%21.57%-
HSV(B)46º42.86%27.45%-
XYZ4.695.012.73-
YUV62.47115.32133.37-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 40.46%
GREEN value IS 63 (25% from 255) = 36.42%
BLUE value IS 40 (16.02% from 255) = 23.12%
R=40.46%
G=36.42%
B=23.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.43
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70634000.100.430.734627.2721.57
Hex463F280A2B492e1b16
Octal106775001253111563326
Binary10001101111111010000101010101110010011011101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463F28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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