Color: #463311

#463311 Color Information

#463311 is a dark color. The closest websafe version is #463311. A complement of this color would be #112446, perceived brightness is 0.21, and the grayscale version is #2C2C2C.

In the HSL color space, this color has a hue angle of 38°,a saturation of 61%, and a lightness of 17%.The HSV representation shows a hue of 38°, a saturation of 76%, and a value of 27%.

In a RGB color space, #463311 is composed of 27% red, 20% green and 7% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 27% magenta, 76% yellow and 73% black.

In the Yxy color space, this color is represented as Y: 3.77, x: 0.4681, and y: 0.4379.

Color Code #463311

#463311rgb(70, 51, 17)
HEX
#463311
RGB
rgb(70, 51, 17)
HSL
hsl(38, 61%, 17%)
HSV
hsv(38, 76%, 27%)
CMYK
0%, 27%, 76%, 73%
XYZ
X: 4.03, Y: 3.77, Z: 0.81
Lab
L: 22.90, a: 5.80, b: 24.29
Name

Shades of Color #463311

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

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

#463311rgb(70, 51, 17)

About #463311 Color Code

In the HSL color space, this color has a hue angle of 38°, a saturation of 61%, and a lightness of 17%. The HSV representation shows a hue of 38°, a saturation of 76%, and a value of 27%.

  • HEX: #463311
  • RGB: rgb(70, 51, 17)
  • HSL: hsl(38, 61%, 17%)
  • HSV: hsv(38, 76%, 27%)
  • CMYK: 0.00% cyan, 27.00% magenta, 76.00% yellow, 73.00% black
  • XYZ: 4.03, 3.77, 0.81
  • Yxy: 3.77, 0.4681, 0.4379
  • Hunter Lab: 22.90, 5.80, 24.29
  • CIE-Lab: 22.90, 5.80, 24.29

In the XYZ color space, this color is represented as X: 4.03, Y: 3.77, Z: 0.81. The Yxy representation further refines this as Y: 3.77, x: 0.4681, and y: 0.4379.

In the Hunter Lab color space, this color is represented as L: 22.90, a: 5.80, and b: 24.29. Similarly, in the CIE-Lab color space, it is represented as L: 22.90, a: 5.80, and b: 24.29.

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 #463311

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

Analogous Colors of #463311

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

Split Complementary Colors of #463311

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

Tetradic Colors of #463311

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

Monochromatic Colors of #463311

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

Complementary Color of #463311

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

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

HTML Examples of #463311

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

Related Colors of #463311

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