crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#82491f hex color - Brown - Warm color - Information

#82491f hex color - Brown - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Brown

Hex #82491f Color code in RGB color code model is created after adding 50.98% red color, 28.63% green color and 12.16% blue color. Hex #82491f Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 44% magenta, 76% yellow and 49% black.

Hex #82491f 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 #82491f color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code82491f#82491f
RGB Decimal130, 73, 31rgb(130, 73, 31)
RGB Percent51%, 29%, 12%rgb(51%, 29%, 12%)
CSS RGBa130, 73, 31,1rgba(130,73,31,1)
CMYK Modelcmyk(0%,44%,76%,49%)
HSL Color Space25,61% ,32%hsl(25,61% ,32%)
HSV Color Space25°, 76%, 51%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary100000100100100100011111
Octal20211137
Decimal1307331
Hex82491f

Different shades of #82491f color code.

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

Light Shade of #82491f
#ab6029
Dark Shade of #82491f
#593215
Saturated Shade of #82491f
#8a4817
Desaturated Shade of #82491f
#7a4a27
Grey scale Shade of #82491f
#505050
Brighten Shade
#9b6238
Most Readable Shade
#FFFFFF

Shades of #82491f color code

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

#82491f
#73401b
#653818
#563014
#482811
#39200d
#2b180a
#1c1006
#0e0803
#000000

Similar Color like #82491f color

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

#834a20
#844b21
#854c22
#864d23
#874e24
#884f25
#895026
#8a5127
#8b5228
#8c5329
#8d542a
#8e552b
#8f562c
#90572d
#81481e
#80471d
#7f461c
#7e451b
#7d441a
#7c4319
#7b4218
#7a4117
#794016
#783f15
#773e14
#763d13
#753c12
#743b11

Monochromatic Color with #82491f

#82491f
#ac6129
#d77933
#020101
#2d190b
#573115

Tints of #82491f Color

#82491f
#8f5d37
#9d7150
#ab8569
#b99982
#c7ae9b
#d5c2b4
#e3d6cd
#f1eae6
#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

#82491f
#1f5882

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

Split Complementary

#82491f
#1f827a
#1f2782

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

Analogous Color

#82211f
#82351f
#82491f
#825d1f
#82711f

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

#82491f
#1f8249
#491f82

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

#82491f
#26821f
#1f5882
#7a1f82

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

#82491f
#1f5882
#1f2782
#827a1f

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 #82491f 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.

#82491f Color Code Preview on Black Background Color

This is how #82491f Color will look on black background color. Color contrast ratio is 2.92

#82491f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #82491f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #82491f

#82491f color code is use for CSS Background Color

Background color for the above div is #82491f

HTML with inline CSS

<div style="background-color:#82491f;"></div>

#82491f color code is use for CSS Border Color

CSS Border color for the above div is #82491f

HTML with inline CSS

<div style="border:5px solid #82491f;"></div>

CSS Border Left color for the above div is #82491f

HTML with inline CSS

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

CSS Border Right color for the above div is #82491f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #82491f

HTML with inline CSS

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

CSS Border Top color for the above div is #82491f

HTML with inline CSS

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

#82491f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#82491f Color code Preview on White Background

This is how #82491f Color code will look on white background color. Color contrast ratio is 7.19

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

Related Gradients

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

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.