Shades of Pharlap #875F59
Tints of Pharlap #875F59
RGB
CMYK
RGB Variations
Color information
#875F59 (or 0x875F59) is known color: Pharlap. HEX triplet: 87, 5F and 59. RGB value is (135,95,89). Sum of RGB (Red+Green+Blue) = 135+95+89=319 (42% of max value = 765). Red value is 135 (53.12% from 255 or 42.32% from 319); Green value is 95 (37.5% from 255 or 29.78% from 319); Blue value is 89 (35.16% from 255 or 27.90% from 319); Max value from RGB is 135 - color contains mainly: red. Hex color #875F59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875F59 is #78A0A6. Grayscale: #6A6A6A. Windows color (decimal): -7905447 or 5857159. OLE color: 5857159.
HSL color Cylindrical-coordinate representation of color #875F59: hue angle of 7.83º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #875F59 is Cyan = 0, Magento = 0.30, Yellow = 0.34 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 95 | 89 | - |
| CMYK | 0 | 0.30 | 0.34 | 0.47 |
| HSL | 7.83º | 0.21% | 0.44% | - |
| HSV(B) | 7.83º | 0.34% | 0.53% | - |
| XYZ | 15.89 | 14.06 | 11.33 | - |
| YUV | 106.28 | 118.25 | 148.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 95 | 89 | 0 | 0.30 | 0.34 | 0.47 | 7.83 | 0.21 | 0.44 |
| Hex | 87 | 5F | 59 | 0 | 1E | 22 | 2F | 8 | 15 | 2C |
| Octal | 207 | 137 | 131 | 0 | 36 | 42 | 57 | 10 | 25 | 54 |
| Binary | 10000111 | 1011111 | 1011001 | 0 | 11110 | 100010 | 101111 | 1000 | 10101 | 101100 |
Color Harmonies of #875F59
Complementary color
Monochromatic Colors of #875F59
Black with #875F59
Text Example
Text Example
White with #875F59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875F59; }
p { color: rgb(135,95,89); }
H1.HeaderClassName
{
color: #875F59;
}
.AnyTagClassName
{
color: #875F59;
}
</style>
background-color css
<style>
a { background-color: #875F59; }
a { background-color: rgb(135,95,89); }
div.DivClassName
{
background-color: #875F59;
}
.BgClassName
{
background-color: #875F59;
}
</style>
border-color css
<style>
span { border-color: #875F59; }
span { border-color: rgb(135,95,89); }
td.TdClassName
{
border-color: #875F59;
}
.TagClassName
{
border-color: #875F59;
}
</style>