Color spaces of #412114
RGB | 65 | 33 | 20 |
---|---|---|---|
HSL | 0.05 | 0.53 | 0.17 |
HSV | 17° | 69° | 25° |
CMYK | 0.00 | 0.49 | 0.69 0.75 |
XYZ | 2.8501 | 2.2620 | 0.9482 |
Yxy | 2.2620 | 0.4703 | 0.3732 |
Hunter Lab | 15.0399 | 7.5062 | 6.7900 |
CIE-Lab | 16.8062 | 13.9319 | 15.4136 |
#412114 color RGB value is (65,33,20).
#412114 hex color red value is 65, green value is 33 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #412114 hue: 0.05 , saturation: 0.53 and the lightness value of 412114 is 0.17.
The process color (four color CMYK) of #412114 color hex is 0.00, 0.49, 0.69, 0.75. Web safe color of #412114 is #333300. Color #412114 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000001 | 00100001 | 00010100 |
Octal | 101 | 41 | 24 |
Decimal | 65 | 33 | 20 |
Hex | 41 | 21 | 14 |
Shades of #412114
Tints of #412114
RGB Percentages of Color #412114
CMYK Percentages of Color #412114
Complementary Color
#412114 | #143441 |
#412114 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#412114 Color Preview on White Background
Lorem ipsum dolor sit amet.
#412114 Color CSS Codes
.mybgcolor {background-color:#412114; } .myforecolor {color:#412114; } .mybordercolor {border:3px solid #412114; }
#412114 Text Font Color
<p style="color:#412114">Text here</p>
This sample text font color is #412114
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.
#412114 Background Color
<div style="background-color:#412114">
Div content here</div>
This div background color is #412114
#412114 Border Color
<div style="border:3px solid #412114">
Div here</div>
This div border color is #412114
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(65,33,20, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #412114; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #412114; -webkit-box-shadow: 1px 1px 3px 2px #412114; box-shadow: 1px 1px 3px 2px #412114; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(65,33,20, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #412114">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #412114; -webkit-box-shadow: 1px 1px 3px 2px #412114; box-shadow: 1px 1px 3px 2px #412114;">
Div content here</div>
This div box has shadow with color #412114
Comments
No comments written yet.
Please login to write comment.