crispedge.com

Color picker

Loading...

#75513a hex color - Red - Warm color - Information

#75513a hex color - Red - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Red

Hex #75513a Color code in RGB color code model is created after adding 45.88% red color, 31.76% green color and 22.75% blue color. Hex #75513a Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 31% magenta, 50% yellow and 54% black.

Hex #75513a color code is between #775533 web safe hex color code and #664444 web safe hex color code. #775533 is the nearest web safe color code. You can see here many more shades of #75513a color code.

0 Likes 0 Comments | 7 Views

RGB Chart

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

Color Table

Hex Color Code75513a#75513a
RGB Decimal117, 81, 58rgb(117, 81, 58)
RGB Percent46%, 32%, 23%rgb(46%, 32%, 23%)
CSS RGBa117, 81, 58,1rgba(117,81,58,1)
CMYK Modelcmyk(0%,31%,50%,54%)
HSL Color Space23,34% ,34%hsl(23,34% ,34%)
HSV Color Space23°, 50%, 46%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary011101010101000100111010
Octal16512172
Decimal1178158
Hex75513a

Different shades of #75513a color code.

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

Light Shade of #75513a
#97694b
Dark Shade of #75513a
#533929
Saturated Shade of #75513a
#7e4f31
Desaturated Shade of #75513a
#6c5343
Grey scale Shade of #75513a
#575757
Brighten Shade
#8e6a53
Most Readable Shade
#FFFFFF

Shades of #75513a color code

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

#75513a
#684833
#5b3f2d
#4e3626
#412d20
#342419
#271b13
#1a120c
#0d0906
#000000

Similar Color like #75513a color

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

#76523b
#77533c
#78543d
#79553e
#7a563f
#7b5740
#7c5841
#7d5942
#7e5a43
#7f5b44
#805c45
#815d46
#825e47
#835f48
#745039
#734f38
#724e37
#714d36
#704c35
#6f4b34
#6e4a33
#6d4932
#6c4831
#6b4730
#6a462f
#69452e
#68442d
#67432c

Monochromatic Color with #75513a

#75513a
#9f6e4f
#ca8c64
#f4a979
#201610
#4a3425

Tints of #75513a Color

#75513a
#84644f
#937765
#a38b7b
#b29e91
#c1b1a7
#d1c5bd
#e0d8d3
#efebe9
#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

#75513a
#3a5e75

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

Split Complementary

#75513a
#3a756e
#3a4175

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

Analogous Color

#753a3b
#75453a
#75513a
#755d3a
#75693a

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

#75513a
#3a7551
#513a75

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

#75513a
#40753a
#3a5e75
#6e3a75

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

#75513a
#3a5e75
#3a4175
#756e3a

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 #75513a 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.

#75513a Color Code Preview on Black Background Color

This is how #75513a Color will look on black background color. Color contrast ratio is 2.99

#75513a in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #75513a

HTML with inline CSS

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

Your Example Paragraph content text in with font color #75513a

#75513a color code is use for CSS Background Color

Background color for the above div is #75513a

HTML with inline CSS

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

#75513a color code is use for CSS Border Color

CSS Border color for the above div is #75513a

HTML with inline CSS

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

CSS Border Left color for the above div is #75513a

HTML with inline CSS

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

CSS Border Right color for the above div is #75513a

HTML with inline CSS

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

CSS Border Bottom color for the above div is #75513a

HTML with inline CSS

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

CSS Border Top color for the above div is #75513a

HTML with inline CSS

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

#75513a hex Color code used as CSS color Codes

Example CSS Class for usage

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

#75513a Color code Preview on White Background

This is how #75513a Color code will look on white background color. Color contrast ratio is 7.01

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

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(117,81,58,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(58,94,117,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(117,81,58,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 7 Views

Post your comment:-

By submitting comment you agree to our privacy policy.