crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#28140e hex color - Brown - Warm color - Information

#28140e hex color - Brown - Warm color

Color Mixture: Red and Orange

Color Hue/Base color: Brown

Hex #28140e Color code in RGB color code model is created after adding 15.69% red color, 7.84% green color and 5.49% blue color. Hex #28140e Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 50% magenta, 65% yellow and 84% black.

Hex #28140e color code is between #221111 web safe hex color code and #332200 web safe hex color code. #221111 is the nearest web safe color code. You can see here many more shades of #28140e color code.

0 Likes 0 Comments | 2 Views

Color Table

Hex Color Code28140e#28140e
RGB Decimal40, 20, 14rgb(40, 20, 14)
RGB Percent16%, 8%, 5%rgb(16%, 8%, 5%)
CSS RGBa40, 20, 14,1rgba(40,20,14,1)
CMYK Modelcmyk(0%,50%,65%,84%)
HSL Color Space14,48% ,11%hsl(14,48% ,11%)
HSV Color Space14°, 65%, 16%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary001010000001010000001110
Octal502416
Decimal402014
Hex28140e

Different shades of #28140e color code.

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

Light Shade of #28140e
#4e271b
Dark Shade of #28140e
#020101
Saturated Shade of #28140e
#2b130b
Desaturated Shade of #28140e
#251511
Grey scale Shade of #28140e
#1b1b1b
Brighten Shade
#412d27
Most Readable Shade
#FFFFFF

Shades of #28140e color code

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

#28140e
#23110c
#1f0f0a
#1a0d09
#160b07
#110806
#0d0604
#080403
#040201
#000000

Similar Color like #28140e color

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

#29150f
#2a1610
#2b1711
#2c1812
#2d1913
#2e1a14
#2f1b15
#301c16
#311d17
#321e18
#331f19
#34201a
#35211b
#36221c
#27130d
#26120c
#25110b
#24100a
#230f09
#220e08
#210d07
#200c06
#1f0b05
#1e0a04
#1d0903
#1c0802
#1b0701
#1a0600

Monochromatic Color with #28140e

#28140e
#52291d
#7d3e2c
#a7543b
#d26949
#fc7e58

Tints of #28140e Color

#28140e
#3f2e28
#574843
#6f625e
#877c79
#9f9693
#b7b0ae
#cfcac9
#e7e4e4
#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

#28140e
#0e2228

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

Split Complementary

#28140e
#0e2821
#0e1528

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

Analogous Color

#280e12
#280f0e
#28140e
#28190e
#281e0e

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

#28140e
#0e2814
#140e28

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

#28140e
#15280e
#0e2228
#210e28

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

#28140e
#0e2228
#0e1528
#28210e

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 #28140e 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.

#28140e Color Code Preview on Black Background Color

This is how #28140e Color will look on black background color. Color contrast ratio is 1.20

#28140e in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #28140e

HTML with inline CSS

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

Your Example Paragraph content text in with font color #28140e

#28140e color code is use for CSS Background Color

Background color for the above div is #28140e

HTML with inline CSS

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

#28140e color code is use for CSS Border Color

CSS Border color for the above div is #28140e

HTML with inline CSS

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

CSS Border Left color for the above div is #28140e

HTML with inline CSS

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

CSS Border Right color for the above div is #28140e

HTML with inline CSS

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

CSS Border Bottom color for the above div is #28140e

HTML with inline CSS

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

CSS Border Top color for the above div is #28140e

HTML with inline CSS

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

#28140e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#28140e Color code Preview on White Background

This is how #28140e Color code will look on white background color. Color contrast ratio is 17.55

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

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.