crispedge.com

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

#41720d hex color - Brown - Warm color

Color Hue/Base color: Brown

Hex #41720d Color code in RGB color code model is created after adding 25.49% red color, 44.71% green color and 5.1% blue color. Hex #41720d Color code in CMYK color (process color) code model is generated after subtraction of 43% cyan, 0% magenta, 89% yellow and 55% black.

Hex #41720d color code is between #447711 web safe hex color code and #336600 web safe hex color code. #447711 is the nearest web safe color code. You can see here many more shades of #41720d color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code41720d#41720d
RGB Decimal65, 114, 13rgb(65, 114, 13)
RGB Percent25%, 45%, 5%rgb(25%, 45%, 5%)
CSS RGBa65, 114, 13,1rgba(65,114,13,1)
CMYK Modelcmyk(43%,0%,89%,55%)
HSL Color Space89,80% ,25%hsl(89,80% ,25%)
HSV Color Space89°, 89%, 45%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary010000010111001000001101
Octal10116215
Decimal6511413
Hex41720d

Different shades of #41720d color code.

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

Light Shade of #41720d
#5ba012
Dark Shade of #41720d
#274408
Saturated Shade of #41720d
#417807
Desaturated Shade of #41720d
#416c13
Grey scale Shade of #41720d
#3f3f3f
Brighten Shade
#5a8b26
Most Readable Shade
#FFFFFF

Shades of #41720d color code

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

#41720d
#39650b
#32580a
#2b4c08
#243f07
#1c3205
#152604
#0e1902
#070c01
#000000

Similar Color like #41720d color

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

#42730e
#43740f
#447510
#457611
#467712
#477813
#487914
#497a15
#4a7b16
#4b7c17
#4c7d18
#4d7e19
#4e7f1a
#4f801b
#40710c
#3f700b
#3e6f0a
#3d6e09
#3c6d08
#3b6c07
#3a6b06
#396a05
#386904
#376803
#366702
#356601
#346500
#336400

Monochromatic Color with #41720d

#41720d
#599c12
#71c717
#8af11c
#111d03
#294708

Tints of #41720d Color

#41720d
#568127
#6b9142
#80a15d
#95b078
#aac093
#bfd0ae
#d4dfc9
#e9efe4
#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

#41720d
#3e0d72

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

Split Complementary

#41720d
#0d0e72
#710d72

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

Analogous Color

#69720d
#55720d
#41720d
#2d720d
#19720d

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

#41720d
#0d4172
#720d41

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

#41720d
#0d7270
#3e0d72
#720d0f

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

#41720d
#3e0d72
#710d72
#0e720d

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

#41720d Color Code Preview on Black Background Color

This is how #41720d Color will look on black background color. Color contrast ratio is 3.64

#41720d in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#41720d color code is use for CSS Background Color

Background color for the above div is #41720d

HTML with inline CSS

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

#41720d color code is use for CSS Border Color

CSS Border color for the above div is #41720d

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#41720d hex Color code used as CSS color Codes

Example CSS Class for usage

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

#41720d Color code Preview on White Background

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

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

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(65,114,13,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(62,13,114,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(65,114,13,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.

< /html>