#463F2D

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

Shades of Onion #463F2D

Tints of Onion #463F2D

Color information

#463F2D (or 0x463F2D) is unknown color: approx Onion. HEX triplet: 46, 3F and 2D. RGB value is (70,63,45). Sum of RGB (Red+Green+Blue) = 70+63+45=178 (23% of max value = 765). Red value is 70 (27.73% from 255 or 39.33% from 178); Green value is 63 (25% from 255 or 35.39% from 178); Blue value is 45 (17.97% from 255 or 25.28% from 178); Max value from RGB is 70 - color contains mainly: red. Hex color #463F2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463F2D is #B9C0D2. Grayscale: #3F3F3F. Windows color (decimal): -12173523 or 2965318. OLE color: 2965318.

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

Color convert

RGB706345-
CMYK00.100.360.73
HSL43.2º21.74%22.55%-
HSV(B)43.2º35.71%27.45%-
XYZ4.785.053.2-
YUV63.04117.82132.96-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 39.33%
GREEN value IS 63 (25% from 255) = 35.39%
BLUE value IS 45 (17.97% from 255) = 25.28%
R=39.33%
G=35.39%
B=25.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.36
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70634500.100.360.7343.221.7422.55
Hex463F2D0A24492b1617
Octal106775501244111532627
Binary10001101111111011010101010010010010011010111011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463F2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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