Html Css Color HEX #49412C Onion

📋 copy color: '#49412C'

red 73 ◦ green 65 ◦ blue 44

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

Shades of Onion #49412C

Tints of Onion #49412C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 35.71%

 BLUE value IS 44 (17.58% from 255) = 24.18%

R = 40.11%
G = 35.71%
B = 24.18%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.40

 K value IS 0.71

RGB Variations

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

Color information

#49412C (or 0x49412C) is known color: Onion. HEX triplet: 49, 41 and 2C. RGB value is (73,65,44). Sum of RGB (Red+Green+Blue) = 73+65+44=182 (24% of max value = 765). Red value is 73 (28.91% from 255 or 40.11% from 182); Green value is 65 (25.78% from 255 or 35.71% from 182); Blue value is 44 (17.58% from 255 or 24.18% from 182); Max value from RGB is 73 - color contains mainly: red. Hex color #49412C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49412C is #B6BED3. Grayscale: #414141. Windows color (decimal): -11976404 or 2900297. OLE color: 2900297.

HSL color Cylindrical-coordinate representation of color #49412C: hue angle of 43.45º degrees, saturation: 0.25, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #49412C is Cyan = 0, Magento = 0.11, Yellow = 0.40 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 65 44 -
CMYK 0 0.11 0.40 0.71
HSL 43.45º 0.25% 0.23% -
HSV(B) 43.45º 0.4% 0.29% -
XYZ 5.09 5.38 3.15 -
YUV 65 116.15 133.71 -
System Red Green Blue C M Y K H S L
Decimal 73 65 44 0 0.11 0.40 0.71 43.45 0.25 0.23
Hex 49 41 2C 0 B 28 47 2B 19 17
Octal 111 101 54 0 13 50 107 53 31 27
Binary 1001001 1000001 101100 0 1011 101000 1000111 101011 11001 10111

Color Harmonies of #49412C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49412C

Black with #49412C

Text Example


Text Example

White with #49412C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49412C; }

 p { color: rgb(73,65,44); }

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

background-color css

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

 a { background-color: rgb(73,65,44); }

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

border-color css

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

 span { border-color: rgb(73,65,44); }

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