@
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.

#c5532f hex color - Orange - Warm color - Information

#c5532f hex color - Orange - Warm color

Color Mixture: Red and Orange

Color Hue/Base color: Orange

Hex #c5532f Color code in RGB color code model is created after adding 77.25% red color, 32.55% green color and 18.43% blue color. Hex #c5532f Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 58% magenta, 76% yellow and 22.75% black.

Hex #c5532f color code is between #cc5533 web safe hex color code and #bb4422 web safe hex color code. #cc5533 is the nearest web safe color code. You can see here many more shades of #c5532f color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codec5532f#c5532f
RGB Decimal197, 83, 47rgb(197, 83, 47)
RGB Percent77%, 33%, 18%rgb(77%, 33%, 18%)
CSS RGBa197, 83, 47,1rgba(197,83,47,1)
CMYK Modelcmyk(0%,58%,76%,22.75%)
HSL Color Space14,61% ,48%hsl(14,61% ,48%)
HSV Color Space14°, 76%, 77%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110001010101001100101111
Octal30512357
Decimal1978347
Hexc5532f

Different shades of #c5532f color code.

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

Light Shade of #c5532f
#d67151
Dark Shade of #c5532f
#9c4225
Saturated Shade of #c5532f
#d14d23
Desaturated Shade of #c5532f
#b9593b
Grey scale Shade of #c5532f
#7a7a7a
Brighten Shade
#de6c48
Most Readable Shade
#FFFFFF

Shades of #c5532f color code

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

#c5532f
#af4929
#994024
#83371f
#6d2e1a
#572414
#411b0f
#2b120a
#150905
#000000

Similar Color like #c5532f color

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

#c65430
#c75531
#c85632
#c95733
#ca5834
#cb5935
#cc5a36
#cd5b37
#ce5c38
#cf5d39
#d05e3a
#d15f3b
#d2603c
#d3613d
#c4522e
#c3512d
#c2502c
#c14f2b
#c04e2a
#bf4d29
#be4c28
#bd4b27
#bc4a26
#bb4925
#ba4824
#b94723
#b84622
#b74521

Monochromatic Color with #c5532f

#c5532f
#ef6539
#1b0b06
#451d11
#702f1b
#9a4125

Tints of #c5532f Color

#c5532f
#cb6646
#d1795d
#d88c74
#de9f8b
#e5b2a2
#ebc5b9
#f2d8d0
#f8ebe7
#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

#c5532f
#2fa1c5

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

Split Complementary

#c5532f
#2fc59e
#2f56c5

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

Analogous Color

#c52f47
#c5352f
#c5532f
#c5712f
#c58f2f

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

#c5532f
#2fc553
#532fc5

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

#c5532f
#56c52f
#2fa1c5
#9e2fc5

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

#c5532f
#2fa1c5
#2f56c5
#c59e2f

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

#c5532f Color Code Preview on Black Background Color

This is how #c5532f Color will look on black background color. Color contrast ratio is 4.65

#c5532f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c5532f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c5532f

#c5532f color code is use for CSS Background Color

Background color for the above div is #c5532f

HTML with inline CSS

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

#c5532f color code is use for CSS Border Color

CSS Border color for the above div is #c5532f

HTML with inline CSS

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

CSS Border Left color for the above div is #c5532f

HTML with inline CSS

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

CSS Border Right color for the above div is #c5532f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c5532f

HTML with inline CSS

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

CSS Border Top color for the above div is #c5532f

HTML with inline CSS

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

#c5532f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c5532f Color code Preview on White Background

This is how #c5532f Color code will look on white background color. Color contrast ratio is 4.51

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

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(197,83,47,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(47,161,197,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(197,83,47,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.