#464030

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

Shades of Onion #464030

Tints of Onion #464030

Color information

#464030 (or 0x464030) is unknown color: approx Onion. HEX triplet: 46, 40 and 30. RGB value is (70,64,48). Sum of RGB (Red+Green+Blue) = 70+64+48=182 (24% of max value = 765). Red value is 70 (27.73% from 255 or 38.46% from 182); Green value is 64 (25.39% from 255 or 35.16% from 182); Blue value is 48 (19.14% from 255 or 26.37% from 182); Max value from RGB is 70 - color contains mainly: red. Hex color #464030 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464030 is #B9BFCF. Grayscale: #404040. Windows color (decimal): -12173264 or 3162182. OLE color: 3162182.

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

Color convert

RGB706448-
CMYK00.090.310.73
HSL43.64º18.64%23.14%-
HSV(B)43.64º31.43%27.45%-
XYZ4.895.183.54-
YUV63.97118.99132.3-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 38.46%
GREEN value IS 64 (25.39% from 255) = 35.16%
BLUE value IS 48 (19.14% from 255) = 26.37%
R=38.46%
G=35.16%
B=26.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.31
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70644800.090.310.7343.6418.6423.14
Hex464030091F492c1317
Octal1061006001137111542327
Binary10001101000000110000010011111110010011011001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464030; }

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

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

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

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

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

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

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

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