Color spaces of #491911
RGB | 73 | 25 | 17 |
---|---|---|---|
HSL | 0.02 | 0.62 | 0.18 |
HSV | 9° | 77° | 29° |
CMYK | 0.00 | 0.66 | 0.77 0.71 |
XYZ | 3.1965 | 2.1522 | 0.7773 |
Yxy | 2.1522 | 0.5218 | 0.3513 |
Hunter Lab | 14.6704 | 13.2199 | 7.1278 |
CIE-Lab | 16.2665 | 22.3122 | 16.9277 |
#491911 color RGB value is (73,25,17).
#491911 hex color red value is 73, green value is 25 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #491911 hue: 0.02 , saturation: 0.62 and the lightness value of 491911 is 0.18.
The process color (four color CMYK) of #491911 color hex is 0.00, 0.66, 0.77, 0.71. Web safe color of #491911 is #330000. Color #491911 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01001001 | 00011001 | 00010001 |
Octal | 111 | 31 | 21 |
Decimal | 73 | 25 | 17 |
Hex | 49 | 19 | 11 |
Shades of #491911
Tints of #491911
RGB Percentages of Color #491911
CMYK Percentages of Color #491911
Complementary Color
#491911 | #114149 |
#491911 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#491911 Color Preview on White Background
Lorem ipsum dolor sit amet.
#491911 Color CSS Codes
.mybgcolor {background-color:#491911; } .myforecolor {color:#491911; } .mybordercolor {border:3px solid #491911; }
#491911 Text Font Color
<p style="color:#491911">Text here</p>
This sample text font color is #491911
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.
#491911 Background Color
<div style="background-color:#491911">
Div content here</div>
This div background color is #491911
#491911 Border Color
<div style="border:3px solid #491911">
Div here</div>
This div border color is #491911
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(73,25,17, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #491911; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #491911; -webkit-box-shadow: 1px 1px 3px 2px #491911; box-shadow: 1px 1px 3px 2px #491911; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(73,25,17, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #491911">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #491911; -webkit-box-shadow: 1px 1px 3px 2px #491911; box-shadow: 1px 1px 3px 2px #491911;">
Div content here</div>
This div box has shadow with color #491911
Comments
No comments written yet.
Please login to write comment.