#464134

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

Shades of Onion #464134

Tints of Onion #464134

Color information

#464134 (or 0x464134) is unknown color: approx Onion. HEX triplet: 46, 41 and 34. RGB value is (70,65,52). Sum of RGB (Red+Green+Blue) = 70+65+52=187 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.43% from 187); Green value is 65 (25.78% from 255 or 34.76% from 187); Blue value is 52 (20.70% from 255 or 27.81% from 187); Max value from RGB is 70 - color contains mainly: red. Hex color #464134 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464134 is #B9BECB. Grayscale: #414141. Windows color (decimal): -12173004 or 3424582. OLE color: 3424582.

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

Color convert

RGB706552-
CMYK00.070.260.73
HSL43.33º14.75%23.92%-
HSV(B)43.33º25.71%27.45%-
XYZ5.045.334.01-
YUV65.01120.66131.56-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 37.43%
GREEN value IS 65 (25.78% from 255) = 34.76%
BLUE value IS 52 (20.70% from 255) = 27.81%
R=37.43%
G=34.76%
B=27.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.26
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70655200.070.260.7343.3314.7523.92
Hex464134071A492bf18
Octal106101640732111531730
Binary100011010000011101000111110101001001101011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464134; }

 p { color: rgb(70,65,52); }

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

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

 a { background-color: rgb(70,65,52); }

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

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

 span { border-color: rgb(70,65,52); }

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