Html Css Color HEX #494433 Onion

📋 copy color: '#494433'

red 73 ◦ green 68 ◦ blue 51

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

Shades of Onion #494433

Tints of Onion #494433

RGB

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

 GREEN value IS 68 (26.95% from 255) = 35.42%

 BLUE value IS 51 (20.31% from 255) = 26.56%

R = 38.02%
G = 35.42%
B = 26.56%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.30

 K value IS 0.71

RGB Variations

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

Color information

#494433 (or 0x494433) is known color: Onion. HEX triplet: 49, 44 and 33. RGB value is (73,68,51). Sum of RGB (Red+Green+Blue) = 73+68+51=192 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.02% from 192); Green value is 68 (26.95% from 255 or 35.42% from 192); Blue value is 51 (20.31% from 255 or 26.56% from 192); Max value from RGB is 73 - color contains mainly: red. Hex color #494433 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494433 is #B6BBCC. Grayscale: #434343. Windows color (decimal): -11975629 or 3359817. OLE color: 3359817.

HSL color Cylindrical-coordinate representation of color #494433: hue angle of 46.36º degrees, saturation: 0.18, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #494433 is Cyan = 0, Magento = 0.07, Yellow = 0.30 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 68 51 -
CMYK 0 0.07 0.30 0.71
HSL 46.36º 0.18% 0.24% -
HSV(B) 46.36º 0.3% 0.29% -
XYZ 5.41 5.79 3.96 -
YUV 67.56 118.66 131.88 -
System Red Green Blue C M Y K H S L
Decimal 73 68 51 0 0.07 0.30 0.71 46.36 0.18 0.24
Hex 49 44 33 0 7 1E 47 2E 12 18
Octal 111 104 63 0 7 36 107 56 22 30
Binary 1001001 1000100 110011 0 111 11110 1000111 101110 10010 11000

Color Harmonies of #494433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494433

Black with #494433

Text Example


Text Example

White with #494433

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494433; }

 p { color: rgb(73,68,51); }

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

background-color css

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

 a { background-color: rgb(73,68,51); }

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

border-color css

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

 span { border-color: rgb(73,68,51); }

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