#464035

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

Shades of Onion #464035

Tints of Onion #464035

Color information

#464035 (or 0x464035) is unknown color: approx Onion. HEX triplet: 46, 40 and 35. RGB value is (70,64,53). Sum of RGB (Red+Green+Blue) = 70+64+53=187 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.43% from 187); Green value is 64 (25.39% from 255 or 34.22% from 187); Blue value is 53 (21.09% from 255 or 28.34% from 187); Max value from RGB is 70 - color contains mainly: red. Hex color #464035 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464035 is #B9BFCA. Grayscale: #404040. Windows color (decimal): -12173259 or 3489862. OLE color: 3489862.

HSL color Cylindrical-coordinate representation of color #464035: hue angle of 38.82º 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 #464035 is Cyan = 0, Magento = 0.09, Yellow = 0.24 and Black (K on CMYK) = 0.73.

Color convert

RGB706453-
CMYK00.090.240.73
HSL38.82º13.82%24.12%-
HSV(B)38.82º24.29%27.45%-
XYZ55.234.11-
YUV64.54121.49131.89-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 37.43%
GREEN value IS 64 (25.39% from 255) = 34.22%
BLUE value IS 53 (21.09% from 255) = 28.34%
R=37.43%
G=34.22%
B=28.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.24
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70645300.090.240.7338.8213.8224.12
Hex46403509184927e18
Octal1061006501130111471630
Binary1000110100000011010101001110001001001100111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464035; }

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

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

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

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

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

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

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

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