Skip to main content Skip to docs navigation

#85552d hex color | Download Dark Orange 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 Lamb Chop and its hex is #82502C Nearest Color Name

Color Hue/Base color: Orange

Hex #85552d Color code in RGB color code model is created after adding 52.16% red color, 33.33% green color and 17.65% blue color. Hex #85552d Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 36% magenta, 66% yellow and 47.84% black.

Hex #85552d color code is between #884433 web safe hex color code and #776622 web safe hex color code. #884433 is the nearest web safe color code. You can see here many more shades of #85552d color code.

RGB Chart

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

Color Table

Hex Color Code 85552d #85552d
RGB Decimal 133, 85, 45 133, 85, 45
RGB Percent 52%, 33%, 18% rgb(52%, 33%, 18%)
CSS RGBa 133, 85, 45,1 rgba(133,85,45,1)
CMYK Model cmyk(0%,36%,66%,47.84%)
HSL Color Space 27,49% ,35% hsl(27,49% ,35%)
HSV Color Space 27°, 66%, 52%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 10000101 01010101 00101101
Octal 205 125 55
Decimal 133 85 45
Hex 85 55 2d

Different shades of #85552d color code.

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

Darkest of #85552d
#130c06
Darker of #85552d
#392413
Dark of #85552d
#5f3d20
Base of #85552d
#85552d
Light of #85552d
#ab6d3a
Lighter
#c58753
Lightest
#d2a179

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

#85552d
#2d5d85

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

Split Complementary

#85552d
#2d8581
#2d3185

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

Analogous Color

#852d38
#85302d
#85552d
#85722d
#73852d

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

#85552d
#552d85
#2d8555

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

#85552d
#2d8555
#2d5d85
#852d5d

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

#85552d
#31852d
#2d5d85
#812d85

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 #85552d

#000000
#130c06
#392413
#5f3d20
#85552d
#ab6d3a
#c58753
#d2a179
#dfbc9f

Tints of #85552d Color

#85552d
#926744
#a07a5b
#ad8d73
#bba08a
#c8b3a1
#d6c6b9
#e3d9d0
#f1ece7
#ffffff

Shades of #85552d color code

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

#85552d
#764b28
#674223
#58381e
#492f19
#3b2514
#2c1c0f
#1d120a
#0e0905
#000000

Tones

#85552d
#73573f
#615851
#595959
#595959

Tones

Similar Color like #85552d color

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

#86562e
#87572f
#885830
#895931
#8a5a32
#8b5b33
#8c5c34
#8d5d35
#8e5e36
#8f5f37
#906038
#916139
#92623a
#93633b
#84542c
#83532b
#82522a
#815129
#805028
#7f4f27
#7e4e26
#7d4d25
#7c4c24
#7b4b23
#7a4a22
#794921
#784820
#77471f

Download this Dark Orange

Hex #85552d 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.

#85552d Color Code Preview on Black Background Color

This is how #85552d Color will look on black background color. Color contrast ratio is 3.33

#85552d in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #85552d

HTML with inline CSS

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

Your Example Paragraph content text in with font color #85552d

#85552d color code is use for CSS Background Color

Background color for the above div is #85552d

HTML with inline CSS

<div style="background-color:#85552d;"></div>

#85552d color code is use for CSS Border Color

CSS Border color for the above div is #85552d

HTML with inline CSS

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

CSS Border Left color for the above div is #85552d

HTML with inline CSS

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

CSS Border Right color for the above div is #85552d

HTML with inline CSS

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

CSS Border Bottom color for the above div is #85552d

HTML with inline CSS

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

CSS Border Top color for the above div is #85552d

HTML with inline CSS

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

#85552d hex Color code used as CSS color Codes

Example CSS Class for usage

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

#85552d Color code Preview on White Background

This is how #85552d Color code will look on white background color. Color contrast ratio is 6.30

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

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