#464236

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

Shades of Onion #464236

Tints of Onion #464236

Color information

#464236 (or 0x464236) is unknown color: approx Onion. HEX triplet: 46, 42 and 36. RGB value is (70,66,54). Sum of RGB (Red+Green+Blue) = 70+66+54=190 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.84% from 190); Green value is 66 (26.17% from 255 or 34.74% from 190); Blue value is 54 (21.48% from 255 or 28.42% from 190); Max value from RGB is 70 - color contains mainly: red. Hex color #464236 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464236 is #B9BDC9. Grayscale: #414141. Windows color (decimal): -12172746 or 3555910. OLE color: 3555910.

HSL color Cylindrical-coordinate representation of color #464236: hue angle of 45º degrees, saturation: 0.13, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #464236 is Cyan = 0, Magento = 0.06, Yellow = 0.23 and Black (K on CMYK) = 0.73.

Color convert

RGB706654-
CMYK00.060.230.73
HSL45º12.9%24.31%-
HSV(B)45º22.86%27.45%-
XYZ5.145.464.27-
YUV65.83121.33130.98-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 36.84%
GREEN value IS 66 (26.17% from 255) = 34.74%
BLUE value IS 54 (21.48% from 255) = 28.42%
R=36.84%
G=34.74%
B=28.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.23
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70665400.060.230.734512.924.31
Hex4642360617492dd18
Octal106102660627111551530
Binary100011010000101101100110101111001001101101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464236; }

 p { color: rgb(70,66,54); }

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

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

 a { background-color: rgb(70,66,54); }

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

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

 span { border-color: rgb(70,66,54); }

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