crispedge.com

Color picker

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

#15120d hex color - Brown - Warm color - Information

#15120d hex color - Brown - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Brown

Hex #15120d Color code in RGB color code model is created after adding 8.24% red color, 7.06% green color and 5.1% blue color. Hex #15120d Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 14% magenta, 38% yellow and 92% black.

Hex #15120d color code is between #111111 web safe hex color code and #222200 web safe hex color code. #111111 is the nearest web safe color code. You can see here many more shades of #15120d color code.

0 Likes 0 Comments | 31 Views

Color Table

Hex Color Code15120d#15120d
RGB Decimal21, 18, 13rgb(21, 18, 13)
RGB Percent8%, 7%, 5%rgb(8%, 7%, 5%)
CSS RGBa21, 18, 13,1rgba(21,18,13,1)
CMYK Modelcmyk(0%,14%,38%,92%)
HSL Color Space38,24% ,7%hsl(38,24% ,7%)
HSV Color Space38°, 38%, 8%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary000101010001001000001101
Octal252215
Decimal211813
Hex15120d

Different shades of #15120d color code.

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

Light Shade of #15120d
#342d20
Dark Shade of #15120d
#000000
Saturated Shade of #15120d
#17120b
Desaturated Shade of #15120d
#13120f
Grey scale Shade of #15120d
#111111
Brighten Shade
#2e2b26
Most Readable Shade
#FFFFFF

Shades of #15120d color code

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

#15120d
#12100b
#100e0a
#0e0c08
#0b0a07
#090805
#070604
#040402
#020201
#000000

Similar Color like #15120d color

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

#16130e
#17140f
#181510
#191611
#1a1712
#1b1813
#1c1914
#1d1a15
#1e1b16
#1f1c17
#201d18
#211e19
#221f1a
#23201b
#14110c
#13100b
#120f0a
#110e09
#100d08
#0f0c07
#0e0b06
#0d0a05
#0c0904
#0b0803
#0a0702
#090601
#080500
#070400

Monochromatic Color with #15120d

#15120d
#3f3627
#6a5b42
#947f5c
#bfa476
#e9c891

Tints of #15120d Color

#15120d
#2f2c27
#494642
#63615d
#7d7b78
#979593
#b1b0ae
#cbcac9
#e5e4e4
#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

#15120d
#0d1015

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

Split Complementary

#15120d
#0d1415
#0e0d15

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

Analogous Color

#150f0d
#15100d
#15120d
#15140d
#15150d

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

#15120d
#0d1512
#120d15

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

#15120d
#0d150e
#0d1015
#150d14

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

#15120d
#0d1015
#0e0d15
#14150d

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 #15120d 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.

#15120d Color Code Preview on Black Background Color

This is how #15120d Color will look on black background color. Color contrast ratio is 1.12

#15120d in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #15120d

HTML with inline CSS

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

Your Example Paragraph content text in with font color #15120d

#15120d color code is use for CSS Background Color

Background color for the above div is #15120d

HTML with inline CSS

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

#15120d color code is use for CSS Border Color

CSS Border color for the above div is #15120d

HTML with inline CSS

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

CSS Border Left color for the above div is #15120d

HTML with inline CSS

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

CSS Border Right color for the above div is #15120d

HTML with inline CSS

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

CSS Border Bottom color for the above div is #15120d

HTML with inline CSS

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

CSS Border Top color for the above div is #15120d

HTML with inline CSS

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

#15120d hex Color code used as CSS color Codes

Example CSS Class for usage

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

#15120d Color code Preview on White Background

This is how #15120d Color code will look on white background color. Color contrast ratio is 18.68

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

Related Gradients

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

0 Likes 0 Comments | 31 Views

Post your comment:-

By submitting comment you agree to our privacy policy.