Html Css Color HEX #494131 Onion

📋 copy color: '#494131'

red 73 ◦ green 65 ◦ blue 49

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

Shades of Onion #494131

Tints of Onion #494131

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 26.2%

R = 39.04%
G = 34.76%
B = 26.2%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.33

 K value IS 0.71

RGB Variations

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

Color information

#494131 (or 0x494131) is known color: Onion. HEX triplet: 49, 41 and 31. RGB value is (73,65,49). Sum of RGB (Red+Green+Blue) = 73+65+49=187 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.04% from 187); Green value is 65 (25.78% from 255 or 34.76% from 187); Blue value is 49 (19.53% from 255 or 26.20% from 187); Max value from RGB is 73 - color contains mainly: red. Hex color #494131 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494131 is #B6BECE. Grayscale: #414141. Windows color (decimal): -11976399 or 3227977. OLE color: 3227977.

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

Color convert

RGB 73 65 49 -
CMYK 0 0.11 0.33 0.71
HSL 40º 0.2% 0.24% -
HSV(B) 40º 0.33% 0.29% -
XYZ 5.19 5.42 3.68 -
YUV 65.57 118.65 133.3 -
System Red Green Blue C M Y K H S L
Decimal 73 65 49 0 0.11 0.33 0.71 40 0.2 0.24
Hex 49 41 31 0 B 21 47 28 14 18
Octal 111 101 61 0 13 41 107 50 24 30
Binary 1001001 1000001 110001 0 1011 100001 1000111 101000 10100 11000

Color Harmonies of #494131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494131

Black with #494131

Text Example


Text Example

White with #494131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494131; }

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

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

background-color css

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

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

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

border-color css

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

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

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