Shades of Pharlap #885F58
Tints of Pharlap #885F58
RGB
CMYK
RGB Variations
Color information
#885F58 (or 0x885F58) is known color: Pharlap. HEX triplet: 88, 5F and 58. RGB value is (136,95,88). Sum of RGB (Red+Green+Blue) = 136+95+88=319 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.63% from 319); Green value is 95 (37.5% from 255 or 29.78% from 319); Blue value is 88 (34.77% from 255 or 27.59% from 319); Max value from RGB is 136 - color contains mainly: red. Hex color #885F58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885F58 is #77A0A7. Grayscale: #6A6A6A. Windows color (decimal): -7839912 or 5791624. OLE color: 5791624.
HSL color Cylindrical-coordinate representation of color #885F58: hue angle of 8.75º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #885F58 is Cyan = 0, Magento = 0.30, Yellow = 0.35 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 95 | 88 | - |
| CMYK | 0 | 0.30 | 0.35 | 0.47 |
| HSL | 8.75º | 0.21% | 0.44% | - |
| HSV(B) | 8.75º | 0.35% | 0.53% | - |
| XYZ | 16.01 | 14.12 | 11.11 | - |
| YUV | 106.46 | 117.58 | 149.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 95 | 88 | 0 | 0.30 | 0.35 | 0.47 | 8.75 | 0.21 | 0.44 |
| Hex | 88 | 5F | 58 | 0 | 1E | 23 | 2F | 9 | 15 | 2C |
| Octal | 210 | 137 | 130 | 0 | 36 | 43 | 57 | 11 | 25 | 54 |
| Binary | 10001000 | 1011111 | 1011000 | 0 | 11110 | 100011 | 101111 | 1001 | 10101 | 101100 |
Color Harmonies of #885F58
Complementary color
Monochromatic Colors of #885F58
Black with #885F58
Text Example
Text Example
White with #885F58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885F58; }
p { color: rgb(136,95,88); }
H1.HeaderClassName
{
color: #885F58;
}
.AnyTagClassName
{
color: #885F58;
}
</style>
background-color css
<style>
a { background-color: #885F58; }
a { background-color: rgb(136,95,88); }
div.DivClassName
{
background-color: #885F58;
}
.BgClassName
{
background-color: #885F58;
}
</style>
border-color css
<style>
span { border-color: #885F58; }
span { border-color: rgb(136,95,88); }
td.TdClassName
{
border-color: #885F58;
}
.TagClassName
{
border-color: #885F58;
}
</style>