crispedge.com

Color picker

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

#70820d hex color - Brown - Warm color - Information

#70820d hex color - Brown - Warm color

Color Mixture: Yellow and Green

Color Hue/Base color: Brown

Hex #70820d Color code in RGB color code model is created after adding 43.92% red color, 50.98% green color and 5.1% blue color. Hex #70820d Color code in CMYK color (process color) code model is generated after subtraction of 14% cyan, 0% magenta, 90% yellow and 49% black.

Hex #70820d color code is between #778811 web safe hex color code and #667700 web safe hex color code. #778811 is the nearest web safe color code. You can see here many more shades of #70820d color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code70820d#70820d
RGB Decimal112, 130, 13rgb(112, 130, 13)
RGB Percent44%, 51%, 5%rgb(44%, 51%, 5%)
CSS RGBa112, 130, 13,1rgba(112,130,13,1)
CMYK Modelcmyk(14%,0%,90%,49%)
HSL Color Space69,82% ,28%hsl(69,82% ,28%)
HSV Color Space69°, 90%, 51%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary011100001000001000001101
Octal16020215
Decimal11213013
Hex70820d

Different shades of #70820d color code.

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

Light Shade of #70820d
#98b012
Dark Shade of #70820d
#485408
Saturated Shade of #70820d
#758906
Desaturated Shade of #70820d
#6b7b14
Grey scale Shade of #70820d
#474747
Brighten Shade
#899b26
Most Readable Shade
#FFFFFF

Shades of #70820d color code

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

#70820d
#63730b
#57650a
#4a5608
#3e4807
#313905
#252b04
#181c02
#0c0e01
#000000

Similar Color like #70820d color

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

#71830e
#72840f
#738510
#748611
#758712
#768813
#778914
#788a15
#798b16
#7a8c17
#7b8d18
#7c8e19
#7d8f1a
#7e901b
#6f810c
#6e800b
#6d7f0a
#6c7e09
#6b7d08
#6a7c07
#697b06
#687a05
#677904
#667803
#657702
#647601
#637500
#627400

Monochromatic Color with #70820d

#70820d
#95ac11
#b9d715
#020200
#272d04
#4b5709

Tints of #70820d Color

#70820d
#7f8f27
#8f9d42
#9fab5d
#afb978
#bfc793
#cfd5ae
#dfe3c9
#eff1e4
#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

#70820d
#1f0d82

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

Split Complementary

#70820d
#0d3682
#590d82

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

Analogous Color

#82650d
#827d0d
#70820d
#59820d
#41820d

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

#70820d
#0d7082
#820d70

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

#70820d
#0d8259
#1f0d82
#820d35

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

#70820d
#1f0d82
#590d82
#36820d

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 #70820d 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.

#70820d Color Code Preview on Black Background Color

This is how #70820d Color will look on black background color. Color contrast ratio is 4.89

#70820d in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #70820d

HTML with inline CSS

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

Your Example Paragraph content text in with font color #70820d

#70820d color code is use for CSS Background Color

Background color for the above div is #70820d

HTML with inline CSS

<div style="background-color:#70820d;"></div>

#70820d color code is use for CSS Border Color

CSS Border color for the above div is #70820d

HTML with inline CSS

<div style="border:5px solid #70820d;"></div>

CSS Border Left color for the above div is #70820d

HTML with inline CSS

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

CSS Border Right color for the above div is #70820d

HTML with inline CSS

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

CSS Border Bottom color for the above div is #70820d

HTML with inline CSS

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

CSS Border Top color for the above div is #70820d

HTML with inline CSS

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

#70820d hex Color code used as CSS color Codes

Example CSS Class for usage

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

#70820d Color code Preview on White Background

This is how #70820d Color code will look on white background color. Color contrast ratio is 4.30

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

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.