Html Css Color HEX #49432A Onion

📋 copy color: '#49432A'

red 73 ◦ green 67 ◦ blue 42

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

Shades of Onion #49432A

Tints of Onion #49432A

RGB

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

 GREEN value IS 67 (26.56% from 255) = 36.81%

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

R = 40.11%
G = 36.81%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.42

 K value IS 0.71

RGB Variations

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

Color information

#49432A (or 0x49432A) is known color: Onion. HEX triplet: 49, 43 and 2A. RGB value is (73,67,42). Sum of RGB (Red+Green+Blue) = 73+67+42=182 (24% of max value = 765). Red value is 73 (28.91% from 255 or 40.11% from 182); Green value is 67 (26.56% from 255 or 36.81% from 182); Blue value is 42 (16.80% from 255 or 23.08% from 182); Max value from RGB is 73 - color contains mainly: red. Hex color #49432A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49432A is #B6BCD5. Grayscale: #424242. Windows color (decimal): -11975894 or 2769737. OLE color: 2769737.

HSL color Cylindrical-coordinate representation of color #49432A: hue angle of 48.39º 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 #49432A is Cyan = 0, Magento = 0.08, Yellow = 0.42 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 67 42 -
CMYK 0 0.08 0.42 0.71
HSL 48.39º 0.27% 0.23% -
HSV(B) 48.39º 0.42% 0.29% -
XYZ 5.17 5.6 3 -
YUV 65.94 114.49 133.03 -
System Red Green Blue C M Y K H S L
Decimal 73 67 42 0 0.08 0.42 0.71 48.39 0.27 0.23
Hex 49 43 2A 0 8 2A 47 30 1B 17
Octal 111 103 52 0 10 52 107 60 33 27
Binary 1001001 1000011 101010 0 1000 101010 1000111 110000 11011 10111

Color Harmonies of #49432A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49432A

Black with #49432A

Text Example


Text Example

White with #49432A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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