Color spaces of #904641
RGB | 144 | 70 | 65 |
---|---|---|---|
HSL | 0.01 | 0.38 | 0.41 |
HSV | 4° | 55° | 56° |
CMYK | 0.00 | 0.51 | 0.55 0.44 |
XYZ | 14.6459 | 10.6913 | 6.2927 |
Yxy | 10.6913 | 0.4630 | 0.3380 |
Hunter Lab | 32.6976 | 22.7331 | 11.4778 |
CIE-Lab | 39.0556 | 30.7497 | 17.5980 |
#904641 color RGB value is (144,70,65).
#904641 hex color red value is 144, green value is 70 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #904641 hue: 0.01 , saturation: 0.38 and the lightness value of 904641 is 0.41.
The process color (four color CMYK) of #904641 color hex is 0.00, 0.51, 0.55, 0.44. Web safe color of #904641 is #993333. Color #904641 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010000 | 01000110 | 01000001 |
Octal | 220 | 106 | 101 |
Decimal | 144 | 70 | 65 |
Hex | 90 | 46 | 41 |
Shades of #904641
Tints of #904641
RGB Percentages of Color #904641
CMYK Percentages of Color #904641
Complementary Color
#904641 | #418b90 |
#904641 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#904641 Color Preview on White Background
Lorem ipsum dolor sit amet.
#904641 Color CSS Codes
.mybgcolor {background-color:#904641; } .myforecolor {color:#904641; } .mybordercolor {border:3px solid #904641; }
#904641 Text Font Color
<p style="color:#904641">Text here</p>
This sample text font color is #904641
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.
#904641 Background Color
<div style="background-color:#904641">
Div content here</div>
This div background color is #904641
#904641 Border Color
<div style="border:3px solid #904641">
Div here</div>
This div border color is #904641
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(144,70,65, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #904641; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #904641; -webkit-box-shadow: 1px 1px 3px 2px #904641; box-shadow: 1px 1px 3px 2px #904641; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(144,70,65, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #904641">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #904641; -webkit-box-shadow: 1px 1px 3px 2px #904641; box-shadow: 1px 1px 3px 2px #904641;">
Div content here</div>
This div box has shadow with color #904641
Comments
No comments written yet.
Please login to write comment.