Html Css Color HEX #49422A Onion

📋 copy color: '#49422A'

red 73 ◦ green 66 ◦ blue 42

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

Shades of Onion #49422A

Tints of Onion #49422A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 23.2%

R = 40.33%
G = 36.46%
B = 23.2%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.42

 K value IS 0.71

RGB Variations

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

Color information

#49422A (or 0x49422A) is known color: Onion. HEX triplet: 49, 42 and 2A. RGB value is (73,66,42). Sum of RGB (Red+Green+Blue) = 73+66+42=181 (23% of max value = 765). Red value is 73 (28.91% from 255 or 40.33% from 181); Green value is 66 (26.17% from 255 or 36.46% from 181); Blue value is 42 (16.80% from 255 or 23.20% from 181); Max value from RGB is 73 - color contains mainly: red. Hex color #49422A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49422A is #B6BDD5. Grayscale: #414141. Windows color (decimal): -11976150 or 2769481. OLE color: 2769481.

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

Color convert

RGB 73 66 42 -
CMYK 0 0.10 0.42 0.71
HSL 46.45º 0.27% 0.23% -
HSV(B) 46.45º 0.42% 0.29% -
XYZ 5.11 5.48 2.98 -
YUV 65.36 114.82 133.45 -
System Red Green Blue C M Y K H S L
Decimal 73 66 42 0 0.10 0.42 0.71 46.45 0.27 0.23
Hex 49 42 2A 0 A 2A 47 2E 1B 17
Octal 111 102 52 0 12 52 107 56 33 27
Binary 1001001 1000010 101010 0 1010 101010 1000111 101110 11011 10111

Color Harmonies of #49422A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49422A

Black with #49422A

Text Example


Text Example

White with #49422A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49422A; }

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

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

background-color css

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

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

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

border-color css

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

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

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