Skip to main content Skip to docs navigation

#ca441f hex color | Download Dark Brown BG image | Information

Color Picker

@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

Color Info

Woow we have a nearby visually matching color name available. It's name is Pantone 173 C and its hex is #CF4520 Nearest Color Name

Color Hue/Base color: Brown

Hex #ca441f Color code in RGB color code model is created after adding 79.22% red color, 26.67% green color and 12.16% blue color. Hex #ca441f Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 66% magenta, 85% yellow and 20.78% black.

Hex #ca441f color code is between #cc3322 web safe hex color code and #bb5511 web safe hex color code. #cc3322 is the nearest web safe color code. You can see here many more shades of #ca441f color code.

RGB Chart

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

Color Table

Hex Color Code ca441f #ca441f
RGB Decimal 202, 68, 31 202, 68, 31
RGB Percent 79%, 27%, 12% rgb(79%, 27%, 12%)
CSS RGBa 202, 68, 31,1 rgba(202,68,31,1)
CMYK Model cmyk(0%,66%,85%,20.78%)
HSL Color Space 13,73% ,46% hsl(13,73% ,46%)
HSV Color Space 13°, 85%, 79%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11001010 01000100 00011111
Octal 312 104 37
Decimal 202 68 31
Hex ca 44 1f

Different shades of #ca441f color code.

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

Darkest of #ca441f
#45170b
Darker of #ca441f
#722611
Dark of #ca441f
#9e3518
Base of #ca441f
#ca441f
Light of #ca441f
#e15f3b
Lighter
#e88367
Lightest
#efa794

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

#ca441f
#1fa5ca

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

Split Complementary

#ca441f
#1fca9a
#1f50ca

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

Analogous Color

#ca1f5e
#ca1f41
#ca441f
#ca7d1f
#cac41f

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

#ca441f
#441fca
#1fca44

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

#ca441f
#1fca44
#1fa5ca
#ca1fa5

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Square Color

#ca441f
#50ca1f
#1fa5ca
#9a1fca

Square 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).

Monochromatic Color with #ca441f

#190804
#45170b
#722611
#9e3518
#ca441f
#e15f3b
#e88367
#efa794
#f5cbc0

Tints of #ca441f Color

#ca441f
#cf5837
#d56d50
#db8269
#e19782
#e7ab9b
#edc0b4
#f3d5cd
#f9eae6
#ffffff

Shades of #ca441f color code

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

#ca441f
#b33c1b
#9d3418
#862d14
#702511
#591e0d
#43160a
#2c0f06
#160703
#000000

Tones

#ca441f
#b35136
#9b5e4e
#846c65
#757575

Tones

Similar Color like #ca441f color

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

#cb4520
#cc4621
#cd4722
#ce4823
#cf4924
#d04a25
#d14b26
#d24c27
#d34d28
#d44e29
#d54f2a
#d6502b
#d7512c
#d8522d
#c9431e
#c8421d
#c7411c
#c6401b
#c53f1a
#c43e19
#c33d18
#c23c17
#c13b16
#c03a15
#bf3914
#be3813
#bd3712
#bc3611

Download this Dark Brown

Hex #ca441f 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.

#ca441f Color Code Preview on Black Background Color

This is how #ca441f Color will look on black background color. Color contrast ratio is 4.36

#ca441f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ca441f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ca441f

#ca441f color code is use for CSS Background Color

Background color for the above div is #ca441f

HTML with inline CSS

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

#ca441f color code is use for CSS Border Color

CSS Border color for the above div is #ca441f

HTML with inline CSS

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

CSS Border Left color for the above div is #ca441f

HTML with inline CSS

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

CSS Border Right color for the above div is #ca441f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ca441f

HTML with inline CSS

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

CSS Border Top color for the above div is #ca441f

HTML with inline CSS

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

#ca441f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ca441f Color code Preview on White Background

This is how #ca441f Color code will look on white background color. Color contrast ratio is 4.82

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

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(202,68,31,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(31,165,202,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(202,68,31,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }