Html Css Color HEX #49412E Onion

📋 copy color: '#49412E'

red 73 ◦ green 65 ◦ blue 46

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

Shades of Onion #49412E

Tints of Onion #49412E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 25%

R = 39.67%
G = 35.33%
B = 25%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.37

 K value IS 0.71

RGB Variations

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

Color information

#49412E (or 0x49412E) is known color: Onion. HEX triplet: 49, 41 and 2E. RGB value is (73,65,46). Sum of RGB (Red+Green+Blue) = 73+65+46=184 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.67% from 184); Green value is 65 (25.78% from 255 or 35.33% from 184); Blue value is 46 (18.36% from 255 or 25% from 184); Max value from RGB is 73 - color contains mainly: red. Hex color #49412E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49412E is #B6BED1. Grayscale: #414141. Windows color (decimal): -11976402 or 3031369. OLE color: 3031369.

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

Color convert

RGB 73 65 46 -
CMYK 0 0.11 0.37 0.71
HSL 42.22º 0.23% 0.23% -
HSV(B) 42.22º 0.37% 0.29% -
XYZ 5.13 5.39 3.36 -
YUV 65.23 117.15 133.54 -
System Red Green Blue C M Y K H S L
Decimal 73 65 46 0 0.11 0.37 0.71 42.22 0.23 0.23
Hex 49 41 2E 0 B 25 47 2A 17 17
Octal 111 101 56 0 13 45 107 52 27 27
Binary 1001001 1000001 101110 0 1011 100101 1000111 101010 10111 10111

Color Harmonies of #49412E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49412E

Black with #49412E

Text Example


Text Example

White with #49412E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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