Shades of Pharlap #855E57
Tints of Pharlap #855E57
RGB
CMYK
RGB Variations
Color information
#855E57 (or 0x855E57) is known color: Pharlap. HEX triplet: 85, 5E and 57. RGB value is (133,94,87). Sum of RGB (Red+Green+Blue) = 133+94+87=314 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.36% from 314); Green value is 94 (37.11% from 255 or 29.94% from 314); Blue value is 87 (34.38% from 255 or 27.71% from 314); Max value from RGB is 133 - color contains mainly: red. Hex color #855E57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855E57 is #7AA1A8. Grayscale: #686868. Windows color (decimal): -8036777 or 5725829. OLE color: 5725829.
HSL color Cylindrical-coordinate representation of color #855E57: hue angle of 9.13º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #855E57 is Cyan = 0, Magento = 0.29, Yellow = 0.35 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 94 | 87 | - |
| CMYK | 0 | 0.29 | 0.35 | 0.48 |
| HSL | 9.13º | 0.21% | 0.43% | - |
| HSV(B) | 9.13º | 0.35% | 0.52% | - |
| XYZ | 15.4 | 13.68 | 10.85 | - |
| YUV | 104.86 | 117.92 | 148.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 94 | 87 | 0 | 0.29 | 0.35 | 0.48 | 9.13 | 0.21 | 0.43 |
| Hex | 85 | 5E | 57 | 0 | 1D | 23 | 30 | 9 | 15 | 2B |
| Octal | 205 | 136 | 127 | 0 | 35 | 43 | 60 | 11 | 25 | 53 |
| Binary | 10000101 | 1011110 | 1010111 | 0 | 11101 | 100011 | 110000 | 1001 | 10101 | 101011 |
Color Harmonies of #855E57
Complementary color
Monochromatic Colors of #855E57
Black with #855E57
Text Example
Text Example
White with #855E57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855E57; }
p { color: rgb(133,94,87); }
H1.HeaderClassName
{
color: #855E57;
}
.AnyTagClassName
{
color: #855E57;
}
</style>
background-color css
<style>
a { background-color: #855E57; }
a { background-color: rgb(133,94,87); }
div.DivClassName
{
background-color: #855E57;
}
.BgClassName
{
background-color: #855E57;
}
</style>
border-color css
<style>
span { border-color: #855E57; }
span { border-color: rgb(133,94,87); }
td.TdClassName
{
border-color: #855E57;
}
.TagClassName
{
border-color: #855E57;
}
</style>