Html Css Color HEX #464132 Onion

📋 copy color: '#464132'

red 70 ◦ green 65 ◦ blue 50

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

Shades of Onion #464132

Tints of Onion #464132

RGB

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

 GREEN value IS 65 (25.78% from 255) = 35.14%

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

R = 37.84%
G = 35.14%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.29

 K value IS 0.73

RGB Variations

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

Color information

#464132 (or 0x464132) is known color: Onion. HEX triplet: 46, 41 and 32. RGB value is (70,65,50). Sum of RGB (Red+Green+Blue) = 70+65+50=185 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.84% from 185); Green value is 65 (25.78% from 255 or 35.14% from 185); Blue value is 50 (19.92% from 255 or 27.03% from 185); Max value from RGB is 70 - color contains mainly: red. Hex color #464132 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464132 is #B9BECD. Grayscale: #404040. Windows color (decimal): -12173006 or 3293510. OLE color: 3293510.

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

Color convert

RGB 70 65 50 -
CMYK 0 0.07 0.29 0.73
HSL 45º 0.17% 0.24% -
HSV(B) 45º 0.29% 0.27% -
XYZ 4.99 5.31 3.78 -
YUV 64.79 119.66 131.72 -
System Red Green Blue C M Y K H S L
Decimal 70 65 50 0 0.07 0.29 0.73 45 0.17 0.24
Hex 46 41 32 0 7 1D 49 2D 11 18
Octal 106 101 62 0 7 35 111 55 21 30
Binary 1000110 1000001 110010 0 111 11101 1001001 101101 10001 11000

Color Harmonies of #464132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464132

Black with #464132

Text Example


Text Example

White with #464132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464132; }

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

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

background-color css

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

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

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

border-color css

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

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

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