crispedge.com

Color picker

Loading...

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

#82471c hex color - Brown - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Brown

Hex #82471c Color code in RGB color code model is created after adding 50.98% red color, 27.84% green color and 10.98% blue color. Hex #82471c Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 45% magenta, 78% yellow and 49% black.

Hex #82471c color code is between #884422 web safe hex color code and #775511 web safe hex color code. #884422 is the nearest web safe color code. You can see here many more shades of #82471c color code.

0 Likes 0 Comments | 3 Views

RGB Chart

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

Color Table

Hex Color Code82471c#82471c
RGB Decimal130, 71, 28rgb(130, 71, 28)
RGB Percent51%, 28%, 11%rgb(51%, 28%, 11%)
CSS RGBa130, 71, 28,1rgba(130,71,28,1)
CMYK Modelcmyk(0%,45%,78%,49%)
HSL Color Space25,65% ,31%hsl(25,65% ,31%)
HSV Color Space25°, 78%, 51%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary100000100100011100011100
Octal20210734
Decimal1307128
Hex82471c

Different shades of #82471c color code.

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

Light Shade of #82471c
#ac5e25
Dark Shade of #82471c
#583013
Saturated Shade of #82471c
#8a4614
Desaturated Shade of #82471c
#7a4824
Grey scale Shade of #82471c
#4f4f4f
Brighten Shade
#9b6035
Most Readable Shade
#FFFFFF

Shades of #82471c color code

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

#82471c
#733f18
#653715
#562f12
#48270f
#391f0c
#2b1709
#1c0f06
#0e0703
#000000

Similar Color like #82471c color

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

#83481d
#84491e
#854a1f
#864b20
#874c21
#884d22
#894e23
#8a4f24
#8b5025
#8c5126
#8d5227
#8e5328
#8f5429
#90552a
#81461b
#80451a
#7f4419
#7e4318
#7d4217
#7c4116
#7b4015
#7a3f14
#793e13
#783d12
#773c11
#763b10
#753a0f
#74390e

Monochromatic Color with #82471c

#82471c
#ac5e25
#d7752e
#020101
#2d190a
#573013

Tints of #82471c Color

#82471c
#8f5b35
#9d6f4e
#ab8467
#b99880
#c7ad9a
#d5c1b3
#e3d6cc
#f1eae5
#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

#82471c
#1c5782

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

Split Complementary

#82471c
#1c827a
#1c2482

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

Analogous Color

#821e1c
#82331c
#82471c
#825b1c
#82701c

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

#82471c
#1c8247
#471c82

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

#82471c
#24821c
#1c5782
#7a1c82

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

#82471c
#1c5782
#1c2482
#827a1c

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

#82471c Color Code Preview on Black Background Color

This is how #82471c Color will look on black background color. Color contrast ratio is 2.87

#82471c in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#82471c color code is use for CSS Background Color

Background color for the above div is #82471c

HTML with inline CSS

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

#82471c color code is use for CSS Border Color

CSS Border color for the above div is #82471c

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#82471c hex Color code used as CSS color Codes

Example CSS Class for usage

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

#82471c Color code Preview on White Background

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

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

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(130,71,28,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(28,87,130,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(130,71,28,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 3 Views

Post your comment:-

By submitting comment you agree to our privacy policy.