In the RGB color space, #1D1C0D is composed of 11.3725% red, 10.9804% green, and 5.098% blue.
In the CMYK color space, #1D1C0D is composed of 0% cyan, 3.43% magenta, 55.15% yellow, and 88.63% black,
It has a hue angle of 56.3 degrees, a saturation of 38.07%, and a lightness of 8.23%.
The closest websafe color is #333300.
The hexadecimal color #1D1C0D has RGB values of R:29, G:28, B:13 and CMYK values of C:0, M:3.43, Y:55.15, K:88.63. It has a decimal value of 1907725.
Hexadecimal | #1D1C0D | #1D1C0D |
RGB Decimal | 29, 28, 13 | rgb(29, 28, 13) |
RGB Percent | 11.3725, 10.9804, 5.098 | rgb(11.3725%, 10.9804%, 5.098%) |
RGB Proportion | 0.1137, 0.1098, 0.051 | rgb(0.1137, 0.1098, 0.051) |
CMYK | 0, 3.43, 55.15, 88.63 | |
HSL | 56.3ยบ, 38.07, 8.23 | hsl(56.3, 38.07%, 8.23%) |
Websafe | 333300 | #333300 |
XYZ | 0.994, 1.121, 0.545 | |
Yxy | 1.121, 0.374, 0.421 | |
CIE-LAB | 9.961, -2.56, 9.379 | |
CIE-LCH | 9.961, 9.722, 105.267 | |
CIE-LUV | 9.961, 0.86, 6.544 | |
Hunter-Lab | 10.588, -1.771, 4.359 |
Colors that go well with #1D1C0D.
Common HTML and CSS shortcodes for #1D1C0D.
<div style="color: #1D1C0D;">The quick brown fox jumps over the lazy dog.</div>
<div style="background-color: #1D1C0D;">The quick brown fox jumps over the lazy dog.</div>
<div style="border: 1px solid #1D1C0D;">The quick brown fox jumps over the lazy dog.</div>
Linear gradient from #1D1C0D to transparent.
<div style="background: linear-gradient(#1D1C0D, rgba(255, 255, 255, 0));">The quick brown fox jumps over the lazy dog.</div>
Radial gradient from #1D1C0D to transparent.
<div style="background: radial-gradient(#1D1C0D, rgba(255, 255, 255, 0));">The quick brown fox jumps over the lazy dog.</div>
Linear gradient from #1D1C0D to #E2E3F2.
<div style="background: linear-gradient(#1D1C0D, #E2E3F2);">The quick brown fox jumps over the lazy dog.</div>
Radial gradient from #1D1C0D to #E2E3F2.
<div style="background: radial-gradient(#1D1C0D, #E2E3F2);">The quick brown fox jumps over the lazy dog.</div>
Handy CSS code and shortcuts.
.text { color: #1D1C0D; }
.background { background-color: #1D1C0D; }
.border { border: 1px solid #1D1C0D; }
.linear-gradient { background: linear-gradient(#faf310, rgba(255, 255, 255, 0)); }
.radial-gradient { background: radial-gradient(#faf310, rgba(255, 255, 255, 0)); }
Shades are created by adding black to the color, while a tint is created by mixing white. The darkest shade in this example is #000000 while the lightest tint is #FBFBFA.