crispedge.com

Color picker

Loading...

#cb5c13 hex color - Brown - Warm color - Information

#cb5c13 hex color - Brown - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Brown

Hex #cb5c13 Color code in RGB color code model is created after adding 79.61% red color, 36.08% green color and 7.45% blue color. Hex #cb5c13 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 55% magenta, 91% yellow and 20% black.

Hex #cb5c13 color code is between #cc5511 web safe hex color code and #bb6622 web safe hex color code. #cc5511 is the nearest web safe color code. You can see here many more shades of #cb5c13 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codecb5c13#cb5c13
RGB Decimal203, 92, 19rgb(203, 92, 19)
RGB Percent80%, 36%, 7%rgb(80%, 36%, 7%)
CSS RGBa203, 92, 19,1rgba(203,92,19,1)
CMYK Modelcmyk(0%,55%,91%,20%)
HSL Color Space24,83% ,44%hsl(24,83% ,44%)
HSV Color Space24°, 91%, 80%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110010110101110000010011
Octal31313423
Decimal2039219
Hexcb5c13

Different shades of #cb5c13 color code.

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

Light Shade of #cb5c13
#eb7426
Dark Shade of #cb5c13
#9c470f
Saturated Shade of #cb5c13
#d65a08
Desaturated Shade of #cb5c13
#c05e1e
Grey scale Shade of #cb5c13
#6f6f6f
Brighten Shade
#e4752c
Most Readable Shade
#FFFFFF

Shades of #cb5c13 color code

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

#cb5c13
#b45110
#9d470e
#873d0c
#70330a
#5a2808
#431e06
#2d1404
#160a02
#000000

Similar Color like #cb5c13 color

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

#cc5d14
#cd5e15
#ce5f16
#cf6017
#d06118
#d16219
#d2631a
#d3641b
#d4651c
#d5661d
#d6671e
#d7681f
#d86920
#d96a21
#ca5b12
#c95a11
#c85910
#c7580f
#c6570e
#c5560d
#c4550c
#c3540b
#c2530a
#c15209
#c05108
#bf5007
#be4f06
#bd4e05

Monochromatic Color with #cb5c13

#cb5c13
#f56f17
#210f03
#4b2207
#76350b
#a0490f

Tints of #cb5c13 Color

#cb5c13
#d06e2d
#d68047
#dc9261
#e2a47b
#e7b696
#edc8b0
#f3daca
#f9ece4
#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

#cb5c13
#1382cb

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

Split Complementary

#cb5c13
#13cbb8
#1326cb

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

Analogous Color

#cb1314
#cb3713
#cb5c13
#cb8113
#cba613

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

#cb5c13
#13cb5c
#5c13cb

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

#cb5c13
#26cb13
#1382cb
#b813cb

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

#cb5c13
#1382cb
#1326cb
#cbb813

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 #cb5c13 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.

#cb5c13 Color Code Preview on Black Background Color

This is how #cb5c13 Color will look on black background color. Color contrast ratio is 5.08

#cb5c13 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cb5c13

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cb5c13

#cb5c13 color code is use for CSS Background Color

Background color for the above div is #cb5c13

HTML with inline CSS

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

#cb5c13 color code is use for CSS Border Color

CSS Border color for the above div is #cb5c13

HTML with inline CSS

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

CSS Border Left color for the above div is #cb5c13

HTML with inline CSS

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

CSS Border Right color for the above div is #cb5c13

HTML with inline CSS

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

CSS Border Bottom color for the above div is #cb5c13

HTML with inline CSS

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

CSS Border Top color for the above div is #cb5c13

HTML with inline CSS

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

#cb5c13 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#cb5c13 Color code Preview on White Background

This is how #cb5c13 Color code will look on white background color. Color contrast ratio is 4.13

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

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(203,92,19,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(19,130,203,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(203,92,19,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.