#46402D

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

Shades of Onion #46402D

Tints of Onion #46402D

Color information

#46402D (or 0x46402D) is unknown color: approx Onion. HEX triplet: 46, 40 and 2D. RGB value is (70,64,45). Sum of RGB (Red+Green+Blue) = 70+64+45=179 (23% of max value = 765). Red value is 70 (27.73% from 255 or 39.11% from 179); Green value is 64 (25.39% from 255 or 35.75% from 179); Blue value is 45 (17.97% from 255 or 25.14% from 179); Max value from RGB is 70 - color contains mainly: red. Hex color #46402D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46402D is #B9BFD2. Grayscale: #3F3F3F. Windows color (decimal): -12173267 or 2965574. OLE color: 2965574.

HSL color Cylindrical-coordinate representation of color #46402D: hue angle of 45.6º 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 #46402D is Cyan = 0, Magento = 0.09, Yellow = 0.36 and Black (K on CMYK) = 0.73.

Color convert

RGB706445-
CMYK00.090.360.73
HSL45.6º21.74%22.55%-
HSV(B)45.6º35.71%27.45%-
XYZ4.835.163.22-
YUV63.63117.49132.54-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 39.11%
GREEN value IS 64 (25.39% from 255) = 35.75%
BLUE value IS 45 (17.97% from 255) = 25.14%
R=39.11%
G=35.75%
B=25.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.36
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70644500.090.360.7345.621.7422.55
Hex46402D0924492e1617
Octal1061005501144111562627
Binary100011010000001011010100110010010010011011101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46402D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46402D; }

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

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

<style>
 a { background-color: #46402D; }

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

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

<style>
 span { border-color: #46402D; }

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

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