Shades of Pharlap #865D57
Tints of Pharlap #865D57
RGB
CMYK
RGB Variations
Color information
#865D57 (or 0x865D57) is known color: Pharlap. HEX triplet: 86, 5D and 57. RGB value is (134,93,87). Sum of RGB (Red+Green+Blue) = 134+93+87=314 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.68% from 314); Green value is 93 (36.72% from 255 or 29.62% from 314); Blue value is 87 (34.38% from 255 or 27.71% from 314); Max value from RGB is 134 - color contains mainly: red. Hex color #865D57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865D57 is #79A2A8. Grayscale: #686868. Windows color (decimal): -7971497 or 5725574. OLE color: 5725574.
HSL color Cylindrical-coordinate representation of color #865D57: hue angle of 7.66º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #865D57 is Cyan = 0, Magento = 0.31, Yellow = 0.35 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 93 | 87 | - |
| CMYK | 0 | 0.31 | 0.35 | 0.47 |
| HSL | 7.66º | 0.21% | 0.43% | - |
| HSV(B) | 7.66º | 0.35% | 0.53% | - |
| XYZ | 15.47 | 13.59 | 10.82 | - |
| YUV | 104.58 | 118.08 | 148.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 93 | 87 | 0 | 0.31 | 0.35 | 0.47 | 7.66 | 0.21 | 0.43 |
| Hex | 86 | 5D | 57 | 0 | 1F | 23 | 2F | 8 | 15 | 2B |
| Octal | 206 | 135 | 127 | 0 | 37 | 43 | 57 | 10 | 25 | 53 |
| Binary | 10000110 | 1011101 | 1010111 | 0 | 11111 | 100011 | 101111 | 1000 | 10101 | 101011 |
Color Harmonies of #865D57
Complementary color
Monochromatic Colors of #865D57
Black with #865D57
Text Example
Text Example
White with #865D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865D57; }
p { color: rgb(134,93,87); }
H1.HeaderClassName
{
color: #865D57;
}
.AnyTagClassName
{
color: #865D57;
}
</style>
background-color css
<style>
a { background-color: #865D57; }
a { background-color: rgb(134,93,87); }
div.DivClassName
{
background-color: #865D57;
}
.BgClassName
{
background-color: #865D57;
}
</style>
border-color css
<style>
span { border-color: #865D57; }
span { border-color: rgb(134,93,87); }
td.TdClassName
{
border-color: #865D57;
}
.TagClassName
{
border-color: #865D57;
}
</style>