Skip to main content Skip to docs navigation

#cb481e 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 #cb481e Color code in RGB color code model is created after adding 79.61% red color, 28.24% green color and 11.76% blue color. Hex #cb481e Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 65% magenta, 85% yellow and 20.39% black.

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

RGB Chart

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

Color Table

Hex Color Code cb481e #cb481e
RGB Decimal 203, 72, 30 203, 72, 30
RGB Percent 80%, 28%, 12% rgb(80%, 28%, 12%)
CSS RGBa 203, 72, 30,1 rgba(203,72,30,1)
CMYK Model cmyk(0%,65%,85%,20.39%)
HSL Color Space 15,74% ,46% hsl(15,74% ,46%)
HSV Color Space 15°, 85%, 80%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11001011 01001000 00011110
Octal 313 110 36
Decimal 203 72 30
Hex cb 48 1e

Different shades of #cb481e color code.

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

Darkest of #cb481e
#46190a
Darker of #cb481e
#722811
Dark of #cb481e
#9f3817
Base of #cb481e
#cb481e
Light of #cb481e
#e2633a
Lighter
#e88667
Lightest
#efa993

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

#cb481e
#1ea1cb

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

Split Complementary

#cb481e
#1ecb9f
#1e4acb

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

Analogous Color

#cb1e59
#cb1e3c
#cb481e
#cb821e
#cbca1e

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

#cb481e
#481ecb
#1ecb48

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

#cb481e
#1ecb48
#1ea1cb
#cb1ea1

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

#cb481e
#4acb1e
#1ea1cb
#9f1ecb

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 #cb481e

#190904
#46190a
#722811
#9f3817
#cb481e
#e2633a
#e88667
#efa993
#f6cdbf

Tints of #cb481e Color

#cb481e
#d05c37
#d67050
#dc8569
#e29982
#e7ad9b
#edc2b4
#f3d6cd
#f9eae6
#ffffff

Shades of #cb481e color code

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

#cb481e
#b4401a
#9d3817
#873014
#702810
#5a200d
#43180a
#2d1006
#160803
#000000

Tones

#cb481e
#b45435
#9c604d
#856c64
#757575

Tones

Similar Color like #cb481e color

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

#cc491f
#cd4a20
#ce4b21
#cf4c22
#d04d23
#d14e24
#d24f25
#d35026
#d45127
#d55228
#d65329
#d7542a
#d8552b
#d9562c
#ca471d
#c9461c
#c8451b
#c7441a
#c64319
#c54218
#c44117
#c34016
#c23f15
#c13e14
#c03d13
#bf3c12
#be3b11
#bd3a10

Download this Dark Brown

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

#cb481e Color Code Preview on Black Background Color

This is how #cb481e Color will look on black background color. Color contrast ratio is 4.48

#cb481e in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cb481e

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cb481e

#cb481e color code is use for CSS Background Color

Background color for the above div is #cb481e

HTML with inline CSS

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

#cb481e color code is use for CSS Border Color

CSS Border color for the above div is #cb481e

HTML with inline CSS

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

CSS Border Left color for the above div is #cb481e

HTML with inline CSS

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

CSS Border Right color for the above div is #cb481e

HTML with inline CSS

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

CSS Border Bottom color for the above div is #cb481e

HTML with inline CSS

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

CSS Border Top color for the above div is #cb481e

HTML with inline CSS

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

#cb481e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#cb481e Color code Preview on White Background

This is how #cb481e Color code will look on white background color. Color contrast ratio is 4.68

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

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(203,72,30,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(30,161,203,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(203,72,30,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }