Color spaces of #491c23
RGB | 73 | 28 | 35 |
---|---|---|---|
HSL | 0.97 | 0.45 | 0.20 |
HSV | 351° | 62° | 29° |
CMYK | 0.00 | 0.62 | 0.52 0.71 |
XYZ | 3.4663 | 2.3683 | 1.8645 |
Yxy | 2.3683 | 0.4502 | 0.3076 |
Hunter Lab | 15.3893 | 13.2743 | 3.5892 |
CIE-Lab | 17.3122 | 22.2236 | 5.8846 |
#491c23 color RGB value is (73,28,35).
#491c23 hex color red value is 73, green value is 28 and the blue value of its RGB is 35. Cylindrical-coordinate representations (also known as HSL) of color #491c23 hue: 0.97 , saturation: 0.45 and the lightness value of 491c23 is 0.20.
The process color (four color CMYK) of #491c23 color hex is 0.00, 0.62, 0.52, 0.71. Web safe color of #491c23 is #333333. Color #491c23 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01001001 | 00011100 | 00100011 |
Octal | 111 | 34 | 43 |
Decimal | 73 | 28 | 35 |
Hex | 49 | 1C | 23 |
Shades of #491c23
Tints of #491c23
RGB Percentages of Color #491c23
CMYK Percentages of Color #491c23
Complementary Color
#491c23 | #1c4942 |
#491c23 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#491c23 Color Preview on White Background
Lorem ipsum dolor sit amet.
#491c23 Color CSS Codes
.mybgcolor {background-color:#491c23; } .myforecolor {color:#491c23; } .mybordercolor {border:3px solid #491c23; }
#491c23 Text Font Color
<p style="color:#491c23">Text here</p>
This sample text font color is #491c23
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.
#491c23 Background Color
<div style="background-color:#491c23">
Div content here</div>
This div background color is #491c23
#491c23 Border Color
<div style="border:3px solid #491c23">
Div here</div>
This div border color is #491c23
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(73,28,35, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #491c23; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #491c23; -webkit-box-shadow: 1px 1px 3px 2px #491c23; box-shadow: 1px 1px 3px 2px #491c23; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(73,28,35, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #491c23">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #491c23; -webkit-box-shadow: 1px 1px 3px 2px #491c23; box-shadow: 1px 1px 3px 2px #491c23;">
Div content here</div>
This div box has shadow with color #491c23
Comments
No comments written yet.
Please login to write comment.