Html Css Color HEX #494132 Onion

📋 copy color: '#494132'

red 73 ◦ green 65 ◦ blue 50

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

Shades of Onion #494132

Tints of Onion #494132

RGB

 RED value IS 73 (28.91% from 255) = 38.83%

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

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

R = 38.83%
G = 34.57%
B = 26.6%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.32

 K value IS 0.71

RGB Variations

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

Color information

#494132 (or 0x494132) is known color: Onion. HEX triplet: 49, 41 and 32. RGB value is (73,65,50). Sum of RGB (Red+Green+Blue) = 73+65+50=188 (24% of max value = 765). Red value is 73 (28.91% from 255 or 38.83% from 188); Green value is 65 (25.78% from 255 or 34.57% from 188); Blue value is 50 (19.92% from 255 or 26.60% from 188); Max value from RGB is 73 - color contains mainly: red. Hex color #494132 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494132 is #B6BECD. Grayscale: #414141. Windows color (decimal): -11976398 or 3293513. OLE color: 3293513.

HSL color Cylindrical-coordinate representation of color #494132: hue angle of 39.13º degrees, saturation: 0.19, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #494132 is Cyan = 0, Magento = 0.11, Yellow = 0.32 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 65 50 -
CMYK 0 0.11 0.32 0.71
HSL 39.13º 0.19% 0.24% -
HSV(B) 39.13º 0.32% 0.29% -
XYZ 5.21 5.43 3.79 -
YUV 65.68 119.15 133.22 -
System Red Green Blue C M Y K H S L
Decimal 73 65 50 0 0.11 0.32 0.71 39.13 0.19 0.24
Hex 49 41 32 0 B 20 47 27 13 18
Octal 111 101 62 0 13 40 107 47 23 30
Binary 1001001 1000001 110010 0 1011 100000 1000111 100111 10011 11000

Color Harmonies of #494132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494132

Black with #494132

Text Example


Text Example

White with #494132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494132; }

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

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

background-color css

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

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

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

border-color css

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

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

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