Skip to main content Skip to docs navigation

#85501f hex color | Download Dark Brown 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 Milk Chocolate and its hex is #7F4E1E Nearest Color Name

Color Hue/Base color: Brown

Hex #85501f Color code in RGB color code model is created after adding 52.16% red color, 31.37% green color and 12.16% blue color. Hex #85501f Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 40% magenta, 77% yellow and 47.84% black.

Hex #85501f color code is between #885522 web safe hex color code and #774411 web safe hex color code. #885522 is the nearest web safe color code. You can see here many more shades of #85501f color code.

RGB Chart

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

Color Table

Hex Color Code 85501f #85501f
RGB Decimal 133, 80, 31 133, 80, 31
RGB Percent 52%, 31%, 12% rgb(52%, 31%, 12%)
CSS RGBa 133, 80, 31,1 rgba(133,80,31,1)
CMYK Model cmyk(0%,40%,77%,47.84%)
HSL Color Space 29,62% ,32% hsl(29,62% ,32%)
HSV Color Space 29°, 77%, 52%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 10000101 01010000 00011111
Octal 205 120 37
Decimal 133 80 31
Hex 85 50 1f

Different shades of #85501f color code.

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

Darkest of #85501f
#090502
Darker of #85501f
#321e0c
Dark of #85501f
#5c3715
Base of #85501f
#85501f
Light of #85501f
#ae6929
Lighter
#d18239
Lightest
#db9c62

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

#85501f
#1f5485

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

Split Complementary

#85501f
#1f8583
#1f2185

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

Analogous Color

#851f2a
#85251f
#85501f
#85721f
#6e851f

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

#85501f
#501f85
#1f8550

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

#85501f
#1f8550
#1f5485
#851f54

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

#85501f
#21851f
#1f5485
#831f85

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 #85501f

#000000
#090502
#321e0c
#5c3715
#85501f
#ae6929
#d18239
#db9c62
#e4b68c

Tints of #85501f Color

#85501f
#926337
#a07650
#ad8a69
#bb9d82
#c8b19b
#d6c4b4
#e3d8cd
#f1ebe6
#ffffff

Shades of #85501f color code

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

#85501f
#76471b
#673e18
#583514
#492c11
#3b230d
#2c1a0a
#1d1106
#0e0803
#000000

Tones

#85501f
#75512f
#645140
#545250
#525252

Tones

Similar Color like #85501f color

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

#865120
#875221
#885322
#895423
#8a5524
#8b5625
#8c5726
#8d5827
#8e5928
#8f5a29
#905b2a
#915c2b
#925d2c
#935e2d
#844f1e
#834e1d
#824d1c
#814c1b
#804b1a
#7f4a19
#7e4918
#7d4817
#7c4716
#7b4615
#7a4514
#794413
#784312
#774211

Download this Dark Brown

Hex #85501f 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.

#85501f Color Code Preview on Black Background Color

This is how #85501f Color will look on black background color. Color contrast ratio is 3.16

#85501f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #85501f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #85501f

#85501f color code is use for CSS Background Color

Background color for the above div is #85501f

HTML with inline CSS

<div style="background-color:#85501f;"></div>

#85501f color code is use for CSS Border Color

CSS Border color for the above div is #85501f

HTML with inline CSS

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

CSS Border Left color for the above div is #85501f

HTML with inline CSS

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

CSS Border Right color for the above div is #85501f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #85501f

HTML with inline CSS

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

CSS Border Top color for the above div is #85501f

HTML with inline CSS

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

#85501f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#85501f Color code Preview on White Background

This is how #85501f Color code will look on white background color. Color contrast ratio is 6.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 #85501f; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #85501f; }

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(133,80,31,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(31,84,133,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(133,80,31,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }