crispedge.com

Color picker

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

#130d08 hex color - Brown - Warm color - Information

#130d08 hex color - Brown - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Brown

Hex #130d08 Color code in RGB color code model is created after adding 7.45% red color, 5.1% green color and 3.14% blue color. Hex #130d08 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 32% magenta, 58% yellow and 93% black.

Hex #130d08 color code is between #111100 web safe hex color code and #220000 web safe hex color code. #111100 is the nearest web safe color code. You can see here many more shades of #130d08 color code.

0 Likes 0 Comments | 31 Views

Color Table

Hex Color Code130d08#130d08
RGB Decimal19, 13, 8rgb(19, 13, 8)
RGB Percent7%, 5%, 3%rgb(7%, 5%, 3%)
CSS RGBa19, 13, 8,1rgba(19,13,8,1)
CMYK Modelcmyk(0%,32%,58%,93%)
HSL Color Space27,41% ,5%hsl(27,41% ,5%)
HSV Color Space27°, 58%, 7%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary000100110000110100001000
Octal231510
Decimal19138
Hex130d08

Different shades of #130d08 color code.

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

Light Shade of #130d08
#372617
Dark Shade of #130d08
#000000
Saturated Shade of #130d08
#140d07
Desaturated Shade of #130d08
#120d09
Grey scale Shade of #130d08
#0d0d0d
Brighten Shade
#2c2621
Most Readable Shade
#FFFFFF

Shades of #130d08 color code

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

#130d08
#100b07
#0e0a06
#0c0805
#0a0704
#080503
#060402
#040201
#020100
#000000

Similar Color like #130d08 color

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

#140e09
#150f0a
#16100b
#17110c
#18120d
#19130e
#1a140f
#1b1510
#1c1611
#1d1712
#1e1813
#1f1914
#201a15
#211b16
#120c07
#110b06
#100a05
#0f0904
#0e0803
#0d0702
#0c0601
#0b0500
#0a0400
#090300
#080200
#070100
#060000
#050000

Monochromatic Color with #130d08

#130d08
#3d2a1a
#68472c
#92643e
#bd8150
#e79e61

Tints of #130d08 Color

#130d08
#2d2723
#47423e
#615d5a
#7b7875
#969391
#b0aeac
#cac9c8
#e4e4e3
#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

#130d08
#080e13

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

Split Complementary

#130d08
#081313
#080813

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

Analogous Color

#130908
#130b08
#130d08
#130f08
#131108

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

#130d08
#08130d
#0d0813

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

#130d08
#081308
#080e13
#120813

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

#130d08
#080e13
#080813
#131208

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 #130d08 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.

#130d08 Color Code Preview on Black Background Color

This is how #130d08 Color will look on black background color. Color contrast ratio is 1.09

#130d08 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #130d08

HTML with inline CSS

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

Your Example Paragraph content text in with font color #130d08

#130d08 color code is use for CSS Background Color

Background color for the above div is #130d08

HTML with inline CSS

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

#130d08 color code is use for CSS Border Color

CSS Border color for the above div is #130d08

HTML with inline CSS

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

CSS Border Left color for the above div is #130d08

HTML with inline CSS

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

CSS Border Right color for the above div is #130d08

HTML with inline CSS

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

CSS Border Bottom color for the above div is #130d08

HTML with inline CSS

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

CSS Border Top color for the above div is #130d08

HTML with inline CSS

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

#130d08 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#130d08 Color code Preview on White Background

This is how #130d08 Color code will look on white background color. Color contrast ratio is 19.29

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

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.