Skip to main content Skip to docs navigation

#361f20 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 Black Kite and its hex is #351E1C Nearest Color Name

Color Hue/Base color: Brown

Hex #361f20 Color code in RGB color code model is created after adding 21.18% red color, 12.16% green color and 12.55% blue color. Hex #361f20 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 43% magenta, 41% yellow and 78.82% black.

Hex #361f20 color code is between #332222 web safe hex color code and #441111 web safe hex color code. #332222 is the nearest web safe color code. You can see here many more shades of #361f20 color code.

RGB Chart

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

Color Table

Hex Color Code 361f20 #361f20
RGB Decimal 54, 31, 32 54, 31, 32
RGB Percent 21%, 12%, 13% rgb(21%, 12%, 13%)
CSS RGBa 54, 31, 32,1 rgba(54,31,32,1)
CMYK Model cmyk(0%,43%,41%,78.82%)
HSL Color Space 357,27% ,17% hsl(357,27% ,17%)
HSV Color Space 357°, 43%, 21%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 00110110 00011111 00100000
Octal 66 37 40
Decimal 54 31 32
Hex 36 1f 20

Different shades of #361f20 color code.

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

Darkest of #361f20
#000000
Darker of #361f20
#000000
Dark of #361f20
#160c0d
Base of #361f20
#361f20
Light of #361f20
#563233
Lighter
#774446
Lightest
#97575a

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

#361f20
#1f3635

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

Split Complementary

#361f20
#1f362a
#1f2c36

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

Analogous Color

#361f2d
#361f2a
#361f20
#36261f
#362f1f

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

#361f20
#1f2036
#20361f

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

#361f20
#20361f
#1f3635
#351f36

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

#361f20
#2c361f
#1f3635
#2a1f36

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 #361f20

#000000
#000000
#000000
#160c0d
#361f20
#563233
#774446
#97575a
#ae7375

Tints of #361f20 Color

#361f20
#4c3738
#625051
#79696a
#8f8283
#a59b9b
#bcb4b4
#d2cdcd
#e8e6e6
#ffffff

Shades of #361f20 color code

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

#361f20
#301b1c
#2a1818
#241415
#1e1111
#180d0e
#120a0a
#0c0607
#060303
#000000

Tones

#361f20
#2e2828
#2b2b2b
#2b2b2b
#2b2b2b

Tones

Similar Color like #361f20 color

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

#372021
#382122
#392223
#3a2324
#3b2425
#3c2526
#3d2627
#3e2728
#3f2829
#40292a
#412a2b
#422b2c
#432c2d
#442d2e
#351e1f
#341d1e
#331c1d
#321b1c
#311a1b
#30191a
#2f1819
#2e1718
#2d1617
#2c1516
#2b1415
#2a1314
#291213
#281112

Download this Dark Brown

Hex #361f20 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.

#361f20 Color Code Preview on Black Background Color

This is how #361f20 Color will look on black background color. Color contrast ratio is 1.37

#361f20 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #361f20

HTML with inline CSS

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

Your Example Paragraph content text in with font color #361f20

#361f20 color code is use for CSS Background Color

Background color for the above div is #361f20

HTML with inline CSS

<div style="background-color:#361f20;"></div>

#361f20 color code is use for CSS Border Color

CSS Border color for the above div is #361f20

HTML with inline CSS

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

CSS Border Left color for the above div is #361f20

HTML with inline CSS

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

CSS Border Right color for the above div is #361f20

HTML with inline CSS

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

CSS Border Bottom color for the above div is #361f20

HTML with inline CSS

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

CSS Border Top color for the above div is #361f20

HTML with inline CSS

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

#361f20 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#361f20 Color code Preview on White Background

This is how #361f20 Color code will look on white background color. Color contrast ratio is 15.29

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

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