crispedge.com

Color picker

Loading...

#84200c hex color - Brown - Warm color - Information

#84200c hex color - Brown - Warm color

Color Hue/Base color: Brown

Hex #84200c Color code in RGB color code model is created after adding 51.76% red color, 12.55% green color and 4.71% blue color. Hex #84200c Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 76% magenta, 91% yellow and 48% black.

Hex #84200c color code is between #882211 web safe hex color code and #771100 web safe hex color code. #882211 is the nearest web safe color code. You can see here many more shades of #84200c color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code84200c#84200c
RGB Decimal132, 32, 12rgb(132, 32, 12)
RGB Percent52%, 13%, 5%rgb(52%, 13%, 5%)
CSS RGBa132, 32, 12,1rgba(132,32,12,1)
CMYK Modelcmyk(0%,76%,91%,48%)
HSL Color Space10,83% ,28%hsl(10,83% ,28%)
HSV Color Space10°, 91%, 52%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary100001000010000000001100
Octal2044014
Decimal1323212
Hex84200c

Different shades of #84200c color code.

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

Light Shade of #84200c
#b32b10
Dark Shade of #84200c
#551508
Saturated Shade of #84200c
#8b1b05
Desaturated Shade of #84200c
#7d2513
Grey scale Shade of #84200c
#484848
Brighten Shade
#9d3925
Most Readable Shade
#FFFFFF

Shades of #84200c color code

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

#84200c
#751c0a
#661809
#581508
#491106
#3a0e05
#2c0a04
#1d0702
#0e0301
#000000

Similar Color like #84200c color

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

#85210d
#86220e
#87230f
#882410
#892511
#8a2612
#8b2713
#8c2814
#8d2915
#8e2a16
#8f2b17
#902c18
#912d19
#922e1a
#831f0b
#821e0a
#811d09
#801c08
#7f1b07
#7e1a06
#7d1905
#7c1804
#7b1703
#7a1602
#791501
#781400
#771300
#761200

Monochromatic Color with #84200c

#84200c
#ae2a10
#d93514
#040100
#2f0b04
#591608

Tints of #84200c Color

#84200c
#913827
#9f5142
#ad6a5d
#ba8378
#c89b93
#d6b4ae
#e3cdc9
#f1e6e4
#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

#84200c
#0c7084

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

Split Complementary

#84200c
#0c845c
#0c3484

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

Analogous Color

#840c28
#840c10
#84200c
#84380c
#84500c

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

#84200c
#0c8420
#200c84

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

#84200c
#34840c
#0c7084
#5c0c84

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

#84200c
#0c7084
#0c3484
#845c0c

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 #84200c 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.

#84200c Color Code Preview on Black Background Color

This is how #84200c Color will look on black background color. Color contrast ratio is 2.19

#84200c in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #84200c

HTML with inline CSS

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

Your Example Paragraph content text in with font color #84200c

#84200c color code is use for CSS Background Color

Background color for the above div is #84200c

HTML with inline CSS

<div style="background-color:#84200c;"></div>

#84200c color code is use for CSS Border Color

CSS Border color for the above div is #84200c

HTML with inline CSS

<div style="border:5px solid #84200c;"></div>

CSS Border Left color for the above div is #84200c

HTML with inline CSS

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

CSS Border Right color for the above div is #84200c

HTML with inline CSS

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

CSS Border Bottom color for the above div is #84200c

HTML with inline CSS

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

CSS Border Top color for the above div is #84200c

HTML with inline CSS

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

#84200c hex Color code used as CSS color Codes

Example CSS Class for usage

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

#84200c Color code Preview on White Background

This is how #84200c Color code will look on white background color. Color contrast ratio is 9.58

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

Gradient Background

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

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE


 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(132,32,12,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(12,112,132,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(132,32,12,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.