Color: #46190A

#46190A Color Information

#46190A is a dark color. The closest websafe version is #46190A. A complement of this color would be #0A3847, perceived brightness is 0.14, and the grayscale version is #282828.

In the HSL color space, this color has a hue angle of 15°,a saturation of 75%, and a lightness of 16%.The HSV representation shows a hue of 15°, a saturation of 86%, and a value of 27%.

In a RGB color space, #46190A is composed of 27% red, 10% green and 4% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 64% magenta, 86% yellow and 73% black.

In the Yxy color space, this color is represented as Y: 2.08, x: 0.5548, and y: 0.3734.

Color Code #46190A

#46190Argb(70, 25, 10)
HEX
#46190A
RGB
rgb(70, 25, 10)
HSL
hsl(15, 75%, 16%)
HSV
hsv(15, 86%, 27%)
CMYK
0%, 64%, 86%, 73%
XYZ
X: 3.09, Y: 2.08, Z: 0.40
Lab
L: 15.89, a: 21.33, b: 19.92
Name

Shades of Color #46190A

Shades are created by darkening the original color #46190A 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 #46190A

Tints are created by lightening the original color #46190A 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.

#46190Argb(70, 25, 10)

About #46190A Color Code

In the HSL color space, this color has a hue angle of 15°, a saturation of 75%, and a lightness of 16%. The HSV representation shows a hue of 15°, a saturation of 86%, and a value of 27%.

  • HEX: #46190A
  • RGB: rgb(70, 25, 10)
  • HSL: hsl(15, 75%, 16%)
  • HSV: hsv(15, 86%, 27%)
  • CMYK: 0.00% cyan, 64.00% magenta, 86.00% yellow, 73.00% black
  • XYZ: 3.09, 2.08, 0.40
  • Yxy: 2.08, 0.5548, 0.3734
  • Hunter Lab: 15.89, 21.33, 19.92
  • CIE-Lab: 15.89, 21.33, 19.92

In the XYZ color space, this color is represented as X: 3.09, Y: 2.08, Z: 0.40. The Yxy representation further refines this as Y: 2.08, x: 0.5548, and y: 0.3734.

In the Hunter Lab color space, this color is represented as L: 15.89, a: 21.33, and b: 19.92. Similarly, in the CIE-Lab color space, it is represented as L: 15.89, a: 21.33, and b: 19.92.

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 #46190A

Triadic colors are three colors evenly spaced around the color wheel, including #46190A. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.

Analogous Colors of #46190A

Analogous colors are adjacent to #46190A on the color wheel. They create harmonious and visually pleasing designs, ideal for projects that need a cohesive look.

Split Complementary Colors of #46190A

Split complementary colors are two colors adjacent to the complementary color of #46190A. They create a balanced and visually appealing color scheme.

Tetradic Colors of #46190A

Tetradic colors form a rectangle on the color wheel, including #46190A. They provide vibrant and diverse color schemes for creative designs.

Monochromatic Colors of #46190A

Monochromatic colors are variations of #46190A, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.

Complementary Color of #46190A

The complementary color of #46190A 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 #46190A

/* Using HEX */
body {
  background-color: #46190a;
}
/* Using RGB */
body {
  background-color: rgb(70, 25, 10);
}
/* Using RGB with opacity */
body {
  background-color: rgba(70, 25, 10, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(15, 75%, 16%);
}
/* Text color */
p {
  color: #46190a;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #46190a;
}
/* Border color */
.box {
  border: 4px solid #46190a;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #46190a;
}
Text Shadow Preview
/* Background with text */
div {
  background: #46190a;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#46190A
On Black Background
#46190A
On White Background
#46190A

HTML Examples of #46190A

<!-- Using HEX -->
<div style="background-color: #46190a; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(70, 25, 10); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(70, 25, 10, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(15, 75%, 16%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #46190a;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #46190a; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #46190a; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #46190a;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #46190a; color: #fff; padding: 16px; border-radius: 8px;">
  #46190A
</div>
#46190A
On Black Background
#46190A
On White Background
#46190A

Related Colors of #46190A

These colors are similar to #46190A, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.