Html Css Color HEX #494228 Onion

📋 copy color: '#494228'

red 73 ◦ green 66 ◦ blue 40

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

Shades of Onion #494228

Tints of Onion #494228

RGB

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

 GREEN value IS 66 (26.17% from 255) = 36.87%

 BLUE value IS 40 (16.02% from 255) = 22.35%

R = 40.78%
G = 36.87%
B = 22.35%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.45

 K value IS 0.71

RGB Variations

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

Color information

#494228 (or 0x494228) is known color: Onion. HEX triplet: 49, 42 and 28. RGB value is (73,66,40). Sum of RGB (Red+Green+Blue) = 73+66+40=179 (23% of max value = 765). Red value is 73 (28.91% from 255 or 40.78% from 179); Green value is 66 (26.17% from 255 or 36.87% from 179); Blue value is 40 (16.02% from 255 or 22.35% from 179); Max value from RGB is 73 - color contains mainly: red. Hex color #494228 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494228 is #B6BDD7. Grayscale: #414141. Windows color (decimal): -11976152 or 2638409. OLE color: 2638409.

HSL color Cylindrical-coordinate representation of color #494228: hue angle of 47.27º degrees, saturation: 0.29, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #494228 is Cyan = 0, Magento = 0.10, Yellow = 0.45 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 66 40 -
CMYK 0 0.10 0.45 0.71
HSL 47.27º 0.29% 0.22% -
HSV(B) 47.27º 0.45% 0.29% -
XYZ 5.08 5.47 2.79 -
YUV 65.13 113.82 133.61 -
System Red Green Blue C M Y K H S L
Decimal 73 66 40 0 0.10 0.45 0.71 47.27 0.29 0.22
Hex 49 42 28 0 A 2D 47 2F 1D 16
Octal 111 102 50 0 12 55 107 57 35 26
Binary 1001001 1000010 101000 0 1010 101101 1000111 101111 11101 10110

Color Harmonies of #494228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494228

Black with #494228

Text Example


Text Example

White with #494228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494228; }

 p { color: rgb(73,66,40); }

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

background-color css

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

 a { background-color: rgb(73,66,40); }

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

border-color css

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

 span { border-color: rgb(73,66,40); }

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