crispedge.com

Color picker

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

#704341 hex color - Roast Coffee - Red - Warm color - Information

#704341 hex color - Roast Coffee - Red - Warm color

Color Hue/Base color: Red

Hex #704341 Color Code is also known as Roast Coffee color.

Hex #704341 Color code in RGB color code model is created after adding 43.92% red color, 26.27% green color and 25.49% blue color. Hex #704341 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 40% magenta, 42% yellow and 56% black.

Hex #704341 color code is between #774444 web safe hex color code and #663333 web safe hex color code. #774444 is the nearest web safe color code. You can see here many more shades of #704341 color code.

0 Likes 0 Comments | 40 Views

Color Table

Hex Color Code704341#704341
RGB Decimal112, 67, 65rgb(112, 67, 65)
RGB Percent44%, 26%, 25%rgb(44%, 26%, 25%)
CSS RGBa112, 67, 65,1rgba(112,67,65,1)
CMYK Modelcmyk(0%,40%,42%,56%)
HSL Color Space3,27% ,35%hsl(3,27% ,35%)
HSV Color Space3°, 42%, 44%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary011100000100001101000001
Octal160103101
Decimal1126765
Hex704341

Different shades of #704341 color code.

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

Light Shade of #704341
#905654
Dark Shade of #704341
#50302e
Saturated Shade of #704341
#793b38
Desaturated Shade of #704341
#674b4a
Grey scale Shade of #704341
#585858
Brighten Shade
#895c5a
Most Readable Shade
#FFFFFF

Shades of #704341 color code

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

#704341
#633b39
#573432
#4a2c2b
#3e2524
#311d1c
#251615
#180e0e
#0c0707
#000000

Similar Color like #704341 color

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

#714442
#724543
#734644
#744745
#754846
#764947
#774a48
#784b49
#794c4a
#7a4d4b
#7b4e4c
#7c4f4d
#7d504e
#7e514f
#6f4240
#6e413f
#6d403e
#6c3f3d
#6b3e3c
#6a3d3b
#693c3a
#683b39
#673a38
#663937
#653836
#643735
#633634
#623533

Monochromatic Color with #704341

#704341
#9a5c5a
#c57672
#ef8f8b
#1b1010
#452a28

Tints of #704341 Color

#704341
#7f5756
#8f6c6b
#9f8180
#af9695
#bfabaa
#cfc0bf
#dfd5d4
#efeae9
#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

#704341
#416e70

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

Split Complementary

#704341
#41705b
#415670

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

Analogous Color

#704152
#704148
#704341
#704c41
#705641

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

#704341
#417043
#434170

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

#704341
#567041
#416e70
#5a4170

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

#704341
#416e70
#415670
#705b41

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 #704341 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.

#704341 Color Code Preview on Black Background Color

This is how #704341 Color will look on black background color. Color contrast ratio is 2.57

#704341 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #704341

HTML with inline CSS

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

Your Example Paragraph content text in with font color #704341

#704341 color code is use for CSS Background Color

Background color for the above div is #704341

HTML with inline CSS

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

#704341 color code is use for CSS Border Color

CSS Border color for the above div is #704341

HTML with inline CSS

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

CSS Border Left color for the above div is #704341

HTML with inline CSS

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

CSS Border Right color for the above div is #704341

HTML with inline CSS

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

CSS Border Bottom color for the above div is #704341

HTML with inline CSS

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

CSS Border Top color for the above div is #704341

HTML with inline CSS

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

#704341 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#704341 Color code Preview on White Background

This is how #704341 Color code will look on white background color. Color contrast ratio is 8.18

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

Related Gradients

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

0 Likes 0 Comments | 40 Views

Post your comment:-

By submitting comment you agree to our privacy policy.