Shades of Pharlap #855D58
Tints of Pharlap #855D58
RGB
CMYK
RGB Variations
Color information
#855D58 (or 0x855D58) is known color: Pharlap. HEX triplet: 85, 5D and 58. RGB value is (133,93,88). Sum of RGB (Red+Green+Blue) = 133+93+88=314 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.36% from 314); Green value is 93 (36.72% from 255 or 29.62% from 314); Blue value is 88 (34.77% from 255 or 28.03% from 314); Max value from RGB is 133 - color contains mainly: red. Hex color #855D58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855D58 is #7AA2A7. Grayscale: #686868. Windows color (decimal): -8037032 or 5791109. OLE color: 5791109.
HSL color Cylindrical-coordinate representation of color #855D58: hue angle of 6.67º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #855D58 is Cyan = 0, Magento = 0.30, Yellow = 0.34 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 93 | 88 | - |
| CMYK | 0 | 0.30 | 0.34 | 0.48 |
| HSL | 6.67º | 0.2% | 0.43% | - |
| HSV(B) | 6.67º | 0.34% | 0.52% | - |
| XYZ | 15.35 | 13.52 | 11.03 | - |
| YUV | 104.39 | 118.75 | 148.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 93 | 88 | 0 | 0.30 | 0.34 | 0.48 | 6.67 | 0.2 | 0.43 |
| Hex | 85 | 5D | 58 | 0 | 1E | 22 | 30 | 7 | 14 | 2B |
| Octal | 205 | 135 | 130 | 0 | 36 | 42 | 60 | 7 | 24 | 53 |
| Binary | 10000101 | 1011101 | 1011000 | 0 | 11110 | 100010 | 110000 | 111 | 10100 | 101011 |
Color Harmonies of #855D58
Complementary color
Monochromatic Colors of #855D58
Black with #855D58
Text Example
Text Example
White with #855D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855D58; }
p { color: rgb(133,93,88); }
H1.HeaderClassName
{
color: #855D58;
}
.AnyTagClassName
{
color: #855D58;
}
</style>
background-color css
<style>
a { background-color: #855D58; }
a { background-color: rgb(133,93,88); }
div.DivClassName
{
background-color: #855D58;
}
.BgClassName
{
background-color: #855D58;
}
</style>
border-color css
<style>
span { border-color: #855D58; }
span { border-color: rgb(133,93,88); }
td.TdClassName
{
border-color: #855D58;
}
.TagClassName
{
border-color: #855D58;
}
</style>