crispedge.com

Color picker

Loading...

#94360c hex color - Brown - Warm color - Information

#94360c hex color - Brown - Warm color

Color Mixture: Red and Orange

Color Hue/Base color: Brown

Hex #94360c Color code in RGB color code model is created after adding 58.04% red color, 21.18% green color and 4.71% blue color. Hex #94360c Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 64% magenta, 92% yellow and 42% black.

Hex #94360c color code is between #993311 web safe hex color code and #884400 web safe hex color code. #993311 is the nearest web safe color code. You can see here many more shades of #94360c color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code 94360c #94360c
RGB Decimal 148, 54, 12 rgb(148, 54, 12)
RGB Percent 58%, 21%, 5% rgb(58%, 21%, 5%)
CSS RGBa 148, 54, 12,1 rgba(148,54,12,1)
CMYK Model cmyk(0%,64%,92%,42%)
HSL Color Space 19,85% ,31% hsl(19,85% ,31%)
HSV Color Space 19°, 92%, 58%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 10010100 00110110 00001100
Octal 224 66 14
Decimal 148 54 12
Hex 94 36 0c

Different shades of #94360c color code.

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

Light Shade of #94360c
#c34710
Dark Shade of #94360c
#652508
Saturated Shade of #94360c
#9c3304
Desaturated Shade of #94360c
#8c3914
Grey scale Shade of #94360c
#505050
Brighten Shade
#ad4f25
Most Readable Shade
#FFFFFF

Shades of #94360c color code

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

#94360c
#83300a
#732a09
#622408
#521e06
#411805
#311204
#200c02
#100601
#000000

Similar Color like #94360c color

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

#95370d
#96380e
#97390f
#983a10
#993b11
#9a3c12
#9b3d13
#9c3e14
#9d3f15
#9e4016
#9f4117
#a04218
#a14319
#a2441a
#93350b
#92340a
#913309
#903208
#8f3107
#8e3006
#8d2f05
#8c2e04
#8b2d03
#8a2c02
#892b01
#882a00
#872900
#862800

Monochromatic Color with #94360c

#94360c
#be460f
#e95513
#140702
#3f1705
#692609

Tints of #94360c Color

#94360c
#9f4c27
#ab6242
#b7795d
#c38f78
#cfa593
#dbbcae
#e7d2c9
#f3e8e4
#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

#94360c
#0c6a94

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

Split Complementary

#94360c
#0c947a
#0c2694

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

Analogous Color

#940c18
#941b0c
#94360c
#94510c
#946c0c

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

#94360c
#0c9436
#360c94

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

#94360c
#26940c
#0c6a94
#7a0c94

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

#94360c
#0c6a94
#0c2694
#947a0c

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

#94360c Color Code Preview on Black Background Color

This is how #94360c Color will look on black background color. Color contrast ratio is 2.79

#94360c in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#94360c color code is use for CSS Background Color

Background color for the above div is #94360c

HTML with inline CSS

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

#94360c color code is use for CSS Border Color

CSS Border color for the above div is #94360c

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#94360c hex Color code used as CSS color Codes

Example CSS Class for usage

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

#94360c Color code Preview on White Background

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

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

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(148,54,12,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(12,106,148,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(148,54,12,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.