Shades of Pharlap #855C56
Tints of Pharlap #855C56
RGB
CMYK
RGB Variations
Color information
#855C56 (or 0x855C56) is known color: Pharlap. HEX triplet: 85, 5C and 56. RGB value is (133,92,86). Sum of RGB (Red+Green+Blue) = 133+92+86=311 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.77% from 311); Green value is 92 (36.33% from 255 or 29.58% from 311); Blue value is 86 (33.98% from 255 or 27.65% from 311); Max value from RGB is 133 - color contains mainly: red. Hex color #855C56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855C56 is #7AA3A9. Grayscale: #676767. Windows color (decimal): -8037290 or 5659781. OLE color: 5659781.
HSL color Cylindrical-coordinate representation of color #855C56: hue angle of 7.66º 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 #855C56 is Cyan = 0, Magento = 0.31, Yellow = 0.35 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 92 | 86 | - |
| CMYK | 0 | 0.31 | 0.35 | 0.48 |
| HSL | 7.66º | 0.21% | 0.43% | - |
| HSV(B) | 7.66º | 0.35% | 0.52% | - |
| XYZ | 15.18 | 13.31 | 10.57 | - |
| YUV | 103.58 | 118.08 | 148.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 92 | 86 | 0 | 0.31 | 0.35 | 0.48 | 7.66 | 0.21 | 0.43 |
| Hex | 85 | 5C | 56 | 0 | 1F | 23 | 30 | 8 | 15 | 2B |
| Octal | 205 | 134 | 126 | 0 | 37 | 43 | 60 | 10 | 25 | 53 |
| Binary | 10000101 | 1011100 | 1010110 | 0 | 11111 | 100011 | 110000 | 1000 | 10101 | 101011 |
Color Harmonies of #855C56
Complementary color
Monochromatic Colors of #855C56
Black with #855C56
Text Example
Text Example
White with #855C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855C56; }
p { color: rgb(133,92,86); }
H1.HeaderClassName
{
color: #855C56;
}
.AnyTagClassName
{
color: #855C56;
}
</style>
background-color css
<style>
a { background-color: #855C56; }
a { background-color: rgb(133,92,86); }
div.DivClassName
{
background-color: #855C56;
}
.BgClassName
{
background-color: #855C56;
}
</style>
border-color css
<style>
span { border-color: #855C56; }
span { border-color: rgb(133,92,86); }
td.TdClassName
{
border-color: #855C56;
}
.TagClassName
{
border-color: #855C56;
}
</style>