#464338

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

Shades of Onion #464338

Tints of Onion #464338

Color information

#464338 (or 0x464338) is unknown color: approx Onion. HEX triplet: 46, 43 and 38. RGB value is (70,67,56). Sum of RGB (Red+Green+Blue) = 70+67+56=193 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.27% from 193); Green value is 67 (26.56% from 255 or 34.72% from 193); Blue value is 56 (22.27% from 255 or 29.02% from 193); Max value from RGB is 70 - color contains mainly: red. Hex color #464338 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464338 is #B9BCC7. Grayscale: #424242. Windows color (decimal): -12172488 or 3687238. OLE color: 3687238.

HSL color Cylindrical-coordinate representation of color #464338: hue angle of 47.14º degrees, saturation: 0.11, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #464338 is Cyan = 0, Magento = 0.04, Yellow = 0.20 and Black (K on CMYK) = 0.73.

Color convert

RGB706756-
CMYK00.040.200.73
HSL47.14º11.11%24.71%-
HSV(B)47.14º20%27.45%-
XYZ5.255.64.55-
YUV66.64121.99130.39-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 36.27%
GREEN value IS 67 (26.56% from 255) = 34.72%
BLUE value IS 56 (22.27% from 255) = 29.02%
R=36.27%
G=34.72%
B=29.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.20
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70675600.040.200.7347.1411.1124.71
Hex4643380414492fb19
Octal106103700424111571331
Binary100011010000111110000100101001001001101111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464338; }

 p { color: rgb(70,67,56); }

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

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

 a { background-color: rgb(70,67,56); }

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

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

 span { border-color: rgb(70,67,56); }

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