Color spaces of #865748
RGB | 134 | 87 | 72 |
---|---|---|---|
HSL | 0.04 | 0.30 | 0.40 |
HSV | 15° | 46° | 53° |
CMYK | 0.00 | 0.35 | 0.46 0.47 |
XYZ | 14.4094 | 12.3526 | 7.7557 |
Yxy | 12.3526 | 0.4174 | 0.3579 |
Hunter Lab | 35.1463 | 11.6761 | 11.5189 |
CIE-Lab | 41.7711 | 17.5941 | 16.6998 |
#865748 color RGB value is (134,87,72).
#865748 hex color red value is 134, green value is 87 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #865748 hue: 0.04 , saturation: 0.30 and the lightness value of 865748 is 0.40.
The process color (four color CMYK) of #865748 color hex is 0.00, 0.35, 0.46, 0.47. Web safe color of #865748 is #996633. Color #865748 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000110 | 01010111 | 01001000 |
Octal | 206 | 127 | 110 |
Decimal | 134 | 87 | 72 |
Hex | 86 | 57 | 48 |
Shades of #865748
Tints of #865748
RGB Percentages of Color #865748
CMYK Percentages of Color #865748
Complementary Color
#865748 | #487786 |
#865748 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#865748 Color Preview on White Background
Lorem ipsum dolor sit amet.
#865748 Color CSS Codes
.mybgcolor {background-color:#865748; } .myforecolor {color:#865748; } .mybordercolor {border:3px solid #865748; }
#865748 Text Font Color
<p style="color:#865748">Text here</p>
This sample text font color is #865748
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.
#865748 Background Color
<div style="background-color:#865748">
Div content here</div>
This div background color is #865748
#865748 Border Color
<div style="border:3px solid #865748">
Div here</div>
This div border color is #865748
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(134,87,72, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #865748; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #865748; -webkit-box-shadow: 1px 1px 3px 2px #865748; box-shadow: 1px 1px 3px 2px #865748; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(134,87,72, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #865748">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #865748; -webkit-box-shadow: 1px 1px 3px 2px #865748; box-shadow: 1px 1px 3px 2px #865748;">
Div content here</div>
This div box has shadow with color #865748
Comments
No comments written yet.
Please login to write comment.