Html Css Color HEX #49422E Onion

📋 copy color: '#49422E'

red 73 ◦ green 66 ◦ blue 46

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

Shades of Onion #49422E

Tints of Onion #49422E

RGB

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

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

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

R = 39.46%
G = 35.68%
B = 24.86%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.37

 K value IS 0.71

RGB Variations

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

Color information

#49422E (or 0x49422E) is known color: Onion. HEX triplet: 49, 42 and 2E. RGB value is (73,66,46). Sum of RGB (Red+Green+Blue) = 73+66+46=185 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.46% from 185); Green value is 66 (26.17% from 255 or 35.68% from 185); Blue value is 46 (18.36% from 255 or 24.86% from 185); Max value from RGB is 73 - color contains mainly: red. Hex color #49422E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49422E is #B6BDD1. Grayscale: #414141. Windows color (decimal): -11976146 or 3031625. OLE color: 3031625.

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

Color convert

RGB 73 66 46 -
CMYK 0 0.10 0.37 0.71
HSL 44.44º 0.23% 0.23% -
HSV(B) 44.44º 0.37% 0.29% -
XYZ 5.19 5.51 3.37 -
YUV 65.81 116.82 133.13 -
System Red Green Blue C M Y K H S L
Decimal 73 66 46 0 0.10 0.37 0.71 44.44 0.23 0.23
Hex 49 42 2E 0 A 25 47 2C 17 17
Octal 111 102 56 0 12 45 107 54 27 27
Binary 1001001 1000010 101110 0 1010 100101 1000111 101100 10111 10111

Color Harmonies of #49422E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49422E

Black with #49422E

Text Example


Text Example

White with #49422E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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