Color spaces of #756335
RGB | 117 | 99 | 53 |
---|---|---|---|
HSL | 0.12 | 0.38 | 0.33 |
HSV | 43° | 55° | 46° |
CMYK | 0.00 | 0.15 | 0.55 0.54 |
XYZ | 12.4406 | 12.9626 | 5.2145 |
Yxy | 12.9626 | 0.4063 | 0.4234 |
Hunter Lab | 36.0036 | -1.3279 | 16.6154 |
CIE-Lab | 42.7068 | 0.8191 | 28.5890 |
#756335 color RGB value is (117,99,53).
#756335 hex color red value is 117, green value is 99 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #756335 hue: 0.12 , saturation: 0.38 and the lightness value of 756335 is 0.33.
The process color (four color CMYK) of #756335 color hex is 0.00, 0.15, 0.55, 0.54. Web safe color of #756335 is #666633. Color #756335 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110101 | 01100011 | 00110101 |
Octal | 165 | 143 | 65 |
Decimal | 117 | 99 | 53 |
Hex | 75 | 63 | 35 |
Shades of #756335
Tints of #756335
RGB Percentages of Color #756335
CMYK Percentages of Color #756335
Complementary Color
#756335 | #354775 |
#756335 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#756335 Color Preview on White Background
Lorem ipsum dolor sit amet.
#756335 Color CSS Codes
.mybgcolor {background-color:#756335; } .myforecolor {color:#756335; } .mybordercolor {border:3px solid #756335; }
#756335 Text Font Color
<p style="color:#756335">Text here</p>
This sample text font color is #756335
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.
#756335 Background Color
<div style="background-color:#756335">
Div content here</div>
This div background color is #756335
#756335 Border Color
<div style="border:3px solid #756335">
Div here</div>
This div border color is #756335
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(117,99,53, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #756335; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #756335; -webkit-box-shadow: 1px 1px 3px 2px #756335; box-shadow: 1px 1px 3px 2px #756335; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(117,99,53, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #756335">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #756335; -webkit-box-shadow: 1px 1px 3px 2px #756335; box-shadow: 1px 1px 3px 2px #756335;">
Div content here</div>
This div box has shadow with color #756335
Comments
No comments written yet.
Please login to write comment.