crispedge.com

Color picker

Loading...

#c38d71 hex color - Brown - Warm color - Information

#c38d71 hex color - Brown - Warm color

Color Hue/Base color: Brown

Hex #c38d71 Color code in RGB color code model is created after adding 76.47% red color, 55.29% green color and 44.31% blue color. Hex #c38d71 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 28% magenta, 42% yellow and 24% black.

Hex #c38d71 color code is between #bb8877 web safe hex color code and #cc9966 web safe hex color code. #bb8877 is the nearest web safe color code. You can see here many more shades of #c38d71 color code.

0 Likes 0 Comments | 4 Views

RGB Chart

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

Color Table

Hex Color Codec38d71#c38d71
RGB Decimal195, 141, 113rgb(195, 141, 113)
RGB Percent76%, 55%, 44%rgb(76%, 55%, 44%)
CSS RGBa195, 141, 113,1rgba(195,141,113,1)
CMYK Modelcmyk(0%,28%,42%,24%)
HSL Color Space20,41% ,60%hsl(20,41% ,60%)
HSV Color Space20°, 42%, 76%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110000111000110101110001
Octal303215161
Decimal195141113
Hexc38d71

Different shades of #c38d71 color code.

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

Light Shade of #c38d71
#d2aa95
Dark Shade of #c38d71
#b4704d
Saturated Shade of #c38d71
#cd8a67
Desaturated Shade of #c38d71
#b9907b
Grey scale Shade of #c38d71
#9a9a9a
Brighten Shade
#dca68a
Most Readable Shade
#000000

Shades of #c38d71 color code

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

#c38d71
#ad7d64
#976d57
#825e4b
#6c4e3e
#563e32
#412f25
#2b1f19
#150f0c
#000000

Similar Color like #c38d71 color

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

#c48e72
#c58f73
#c69074
#c79175
#c89276
#c99377
#ca9478
#cb9579
#cc967a
#cd977b
#ce987c
#cf997d
#d09a7e
#d19b7f
#c28c70
#c18b6f
#c08a6e
#bf896d
#be886c
#bd876b
#bc866a
#bb8569
#ba8468
#b98367
#b88266
#b78165
#b68064
#b57f63

Monochromatic Color with #c38d71

#c38d71
#edac8a
#19120e
#433127
#6e5040
#986e58

Tints of #c38d71 Color

#c38d71
#c99980
#d0a690
#d7b3a0
#ddbfb0
#e4ccbf
#ebd9cf
#f1e5df
#f8f2ef
#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

#c38d71
#71a7c3

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

Split Complementary

#c38d71
#71c3b6
#717ec3

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

Analogous Color

#c37176
#c37d71
#c38d71
#c39d71
#c3ae71

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

#c38d71
#71c38d
#8d71c3

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

#c38d71
#7ec371
#71a7c3
#b671c3

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

#c38d71
#71a7c3
#717ec3
#c3b671

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

#c38d71 Color Code Preview on Black Background Color

This is how #c38d71 Color will look on black background color. Color contrast ratio is 7.37

#c38d71 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c38d71

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c38d71

#c38d71 color code is use for CSS Background Color

Background color for the above div is #c38d71

HTML with inline CSS

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

#c38d71 color code is use for CSS Border Color

CSS Border color for the above div is #c38d71

HTML with inline CSS

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

CSS Border Left color for the above div is #c38d71

HTML with inline CSS

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

CSS Border Right color for the above div is #c38d71

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c38d71

HTML with inline CSS

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

CSS Border Top color for the above div is #c38d71

HTML with inline CSS

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

#c38d71 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c38d71 Color code Preview on White Background

This is how #c38d71 Color code will look on white background color. Color contrast ratio is 2.85

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

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(195,141,113,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(113,167,195,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(195,141,113,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 4 Views

Post your comment:-

By submitting comment you agree to our privacy policy.