crispedge.com

Color picker

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

#85715e hex color - Brown - Warm color - Information

#85715e hex color - Brown - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Brown

Hex #85715e Color code in RGB color code model is created after adding 52.16% red color, 44.31% green color and 36.86% blue color. Hex #85715e Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 15% magenta, 29% yellow and 48% black.

Hex #85715e color code is between #887766 web safe hex color code and #776655 web safe hex color code. #887766 is the nearest web safe color code. You can see here many more shades of #85715e color code.

0 Likes 0 Comments | 3 Views

Color Table

Hex Color Code85715e#85715e
RGB Decimal133, 113, 94rgb(133, 113, 94)
RGB Percent52%, 44%, 37%rgb(52%, 44%, 37%)
CSS RGBa133, 113, 94,1rgba(133,113,94,1)
CMYK Modelcmyk(0%,15%,29%,48%)
HSL Color Space29,17% ,45%hsl(29,17% ,45%)
HSV Color Space29°, 29%, 52%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary100001010111000101011110
Octal205161136
Decimal13311394
Hex85715e

Different shades of #85715e color code.

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

Light Shade of #85715e
#9f8a77
Dark Shade of #85715e
#675849
Saturated Shade of #85715e
#907153
Desaturated Shade of #85715e
#7a7169
Grey scale Shade of #85715e
#717171
Brighten Shade
#9e8a77
Most Readable Shade
#FFFFFF

Shades of #85715e color code

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

#85715e
#766453
#675749
#584b3e
#493e34
#3b3229
#2c251f
#1d1914
#0e0c0a
#000000

Similar Color like #85715e color

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

#86725f
#877360
#887461
#897562
#8a7663
#8b7764
#8c7865
#8d7966
#8e7a67
#8f7b68
#907c69
#917d6a
#927e6b
#937f6c
#84705d
#836f5c
#826e5b
#816d5a
#806c59
#7f6b58
#7e6a57
#7d6956
#7c6855
#7b6754
#7a6653
#796552
#786451
#776350

Monochromatic Color with #85715e

#85715e
#af957c
#dab99a
#050504
#302922
#5a4d40

Tints of #85715e Color

#85715e
#92806f
#a09081
#ada093
#bbb0a5
#c8bfb7
#d6cfc9
#e3dfdb
#f1efed
#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

#85715e
#5e7285

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

Split Complementary

#85715e
#5e8585
#5e5f85

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

Analogous Color

#85615e
#85695e
#85715e
#85795e
#85815e

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

#85715e
#5e8571
#715e85

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

#85715e
#5e855e
#5e7285
#845e85

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

#85715e
#5e7285
#5e5f85
#85845e

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 #85715e 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.

#85715e Color Code Preview on Black Background Color

This is how #85715e Color will look on black background color. Color contrast ratio is 4.52

#85715e in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #85715e

HTML with inline CSS

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

Your Example Paragraph content text in with font color #85715e

#85715e color code is use for CSS Background Color

Background color for the above div is #85715e

HTML with inline CSS

<div style="background-color:#85715e;"></div>

#85715e color code is use for CSS Border Color

CSS Border color for the above div is #85715e

HTML with inline CSS

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

CSS Border Left color for the above div is #85715e

HTML with inline CSS

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

CSS Border Right color for the above div is #85715e

HTML with inline CSS

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

CSS Border Bottom color for the above div is #85715e

HTML with inline CSS

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

CSS Border Top color for the above div is #85715e

HTML with inline CSS

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

#85715e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#85715e Color code Preview on White Background

This is how #85715e Color code will look on white background color. Color contrast ratio is 4.64

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

Related Gradients

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

0 Likes 0 Comments | 3 Views

Post your comment:-

By submitting comment you agree to our privacy policy.