Color: #44140D
#44140D Color Information
#44140D is a dark color. The closest websafe version is #44140D. A complement of this color would be #0D3D45, perceived brightness is 0.13, and the grayscale version is #292929.
In the HSL color space, this color has a hue angle of 8°,a saturation of 68%, and a lightness of 16%.The HSV representation shows a hue of 8°, a saturation of 81%, and a value of 27%.
In a RGB color space, #44140D is composed of 27% red, 8% green and 5% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 71% magenta, 81% yellow and 73% black.
In the Yxy color space, this color is represented as Y: 1.81, x: 0.5588, and y: 0.3549.
Color Code #44140D
Shades of Color #44140D
Shades are created by darkening the original color #44140D in equal steps from 0% to 90%. These shades are perfect for creating depth and contrast in your designs. Use them to add visual hierarchy or highlight specific elements in your projects.
Tints of Color #44140D
Tints are created by lightening the original color #44140D in equal steps from 0% to 90%, ending with pure white. These tints are ideal for creating soft backgrounds, subtle highlights, or cohesive UI elements that complement your designs.
About #44140D Color Code
In the HSL color space, this color has a hue angle of 8°, a saturation of 68%, and a lightness of 16%. The HSV representation shows a hue of 8°, a saturation of 81%, and a value of 27%.
- HEX: #44140D
- RGB: rgb(68, 20, 13)
- HSL: hsl(8, 68%, 16%)
- HSV: hsv(8, 81%, 27%)
- CMYK: 0.00% cyan, 71.00% magenta, 81.00% yellow, 73.00% black
- XYZ: 2.85, 1.81, 0.44
- Yxy: 1.81, 0.5588, 0.3549
- Hunter Lab: 14.47, 23.22, 16.72
- CIE-Lab: 14.47, 23.22, 16.72
In the XYZ color space, this color is represented as X: 2.85, Y: 1.81, Z: 0.44. The Yxy representation further refines this as Y: 1.81, x: 0.5588, and y: 0.3549.
In the Hunter Lab color space, this color is represented as L: 14.47, a: 23.22, and b: 16.72. Similarly, in the CIE-Lab color space, it is represented as L: 14.47, a: 23.22, and b: 16.72.
Use these color codes in your CSS, design tools, or anywhere you need to specify a color. You can also explore its shades and tints for more creative options.
Triadic Colors of #44140D
Triadic colors are three colors evenly spaced around the color wheel, including #44140D. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #44140D
Split complementary colors are two colors adjacent to the complementary color of #44140D. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #44140D
Monochromatic colors are variations of #44140D, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #44140D
The complementary color of #44140D is opposite it on the color wheel. Complementary colors provide strong contrast and are ideal for designs that need visual impact and attention.
CSS Examples of #44140D
/* Using HEX */ body { background-color: #44140d; }
/* Using RGB */ body { background-color: rgb(68, 20, 13); }
/* Using RGB with opacity */ body { background-color: rgba(68, 20, 13, 0.5); }
/* Using HSL */ body { background-color: hsl(8, 68%, 16%); }
/* Text color */ p { color: #44140d; }
/* Box shadow */ div { box-shadow: 4px 4px #44140d; }
/* Border color */ .box { border: 4px solid #44140d; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #44140d; }
/* Background with text */ div { background: #44140d; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #44140D
<!-- Using HEX --> <div style="background-color: #44140d; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(68, 20, 13); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(68, 20, 13, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(8, 68%, 16%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #44140d;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #44140d; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #44140d; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #44140d;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #44140d; color: #fff; padding: 16px; border-radius: 8px;"> #44140D </div>
Related Colors of #44140D
These colors are similar to #44140D, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.