Html Css Color HEX #494231 Onion

📋 copy color: '#494231'

red 73 ◦ green 66 ◦ blue 49

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

Shades of Onion #494231

Tints of Onion #494231

RGB

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

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

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

R = 38.83%
G = 35.11%
B = 26.06%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.33

 K value IS 0.71

RGB Variations

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

Color information

#494231 (or 0x494231) is known color: Onion. HEX triplet: 49, 42 and 31. RGB value is (73,66,49). Sum of RGB (Red+Green+Blue) = 73+66+49=188 (24% of max value = 765). Red value is 73 (28.91% from 255 or 38.83% from 188); Green value is 66 (26.17% from 255 or 35.11% from 188); Blue value is 49 (19.53% from 255 or 26.06% from 188); Max value from RGB is 73 - color contains mainly: red. Hex color #494231 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494231 is #B6BDCE. Grayscale: #424242. Windows color (decimal): -11976143 or 3228233. OLE color: 3228233.

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

Color convert

RGB 73 66 49 -
CMYK 0 0.10 0.33 0.71
HSL 42.5º 0.2% 0.24% -
HSV(B) 42.5º 0.33% 0.29% -
XYZ 5.25 5.53 3.7 -
YUV 66.16 118.32 132.88 -
System Red Green Blue C M Y K H S L
Decimal 73 66 49 0 0.10 0.33 0.71 42.5 0.2 0.24
Hex 49 42 31 0 A 21 47 2A 14 18
Octal 111 102 61 0 12 41 107 52 24 30
Binary 1001001 1000010 110001 0 1010 100001 1000111 101010 10100 11000

Color Harmonies of #494231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494231

Black with #494231

Text Example


Text Example

White with #494231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494231; }

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

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

background-color css

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

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

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

border-color css

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

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

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