Color spaces of #865d31
RGB | 134 | 93 | 49 |
---|---|---|---|
HSL | 0.09 | 0.46 | 0.36 |
HSV | 31° | 63° | 53° |
CMYK | 0.00 | 0.31 | 0.63 0.47 |
XYZ | 14.3002 | 13.1188 | 4.6842 |
Yxy | 13.1188 | 0.4454 | 0.4086 |
Hunter Lab | 36.2199 | 7.0899 | 17.6861 |
CIE-Lab | 42.9417 | 11.8733 | 31.5445 |
#865d31 color RGB value is (134,93,49).
#865d31 hex color red value is 134, green value is 93 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #865d31 hue: 0.09 , saturation: 0.46 and the lightness value of 865d31 is 0.36.
The process color (four color CMYK) of #865d31 color hex is 0.00, 0.31, 0.63, 0.47. Web safe color of #865d31 is #996633. Color #865d31 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000110 | 01011101 | 00110001 |
Octal | 206 | 135 | 61 |
Decimal | 134 | 93 | 49 |
Hex | 86 | 5D | 31 |
Shades of #865d31
Tints of #865d31
RGB Percentages of Color #865d31
CMYK Percentages of Color #865d31
Complementary Color
#865d31 | #315a86 |
#865d31 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#865d31 Color Preview on White Background
Lorem ipsum dolor sit amet.
#865d31 Color CSS Codes
.mybgcolor {background-color:#865d31; } .myforecolor {color:#865d31; } .mybordercolor {border:3px solid #865d31; }
#865d31 Text Font Color
<p style="color:#865d31">Text here</p>
This sample text font color is #865d31
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.
#865d31 Background Color
<div style="background-color:#865d31">
Div content here</div>
This div background color is #865d31
#865d31 Border Color
<div style="border:3px solid #865d31">
Div here</div>
This div border color is #865d31
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(134,93,49, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #865d31; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #865d31; -webkit-box-shadow: 1px 1px 3px 2px #865d31; box-shadow: 1px 1px 3px 2px #865d31; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(134,93,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 #865d31">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #865d31; -webkit-box-shadow: 1px 1px 3px 2px #865d31; box-shadow: 1px 1px 3px 2px #865d31;">
Div content here</div>
This div box has shadow with color #865d31
Comments
No comments written yet.
Please login to write comment.