Html Css Color HEX #464032 Onion

📋 copy color: '#464032'

red 70 ◦ green 64 ◦ blue 50

#464032
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Onion #464032

Tints of Onion #464032

RGB

 RED value IS 70 (27.73% from 255) = 38.04%

 GREEN value IS 64 (25.39% from 255) = 34.78%

 BLUE value IS 50 (19.92% from 255) = 27.17%

R = 38.04%
G = 34.78%
B = 27.17%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.29

 K value IS 0.73

RGB Variations

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

Color information

#464032 (or 0x464032) is known color: Onion. HEX triplet: 46, 40 and 32. RGB value is (70,64,50). Sum of RGB (Red+Green+Blue) = 70+64+50=184 (24% of max value = 765). Red value is 70 (27.73% from 255 or 38.04% from 184); Green value is 64 (25.39% from 255 or 34.78% from 184); Blue value is 50 (19.92% from 255 or 27.17% from 184); Max value from RGB is 70 - color contains mainly: red. Hex color #464032 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464032 is #B9BFCD. Grayscale: #404040. Windows color (decimal): -12173262 or 3293254. OLE color: 3293254.

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

Color convert

RGB 70 64 50 -
CMYK 0 0.09 0.29 0.73
HSL 42º 0.17% 0.24% -
HSV(B) 42º 0.29% 0.27% -
XYZ 4.93 5.2 3.76 -
YUV 64.2 119.99 132.14 -
System Red Green Blue C M Y K H S L
Decimal 70 64 50 0 0.09 0.29 0.73 42 0.17 0.24
Hex 46 40 32 0 9 1D 49 2A 11 18
Octal 106 100 62 0 11 35 111 52 21 30
Binary 1000110 1000000 110010 0 1001 11101 1001001 101010 10001 11000

Color Harmonies of #464032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464032

Black with #464032

Text Example


Text Example

White with #464032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464032; }

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

 H1.HeaderClassName
 {
   color: #464032;
 }
 .AnyTagClassName
 {
   color: #464032;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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