Skip to main content Skip to docs navigation

#895a54 hex color | Download Dark Violet BG image | Information

Color Picker

@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

Color Info

Woow we have a nearby visually matching color name available. It's name is Red Willow and its hex is #885A55 Nearest Color Name

Color Hue/Base color: Violet

Hex #895a54 Color code in RGB color code model is created after adding 53.73% red color, 35.29% green color and 32.94% blue color. Hex #895a54 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 34% magenta, 39% yellow and 46.27% black.

Hex #895a54 color code is between #885555 web safe hex color code and #996644 web safe hex color code. #885555 is the nearest web safe color code. You can see here many more shades of #895a54 color code.

RGB Chart

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

Color Table

Hex Color Code 895a54 #895a54
RGB Decimal 137, 90, 84 137, 90, 84
RGB Percent 54%, 35%, 33% rgb(54%, 35%, 33%)
CSS RGBa 137, 90, 84,1 rgba(137,90,84,1)
CMYK Model cmyk(0%,34%,39%,46.27%)
HSL Color Space 7,24% ,43% hsl(7,24% ,43%)
HSV Color Space 7°, 39%, 54%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 10001001 01011010 01010100
Octal 211 132 124
Decimal 137 90 84
Hex 89 5a 54

Different shades of #895a54 color code.

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

Darkest of #895a54
#2a1c1a
Darker of #895a54
#4a302d
Dark of #895a54
#694541
Base of #895a54
#895a54
Light of #895a54
#a5726b
Lighter
#b8908b
Lightest
#cbaeab

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

#895a54
#548389

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

Split Complementary

#895a54
#548974
#546889

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

Analogous Color

#89546d
#895464
#895a54
#896c54
#898254

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

#895a54
#5a5489
#54895a

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

#895a54
#54895a
#548389
#895483

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

Square Color

#895a54
#688954
#548389
#745489

Square 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).

Monochromatic Color with #895a54

#0b0706
#2a1c1a
#4a302d
#694541
#895a54
#a5726b
#b8908b
#cbaeab
#dfcdca

Tints of #895a54 Color

#895a54
#966c67
#a37e7a
#b0918d
#bda3a0
#cab5b3
#d7c8c6
#e4dad9
#f1ecec
#ffffff

Shades of #895a54 color code

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

#895a54
#79504a
#6a4641
#5b3c38
#4c322e
#3c2825
#2d1e1c
#1e1412
#0f0a09
#000000

Tones

#895a54
#736b6a
#6e6e6e
#6e6e6e
#6e6e6e

Tones

Similar Color like #895a54 color

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

#8a5b55
#8b5c56
#8c5d57
#8d5e58
#8e5f59
#8f605a
#90615b
#91625c
#92635d
#93645e
#94655f
#956660
#966761
#976862
#885953
#875852
#865751
#855650
#84554f
#83544e
#82534d
#81524c
#80514b
#7f504a
#7e4f49
#7d4e48
#7c4d47
#7b4c46

Download this Dark Violet

Hex #895a54 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.

#895a54 Color Code Preview on Black Background Color

This is how #895a54 Color will look on black background color. Color contrast ratio is 3.65

#895a54 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #895a54

HTML with inline CSS

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

Your Example Paragraph content text in with font color #895a54

#895a54 color code is use for CSS Background Color

Background color for the above div is #895a54

HTML with inline CSS

<div style="background-color:#895a54;"></div>

#895a54 color code is use for CSS Border Color

CSS Border color for the above div is #895a54

HTML with inline CSS

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

CSS Border Left color for the above div is #895a54

HTML with inline CSS

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

CSS Border Right color for the above div is #895a54

HTML with inline CSS

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

CSS Border Bottom color for the above div is #895a54

HTML with inline CSS

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

CSS Border Top color for the above div is #895a54

HTML with inline CSS

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

#895a54 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#895a54 Color code Preview on White Background

This is how #895a54 Color code will look on white background color. Color contrast ratio is 5.75

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

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

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