Html Css Color HEX #49422F Onion

📋 copy color: '#49422F'

red 73 ◦ green 66 ◦ blue 47

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

Shades of Onion #49422F

Tints of Onion #49422F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 25.27%

R = 39.25%
G = 35.48%
B = 25.27%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.36

 K value IS 0.71

RGB Variations

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

Color information

#49422F (or 0x49422F) is known color: Onion. HEX triplet: 49, 42 and 2F. RGB value is (73,66,47). Sum of RGB (Red+Green+Blue) = 73+66+47=186 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.25% from 186); Green value is 66 (26.17% from 255 or 35.48% from 186); Blue value is 47 (18.75% from 255 or 25.27% from 186); Max value from RGB is 73 - color contains mainly: red. Hex color #49422F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49422F is #B6BDD0. Grayscale: #424242. Windows color (decimal): -11976145 or 3097161. OLE color: 3097161.

HSL color Cylindrical-coordinate representation of color #49422F: hue angle of 43.85º degrees, saturation: 0.22, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #49422F is Cyan = 0, Magento = 0.10, Yellow = 0.36 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 66 47 -
CMYK 0 0.10 0.36 0.71
HSL 43.85º 0.22% 0.24% -
HSV(B) 43.85º 0.36% 0.29% -
XYZ 5.21 5.52 3.48 -
YUV 65.93 117.32 133.04 -
System Red Green Blue C M Y K H S L
Decimal 73 66 47 0 0.10 0.36 0.71 43.85 0.22 0.24
Hex 49 42 2F 0 A 24 47 2C 16 18
Octal 111 102 57 0 12 44 107 54 26 30
Binary 1001001 1000010 101111 0 1010 100100 1000111 101100 10110 11000

Color Harmonies of #49422F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49422F

Black with #49422F

Text Example


Text Example

White with #49422F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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