Html Css Color HEX #494332 Onion

📋 copy color: '#494332'

red 73 ◦ green 67 ◦ blue 50

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

Shades of Onion #494332

Tints of Onion #494332

RGB

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

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

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

R = 38.42%
G = 35.26%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.32

 K value IS 0.71

RGB Variations

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

Color information

#494332 (or 0x494332) is known color: Onion. HEX triplet: 49, 43 and 32. RGB value is (73,67,50). Sum of RGB (Red+Green+Blue) = 73+67+50=190 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.42% from 190); Green value is 67 (26.56% from 255 or 35.26% from 190); Blue value is 50 (19.92% from 255 or 26.32% from 190); Max value from RGB is 73 - color contains mainly: red. Hex color #494332 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494332 is #B6BCCD. Grayscale: #424242. Windows color (decimal): -11975886 or 3294025. OLE color: 3294025.

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

Color convert

RGB 73 67 50 -
CMYK 0 0.08 0.32 0.71
HSL 44.35º 0.19% 0.24% -
HSV(B) 44.35º 0.32% 0.29% -
XYZ 5.33 5.66 3.83 -
YUV 66.86 118.49 132.38 -
System Red Green Blue C M Y K H S L
Decimal 73 67 50 0 0.08 0.32 0.71 44.35 0.19 0.24
Hex 49 43 32 0 8 20 47 2C 13 18
Octal 111 103 62 0 10 40 107 54 23 30
Binary 1001001 1000011 110010 0 1000 100000 1000111 101100 10011 11000

Color Harmonies of #494332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494332

Black with #494332

Text Example


Text Example

White with #494332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494332; }

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

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

background-color css

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

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

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

border-color css

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

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

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