#464235

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

Shades of Onion #464235

Tints of Onion #464235

Color information

#464235 (or 0x464235) is unknown color: approx Onion. HEX triplet: 46, 42 and 35. RGB value is (70,66,53). Sum of RGB (Red+Green+Blue) = 70+66+53=189 (25% of max value = 765). Red value is 70 (27.73% from 255 or 37.04% from 189); Green value is 66 (26.17% from 255 or 34.92% from 189); Blue value is 53 (21.09% from 255 or 28.04% from 189); Max value from RGB is 70 - color contains mainly: red. Hex color #464235 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464235 is #B9BDCA. Grayscale: #414141. Windows color (decimal): -12172747 or 3490374. OLE color: 3490374.

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

Color convert

RGB706653-
CMYK00.060.240.73
HSL45.88º13.82%24.12%-
HSV(B)45.88º24.29%27.45%-
XYZ5.125.464.15-
YUV65.71120.83131.06-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 37.04%
GREEN value IS 66 (26.17% from 255) = 34.92%
BLUE value IS 53 (21.09% from 255) = 28.04%
R=37.04%
G=34.92%
B=28.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.24
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70665300.060.240.7345.8813.8224.12
Hex4642350618492ee18
Octal106102650630111561630
Binary100011010000101101010110110001001001101110111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464235; }

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

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

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

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

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

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

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

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