Color spaces of #745631
RGB | 116 | 86 | 49 |
---|---|---|---|
HSL | 0.09 | 0.41 | 0.32 |
HSV | 33° | 58° | 45° |
CMYK | 0.00 | 0.26 | 0.58 0.55 |
XYZ | 11.0846 | 10.5903 | 4.3656 |
Yxy | 10.5903 | 0.4257 | 0.4067 |
Hunter Lab | 32.5427 | 3.8503 | 14.8262 |
CIE-Lab | 38.8817 | 7.7263 | 26.1708 |
#745631 color RGB value is (116,86,49).
#745631 hex color red value is 116, green value is 86 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #745631 hue: 0.09 , saturation: 0.41 and the lightness value of 745631 is 0.32.
The process color (four color CMYK) of #745631 color hex is 0.00, 0.26, 0.58, 0.55. Web safe color of #745631 is #666633. Color #745631 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110100 | 01010110 | 00110001 |
Octal | 164 | 126 | 61 |
Decimal | 116 | 86 | 49 |
Hex | 74 | 56 | 31 |
Shades of #745631
Tints of #745631
RGB Percentages of Color #745631
CMYK Percentages of Color #745631
Complementary Color
#745631 | #314f74 |
#745631 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#745631 Color Preview on White Background
Lorem ipsum dolor sit amet.
#745631 Color CSS Codes
.mybgcolor {background-color:#745631; } .myforecolor {color:#745631; } .mybordercolor {border:3px solid #745631; }
#745631 Text Font Color
<p style="color:#745631">Text here</p>
This sample text font color is #745631
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.
#745631 Background Color
<div style="background-color:#745631">
Div content here</div>
This div background color is #745631
#745631 Border Color
<div style="border:3px solid #745631">
Div here</div>
This div border color is #745631
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(116,86,49, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #745631; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #745631; -webkit-box-shadow: 1px 1px 3px 2px #745631; box-shadow: 1px 1px 3px 2px #745631; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(116,86,49, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #745631">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #745631; -webkit-box-shadow: 1px 1px 3px 2px #745631; box-shadow: 1px 1px 3px 2px #745631;">
Div content here</div>
This div box has shadow with color #745631
Comments
No comments written yet.
Please login to write comment.