crispedge.com

#cb7f30 hex color - Brown - Warm color - Information

#cb7f30 hex color - Brown - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Brown

Hex #cb7f30 Color code in RGB color code model is created after adding 79.61% red color, 49.8% green color and 18.82% blue color. Hex #cb7f30 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 37% magenta, 76% yellow and 20% black.

Hex #cb7f30 color code is between #cc7733 web safe hex color code and #bb8822 web safe hex color code. #cc7733 is the nearest web safe color code. You can see here many more shades of #cb7f30 color code.

0 Likes 0 Comments | 4 Views

RGB Chart

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

Color Table

Hex Color Codecb7f30#cb7f30
RGB Decimal203, 127, 48rgb(203, 127, 48)
RGB Percent80%, 50%, 19%rgb(80%, 50%, 19%)
CSS RGBa203, 127, 48,1rgba(203,127,48,1)
CMYK Modelcmyk(0%,37%,76%,20%)
HSL Color Space31,62% ,49%hsl(31,62% ,49%)
HSV Color Space31°, 76%, 80%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110010110111111100110000
Octal31317760
Decimal20312748
Hexcb7f30

Different shades of #cb7f30 color code.

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

Light Shade of #cb7f30
#d79857
Dark Shade of #cb7f30
#a26526
Saturated Shade of #cb7f30
#d87f23
Desaturated Shade of #cb7f30
#be7f3d
Grey scale Shade of #cb7f30
#7d7d7d
Brighten Shade
#e49849
Most Readable Shade
#000000

Shades of #cb7f30 color code

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

#cb7f30
#b4702a
#9d6225
#875420
#70461a
#5a3815
#432a10
#2d1c0a
#160e05
#000000

Similar Color like #cb7f30 color

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

#cc8031
#cd8132
#ce8233
#cf8334
#d08435
#d18536
#d28637
#d38738
#d48839
#d5893a
#d68a3b
#d78b3c
#d88c3d
#d98d3e
#ca7e2f
#c97d2e
#c87c2d
#c77b2c
#c67a2b
#c5792a
#c47829
#c37728
#c27627
#c17526
#c07425
#bf7324
#be7223
#bd7122

Monochromatic Color with #cb7f30

#cb7f30
#f59a3a
#211508
#4b2f12
#764a1c
#a06426

Tints of #cb7f30 Color

#cb7f30
#d08d47
#d69b5e
#dca975
#e2b78c
#e7c6a3
#edd4ba
#f3e2d1
#f9f0e8
#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

#cb7f30
#307ccb

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

Split Complementary

#cb7f30
#30cacb
#3230cb

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

Analogous Color

#cb4130
#cb6030
#cb7f30
#cb9e30
#cbbd30

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

#cb7f30
#30cb7f
#7f30cb

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

#cb7f30
#30cb31
#307ccb
#cb30c9

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

#cb7f30
#307ccb
#3230cb
#c9cb30

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

#cb7f30 Color Code Preview on Black Background Color

This is how #cb7f30 Color will look on black background color. Color contrast ratio is 6.62

#cb7f30 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cb7f30

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cb7f30

#cb7f30 color code is use for CSS Background Color

Background color for the above div is #cb7f30

HTML with inline CSS

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

#cb7f30 color code is use for CSS Border Color

CSS Border color for the above div is #cb7f30

HTML with inline CSS

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

CSS Border Left color for the above div is #cb7f30

HTML with inline CSS

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

CSS Border Right color for the above div is #cb7f30

HTML with inline CSS

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

CSS Border Bottom color for the above div is #cb7f30

HTML with inline CSS

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

CSS Border Top color for the above div is #cb7f30

HTML with inline CSS

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

#cb7f30 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#cb7f30 Color code Preview on White Background

This is how #cb7f30 Color code will look on white background color. Color contrast ratio is 3.17

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

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

0 Likes 0 Comments | 4 Views

Post your comment:-

By submitting comment you agree to our privacy policy.

< /html>