Html Css Color HEX #494331 Onion

📋 copy color: '#494331'

red 73 ◦ green 67 ◦ blue 49

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

Shades of Onion #494331

Tints of Onion #494331

RGB

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

 GREEN value IS 67 (26.56% from 255) = 35.45%

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

R = 38.62%
G = 35.45%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.33

 K value IS 0.71

RGB Variations

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

Color information

#494331 (or 0x494331) is known color: Onion. HEX triplet: 49, 43 and 31. RGB value is (73,67,49). Sum of RGB (Red+Green+Blue) = 73+67+49=189 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.62% from 189); Green value is 67 (26.56% from 255 or 35.45% from 189); Blue value is 49 (19.53% from 255 or 25.93% from 189); Max value from RGB is 73 - color contains mainly: red. Hex color #494331 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494331 is #B6BCCE. Grayscale: #424242. Windows color (decimal): -11975887 or 3228489. OLE color: 3228489.

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

Color convert

RGB 73 67 49 -
CMYK 0 0.08 0.33 0.71
HSL 45º 0.2% 0.24% -
HSV(B) 45º 0.33% 0.29% -
XYZ 5.31 5.65 3.72 -
YUV 66.74 117.99 132.46 -
System Red Green Blue C M Y K H S L
Decimal 73 67 49 0 0.08 0.33 0.71 45 0.2 0.24
Hex 49 43 31 0 8 21 47 2D 14 18
Octal 111 103 61 0 10 41 107 55 24 30
Binary 1001001 1000011 110001 0 1000 100001 1000111 101101 10100 11000

Color Harmonies of #494331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494331

Black with #494331

Text Example


Text Example

White with #494331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494331; }

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

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

background-color css

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

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

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

border-color css

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

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

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