Color spaces of #95502e
RGB | 149 | 80 | 46 |
---|---|---|---|
HSL | 0.06 | 0.53 | 0.38 |
HSV | 20° | 69° | 58° |
CMYK | 0.00 | 0.46 | 0.69 0.42 |
XYZ | 15.7562 | 12.3241 | 4.1331 |
Yxy | 12.3241 | 0.4891 | 0.3826 |
Hunter Lab | 35.1057 | 18.6797 | 17.5936 |
CIE-Lab | 41.7267 | 25.8460 | 32.3133 |
#95502e color RGB value is (149,80,46).
#95502e hex color red value is 149, green value is 80 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #95502e hue: 0.06 , saturation: 0.53 and the lightness value of 95502e is 0.38.
The process color (four color CMYK) of #95502e color hex is 0.00, 0.46, 0.69, 0.42. Web safe color of #95502e is #996633. Color #95502e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010101 | 01010000 | 00101110 |
Octal | 225 | 120 | 56 |
Decimal | 149 | 80 | 46 |
Hex | 95 | 50 | 2E |
Shades of #95502e
Tints of #95502e
RGB Percentages of Color #95502e
CMYK Percentages of Color #95502e
Complementary Color
#95502e | #2e7395 |
#95502e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#95502e Color Preview on White Background
Lorem ipsum dolor sit amet.
#95502e Color CSS Codes
.mybgcolor {background-color:#95502e; } .myforecolor {color:#95502e; } .mybordercolor {border:3px solid #95502e; }
#95502e Text Font Color
<p style="color:#95502e">Text here</p>
This sample text font color is #95502e
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.
#95502e Background Color
<div style="background-color:#95502e">
Div content here</div>
This div background color is #95502e
#95502e Border Color
<div style="border:3px solid #95502e">
Div here</div>
This div border color is #95502e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(149,80,46, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #95502e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #95502e; -webkit-box-shadow: 1px 1px 3px 2px #95502e; box-shadow: 1px 1px 3px 2px #95502e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(149,80,46, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #95502e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #95502e; -webkit-box-shadow: 1px 1px 3px 2px #95502e; box-shadow: 1px 1px 3px 2px #95502e;">
Div content here</div>
This div box has shadow with color #95502e
Comments
No comments written yet.
Please login to write comment.