crispedge.com

Color picker

Loading...

#84752c hex color - Yellow - Warm color - Information

#84752c hex color - Yellow - Warm color

Color Mixture: Orange and Yellow

Color Hue/Base color: Yellow

Hex #84752c Color code in RGB color code model is created after adding 51.76% red color, 45.88% green color and 17.25% blue color. Hex #84752c Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 11% magenta, 67% yellow and 48% black.

Hex #84752c color code is between #887733 web safe hex color code and #776622 web safe hex color code. #887733 is the nearest web safe color code. You can see here many more shades of #84752c color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code84752c#84752c
RGB Decimal132, 117, 44rgb(132, 117, 44)
RGB Percent52%, 46%, 17%rgb(52%, 46%, 17%)
CSS RGBa132, 117, 44,1rgba(132,117,44,1)
CMYK Modelcmyk(0%,11%,67%,48%)
HSL Color Space50,50% ,35%hsl(50,50% ,35%)
HSV Color Space50°, 67%, 52%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary100001000111010100101100
Octal20416554
Decimal13211744
Hex84752c

Different shades of #84752c color code.

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

Light Shade of #84752c
#aa9739
Dark Shade of #84752c
#5e531f
Saturated Shade of #84752c
#8d7b23
Desaturated Shade of #84752c
#7b6f35
Grey scale Shade of #84752c
#585858
Brighten Shade
#9d8e45
Most Readable Shade
#FFFFFF

Shades of #84752c color code

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

#84752c
#756827
#665b22
#584e1d
#494118
#3a3413
#2c270e
#1d1a09
#0e0d04
#000000

Similar Color like #84752c color

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

#85762d
#86772e
#87782f
#887930
#897a31
#8a7b32
#8b7c33
#8c7d34
#8d7e35
#8e7f36
#8f8037
#908138
#918239
#92833a
#83742b
#82732a
#817229
#807128
#7f7027
#7e6f26
#7d6e25
#7c6d24
#7b6c23
#7a6b22
#796a21
#786920
#77681f
#76671e

Monochromatic Color with #84752c

#84752c
#ae9b3a
#d9c048
#040401
#2f2a10
#594f1e

Tints of #84752c Color

#84752c
#918443
#9f935a
#ada372
#bab289
#c8c1a1
#d6d1b8
#e3e0d0
#f1efe7
#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

#84752c
#2c3b84

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

Split Complementary

#84752c
#2c6784
#492c84

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

Analogous Color

#84522c
#84632c
#84752c
#81842c
#70842c

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

#84752c
#2c8475
#752c84

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

#84752c
#2c8449
#2c3b84
#842c67

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

#84752c
#2c3b84
#492c84
#67842c

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 #84752c 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.

#84752c Color Code Preview on Black Background Color

This is how #84752c Color will look on black background color. Color contrast ratio is 4.56

#84752c in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #84752c

HTML with inline CSS

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

Your Example Paragraph content text in with font color #84752c

#84752c color code is use for CSS Background Color

Background color for the above div is #84752c

HTML with inline CSS

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

#84752c color code is use for CSS Border Color

CSS Border color for the above div is #84752c

HTML with inline CSS

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

CSS Border Left color for the above div is #84752c

HTML with inline CSS

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

CSS Border Right color for the above div is #84752c

HTML with inline CSS

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

CSS Border Bottom color for the above div is #84752c

HTML with inline CSS

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

CSS Border Top color for the above div is #84752c

HTML with inline CSS

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

#84752c hex Color code used as CSS color Codes

Example CSS Class for usage

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

#84752c Color code Preview on White Background

This is how #84752c Color code will look on white background color. Color contrast ratio is 4.60

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

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

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.