crispedge.com

Color picker

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

#38221c hex color - Brown - Warm color - Information

#38221c hex color - Brown - Warm color

Color Mixture: Red and Orange

Color Hue/Base color: Brown

Hex #38221c Color code in RGB color code model is created after adding 21.96% red color, 13.33% green color and 10.98% blue color. Hex #38221c Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 39% magenta, 50% yellow and 78% black.

Hex #38221c color code is between #331122 web safe hex color code and #443311 web safe hex color code. #331122 is the nearest web safe color code. You can see here many more shades of #38221c color code.

0 Likes 0 Comments | 2 Views

Color Table

Hex Color Code38221c#38221c
RGB Decimal56, 34, 28rgb(56, 34, 28)
RGB Percent22%, 13%, 11%rgb(22%, 13%, 11%)
CSS RGBa56, 34, 28,1rgba(56,34,28,1)
CMYK Modelcmyk(0%,39%,50%,78%)
HSL Color Space13,33% ,16%hsl(13,33% ,16%)
HSV Color Space13°, 50%, 22%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary001110000010001000011100
Octal704234
Decimal563428
Hex38221c

Different shades of #38221c color code.

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

Light Shade of #38221c
#5a372d
Dark Shade of #38221c
#160d0b
Saturated Shade of #38221c
#3c2018
Desaturated Shade of #38221c
#342420
Grey scale Shade of #38221c
#2a2a2a
Brighten Shade
#513b35
Most Readable Shade
#FFFFFF

Shades of #38221c color code

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

#38221c
#311e18
#2b1a15
#251612
#1f120f
#180f0c
#120b09
#0c0706
#060303
#000000

Similar Color like #38221c color

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

#39231d
#3a241e
#3b251f
#3c2620
#3d2721
#3e2822
#3f2923
#402a24
#412b25
#422c26
#432d27
#442e28
#452f29
#46302a
#37211b
#36201a
#351f19
#341e18
#331d17
#321c16
#311b15
#301a14
#2f1913
#2e1812
#2d1711
#2c1610
#2b150f
#2a140e

Monochromatic Color with #38221c

#38221c
#623c31
#8d5646
#b76f5c
#e28971
#0d0807

Tints of #38221c Color

#38221c
#4e3a35
#64534e
#7a6b67
#908480
#a69c9a
#bcb5b3
#d2cdcc
#e8e6e5
#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

#38221c
#1c3238

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

Split Complementary

#38221c
#1c3830
#1c2438

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

Analogous Color

#381c21
#381c1c
#38221c
#38281c
#382d1c

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

#38221c
#1c3822
#221c38

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

#38221c
#24381c
#1c3238
#301c38

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

#38221c
#1c3238
#1c2438
#38301c

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 #38221c 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.

#38221c Color Code Preview on Black Background Color

This is how #38221c Color will look on black background color. Color contrast ratio is 1.41

#38221c in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #38221c

HTML with inline CSS

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

Your Example Paragraph content text in with font color #38221c

#38221c color code is use for CSS Background Color

Background color for the above div is #38221c

HTML with inline CSS

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

#38221c color code is use for CSS Border Color

CSS Border color for the above div is #38221c

HTML with inline CSS

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

CSS Border Left color for the above div is #38221c

HTML with inline CSS

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

CSS Border Right color for the above div is #38221c

HTML with inline CSS

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

CSS Border Bottom color for the above div is #38221c

HTML with inline CSS

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

CSS Border Top color for the above div is #38221c

HTML with inline CSS

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

#38221c hex Color code used as CSS color Codes

Example CSS Class for usage

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

#38221c Color code Preview on White Background

This is how #38221c Color code will look on white background color. Color contrast ratio is 14.85

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

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.