Color spaces of #412416
RGB | 65 | 36 | 22 |
---|---|---|---|
HSL | 0.05 | 0.49 | 0.17 |
HSV | 20° | 66° | 25° |
CMYK | 0.00 | 0.45 | 0.66 0.75 |
XYZ | 2.9557 | 2.4435 | 1.0749 |
Yxy | 2.4435 | 0.4565 | 0.3774 |
Hunter Lab | 15.6317 | 6.3960 | 6.8652 |
CIE-Lab | 17.6611 | 12.1420 | 15.1323 |
#412416 color RGB value is (65,36,22).
#412416 hex color red value is 65, green value is 36 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #412416 hue: 0.05 , saturation: 0.49 and the lightness value of 412416 is 0.17.
The process color (four color CMYK) of #412416 color hex is 0.00, 0.45, 0.66, 0.75. Web safe color of #412416 is #333300. Color #412416 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000001 | 00100100 | 00010110 |
Octal | 101 | 44 | 26 |
Decimal | 65 | 36 | 22 |
Hex | 41 | 24 | 16 |
Shades of #412416
Tints of #412416
RGB Percentages of Color #412416
CMYK Percentages of Color #412416
Complementary Color
#412416 | #163341 |
#412416 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#412416 Color Preview on White Background
Lorem ipsum dolor sit amet.
#412416 Color CSS Codes
.mybgcolor {background-color:#412416; } .myforecolor {color:#412416; } .mybordercolor {border:3px solid #412416; }
#412416 Text Font Color
<p style="color:#412416">Text here</p>
This sample text font color is #412416
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#412416 Background Color
<div style="background-color:#412416">
Div content here</div>
This div background color is #412416
#412416 Border Color
<div style="border:3px solid #412416">
Div here</div>
This div border color is #412416
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(65,36,22, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #412416; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #412416; -webkit-box-shadow: 1px 1px 3px 2px #412416; box-shadow: 1px 1px 3px 2px #412416; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(65,36,22, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #412416">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #412416; -webkit-box-shadow: 1px 1px 3px 2px #412416; box-shadow: 1px 1px 3px 2px #412416;">
Div content here</div>
This div box has shadow with color #412416
Comments
No comments written yet.
Please login to write comment.