Skip to main content Skip to docs navigation

#545a09 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 Lustrian Undergrowth and its hex is #415A09 Nearest Color Name

Color Hue/Base color: Brown

Hex #545a09 Color code in RGB color code model is created after adding 32.94% red color, 35.29% green color and 3.53% blue color. Hex #545a09 Color code in CMYK color (process color) code model is generated after subtraction of 7% cyan, 0% magenta, 90% yellow and 64.71% black.

Hex #545a09 color code is between #555511 web safe hex color code and #446600 web safe hex color code. #555511 is the nearest web safe color code. You can see here many more shades of #545a09 color code.

RGB Chart

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

Color Table

Hex Color Code 545a09 #545a09
RGB Decimal 84, 90, 9 84, 90, 9
RGB Percent 33%, 35%, 4% rgb(33%, 35%, 4%)
CSS RGBa 84, 90, 9,1 rgba(84,90,9,1)
CMYK Model cmyk(7%,0%,90%,64.71%)
HSL Color Space 64,82% ,19% hsl(64,82% ,19%)
HSV Color Space 64°, 90%, 35%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 01010100 01011010 00001001
Octal 124 132 11
Decimal 84 90 9
Hex 54 5a 09

Different shades of #545a09 color code.

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

Darkest of #545a09
#000000
Darker of #545a09
#000000
Dark of #545a09
#292c04
Base of #545a09
#545a09
Light of #545a09
#7f880e
Lighter
#abb712
Lightest
#d6e517

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

#545a09
#0f095a

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

Split Complementary

#545a09
#092c5a
#37095a

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

Analogous Color

#5a3109
#5a3e09
#545a09
#395a09
#175a09

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

#545a09
#5a0954
#09545a

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

#545a09
#09545a
#0f095a
#5a0f09

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

#545a09
#095a37
#0f095a
#5a092c

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 #545a09

#000000
#000000
#000000
#292c04
#545a09
#7f880e
#abb712
#d6e517
#e0ec43

Tints of #545a09 Color

#545a09
#676c24
#7a7e3f
#8d915b
#a0a376
#b3b591
#c6c8ad
#d9dac8
#ecece3
#ffffff

Shades of #545a09 color code

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

#545a09
#4a5008
#414607
#383c06
#2e3205
#252804
#1c1e03
#121402
#090a01
#000000

Tones

#545a09
#4c5013
#43461d
#3b3c27
#323231

Tones

Similar Color like #545a09 color

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

#555b0a
#565c0b
#575d0c
#585e0d
#595f0e
#5a600f
#5b6110
#5c6211
#5d6312
#5e6413
#5f6514
#606615
#616716
#626817
#535908
#525807
#515706
#505605
#4f5504
#4e5403
#4d5302
#4c5201
#4b5100
#4a5000
#494f00
#484e00
#474d00
#464c00

Download this Dark Brown

Hex #545a09 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.

#545a09 Color Code Preview on Black Background Color

This is how #545a09 Color will look on black background color. Color contrast ratio is 2.84

#545a09 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #545a09

HTML with inline CSS

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

Your Example Paragraph content text in with font color #545a09

#545a09 color code is use for CSS Background Color

Background color for the above div is #545a09

HTML with inline CSS

<div style="background-color:#545a09;"></div>

#545a09 color code is use for CSS Border Color

CSS Border color for the above div is #545a09

HTML with inline CSS

<div style="border:5px solid #545a09;"></div>

CSS Border Left color for the above div is #545a09

HTML with inline CSS

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

CSS Border Right color for the above div is #545a09

HTML with inline CSS

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

CSS Border Bottom color for the above div is #545a09

HTML with inline CSS

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

CSS Border Top color for the above div is #545a09

HTML with inline CSS

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

#545a09 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#545a09 Color code Preview on White Background

This is how #545a09 Color code will look on white background color. Color contrast ratio is 7.39

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

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