crispedge.com

Color picker

Loading...

#49492a hex color - Yellow - Warm color - Information

#49492a hex color - Yellow - Warm color

Color Hue/Base color: Yellow

Hex #49492a Color code in RGB color code model is created after adding 28.63% red color, 28.63% green color and 16.47% blue color. Hex #49492a Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 0% magenta, 42% yellow and 71% black.

Hex #49492a color code is between #444422 web safe hex color code and #555533 web safe hex color code. #444422 is the nearest web safe color code. You can see here many more shades of #49492a color code.

0 Likes 0 Comments | 30 Views

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Code49492a#49492a
RGB Decimal73, 73, 42rgb(73, 73, 42)
RGB Percent29%, 29%, 16%rgb(29%, 29%, 16%)
CSS RGBa73, 73, 42,1rgba(73,73,42,1)
CMYK Modelcmyk(0%,0%,42%,71%)
HSL Color Space60,27% ,23%hsl(60,27% ,23%)
HSV Color Space60°, 42%, 29%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary010010010100100100101010
Octal11111152
Decimal737342
Hex49492a

Different shades of #49492a color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Light Shade of #49492a
#69693d
Dark Shade of #49492a
#292917
Saturated Shade of #49492a
#4f4f24
Desaturated Shade of #49492a
#434330
Grey scale Shade of #49492a
#393939
Brighten Shade
#626243
Most Readable Shade
#FFFFFF

Shades of #49492a color code

Generate more color scales with scales (color stack) generator.

#49492a
#404025
#383820
#30301c
#282817
#202012
#18180e
#101009
#080804
#000000

Similar Color like #49492a color

Find visually similar hex color codes nearing to #49492a hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#4a4a2b
#4b4b2c
#4c4c2d
#4d4d2e
#4e4e2f
#4f4f30
#505031
#515132
#525233
#535334
#545435
#555536
#565637
#575738
#484829
#474728
#464627
#454526
#444425
#434324
#424223
#414122
#404021
#3f3f20
#3e3e1f
#3d3d1e
#3c3c1d
#3b3b1c

Monochromatic Color with #49492a

#49492a
#737342
#9e9e5b
#c8c873
#f3f38c
#1e1e12

Tints of #49492a Color

#49492a
#5d5d41
#717159
#858571
#999988
#aeaea0
#c2c2b8
#d6d6cf
#eaeae7
#ffffff

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#49492a
#2a2a49

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#49492a
#2a3949
#392a49

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#493d2a
#49432a
#49492a
#43492a
#3d492a

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#49492a
#2a4949
#492a49

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#49492a
#2a4939
#2a2a49
#492a39

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Double Complementary Color

#49492a
#2a2a49
#392a49
#39492a

Double Complementary is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Hex #49492a Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#49492a Color Code Preview on Black Background Color

This is how #49492a Color will look on black background color. Color contrast ratio is 2.27

#49492a in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#49492a">Your Example Paragraph content text in with font color #49492a </p>

Your Example Paragraph content text in with font color #49492a

HTML with inline CSS

<div style="color:#49492a">Your Paragraph text in with font color #49492a </div>

Your Example Paragraph content text in with font color #49492a

#49492a color code is use for CSS Background Color

Background color for the above div is #49492a

HTML with inline CSS

<div style="background-color:#49492a;"></div>

#49492a color code is use for CSS Border Color

CSS Border color for the above div is #49492a

HTML with inline CSS

<div style="border:5px solid #49492a;"></div>

CSS Border Left color for the above div is #49492a

HTML with inline CSS

<div style="border-left:5px solid #49492a;"></div>

CSS Border Right color for the above div is #49492a

HTML with inline CSS

<div style="border-right:5px solid #49492a;"></div>

CSS Border Bottom color for the above div is #49492a

HTML with inline CSS

<div style="border-bottom:5px solid #49492a;"></div>

CSS Border Top color for the above div is #49492a

HTML with inline CSS

<div style="border-top:5px solid #49492a;"></div>

#49492a hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#49492a; } .examplecolorclass {color:#49492a; } .examplebordercolor {border:3px solid #49492a; }

#49492a Color code Preview on White Background

This is how #49492a Color code will look on white background color. Color contrast ratio is 9.25

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #49492a; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #49492a; }

Gradient Background

Beautiful Colored Gradient Background. Find awesome Gradient backgrounds for your next project.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE


 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(73,73,42,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(42,42,73,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(73,73,42,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 30 Views

Post your comment:-

By submitting comment you agree to our privacy policy.