Html Css Color HEX #49402E Onion

📋 copy color: '#49402E'

red 73 ◦ green 64 ◦ blue 46

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

Shades of Onion #49402E

Tints of Onion #49402E

RGB

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

 GREEN value IS 64 (25.39% from 255) = 34.97%

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

R = 39.89%
G = 34.97%
B = 25.14%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.37

 K value IS 0.71

RGB Variations

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

Color information

#49402E (or 0x49402E) is known color: Onion. HEX triplet: 49, 40 and 2E. RGB value is (73,64,46). Sum of RGB (Red+Green+Blue) = 73+64+46=183 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.89% from 183); Green value is 64 (25.39% from 255 or 34.97% from 183); Blue value is 46 (18.36% from 255 or 25.14% from 183); Max value from RGB is 73 - color contains mainly: red. Hex color #49402E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49402E is #B6BFD1. Grayscale: #404040. Windows color (decimal): -11976658 or 3031113. OLE color: 3031113.

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

Color convert

RGB 73 64 46 -
CMYK 0 0.12 0.37 0.71
HSL 40º 0.23% 0.23% -
HSV(B) 40º 0.37% 0.29% -
XYZ 5.07 5.28 3.34 -
YUV 64.64 117.48 133.96 -
System Red Green Blue C M Y K H S L
Decimal 73 64 46 0 0.12 0.37 0.71 40 0.23 0.23
Hex 49 40 2E 0 C 25 47 28 17 17
Octal 111 100 56 0 14 45 107 50 27 27
Binary 1001001 1000000 101110 0 1100 100101 1000111 101000 10111 10111

Color Harmonies of #49402E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49402E

Black with #49402E

Text Example


Text Example

White with #49402E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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