crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#5a4d48 hex color - Brown - Warm color - Information

#5a4d48 hex color - Brown - Warm color

Color Mixture: Red and Orange

Color Hue/Base color: Brown

Hex #5a4d48 Color code in RGB color code model is created after adding 35.29% red color, 30.2% green color and 28.24% blue color. Hex #5a4d48 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 14% magenta, 20% yellow and 65% black.

Hex #5a4d48 color code is between #555544 web safe hex color code and #664455 web safe hex color code. #555544 is the nearest web safe color code. You can see here many more shades of #5a4d48 color code.

0 Likes 0 Comments | 13 Views

Color Table

Hex Color Code5a4d48#5a4d48
RGB Decimal90, 77, 72rgb(90, 77, 72)
RGB Percent35%, 30%, 28%rgb(35%, 30%, 28%)
CSS RGBa90, 77, 72,1rgba(90,77,72,1)
CMYK Modelcmyk(0%,14%,20%,65%)
HSL Color Space17,11% ,32%hsl(17,11% ,32%)
HSV Color Space17°, 20%, 35%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary010110100100110101001000
Octal132115110
Decimal907772
Hex5a4d48

Different shades of #5a4d48 color code.

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

Light Shade of #5a4d48
#76655f
Dark Shade of #5a4d48
#3e3531
Saturated Shade of #5a4d48
#624940
Desaturated Shade of #5a4d48
#525150
Grey scale Shade of #5a4d48
#515151
Brighten Shade
#736661
Most Readable Shade
#FFFFFF

Shades of #5a4d48 color code

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

#5a4d48
#504440
#463b38
#3c3330
#322a28
#282220
#1e1918
#141110
#0a0808
#000000

Similar Color like #5a4d48 color

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

#5b4e49
#5c4f4a
#5d504b
#5e514c
#5f524d
#60534e
#61544f
#625550
#635651
#645752
#655853
#665954
#675a55
#685b56
#594c47
#584b46
#574a45
#564944
#554843
#544742
#534641
#524540
#51443f
#50433e
#4f423d
#4e413c
#4d403b
#4c3f3a

Monochromatic Color with #5a4d48

#5a4d48
#84716a
#af968c
#d9baae
#050404
#2f2926

Tints of #5a4d48 Color

#5a4d48
#6c605c
#7e7470
#918885
#a39c99
#b5afad
#c8c3c2
#dad7d6
#ecebea
#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

#5a4d48
#48555a

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

Split Complementary

#5a4d48
#485a56
#484c5a

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

Analogous Color

#5a484a
#5a4948
#5a4d48
#5a5148
#5a5448

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

#5a4d48
#485a4d
#4d485a

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

#5a4d48
#4c5a48
#48555a
#56485a

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

#5a4d48
#48555a
#484c5a
#5a5648

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 #5a4d48 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.

#5a4d48 Color Code Preview on Black Background Color

This is how #5a4d48 Color will look on black background color. Color contrast ratio is 2.59

#5a4d48 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #5a4d48

HTML with inline CSS

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

Your Example Paragraph content text in with font color #5a4d48

#5a4d48 color code is use for CSS Background Color

Background color for the above div is #5a4d48

HTML with inline CSS

<div style="background-color:#5a4d48;"></div>

#5a4d48 color code is use for CSS Border Color

CSS Border color for the above div is #5a4d48

HTML with inline CSS

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

CSS Border Left color for the above div is #5a4d48

HTML with inline CSS

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

CSS Border Right color for the above div is #5a4d48

HTML with inline CSS

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

CSS Border Bottom color for the above div is #5a4d48

HTML with inline CSS

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

CSS Border Top color for the above div is #5a4d48

HTML with inline CSS

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

#5a4d48 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#5a4d48 Color code Preview on White Background

This is how #5a4d48 Color code will look on white background color. Color contrast ratio is 8.11

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 #5a4d48; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #5a4d48; }

Related Gradients

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

0 Likes 0 Comments | 13 Views

Post your comment:-

By submitting comment you agree to our privacy policy.