Shades of Pharlap #805B57
Tints of Pharlap #805B57
RGB
CMYK
RGB Variations
Color information
#805B57 (or 0x805B57) is known color: Pharlap. HEX triplet: 80, 5B and 57. RGB value is (128,91,87). Sum of RGB (Red+Green+Blue) = 128+91+87=306 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.83% from 306); Green value is 91 (35.94% from 255 or 29.74% from 306); Blue value is 87 (34.38% from 255 or 28.43% from 306); Max value from RGB is 128 - color contains mainly: red. Hex color #805B57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805B57 is #7FA4A8. Grayscale: #656565. Windows color (decimal): -8365225 or 5725056. OLE color: 5725056.
HSL color Cylindrical-coordinate representation of color #805B57: hue angle of 5.85º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #805B57 is Cyan = 0, Magento = 0.29, Yellow = 0.32 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 91 | 87 | - |
| CMYK | 0 | 0.29 | 0.32 | 0.50 |
| HSL | 5.85º | 0.19% | 0.42% | - |
| HSV(B) | 5.85º | 0.32% | 0.5% | - |
| XYZ | 14.36 | 12.76 | 10.72 | - |
| YUV | 101.61 | 119.76 | 146.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 91 | 87 | 0 | 0.29 | 0.32 | 0.50 | 5.85 | 0.19 | 0.42 |
| Hex | 80 | 5B | 57 | 0 | 1D | 20 | 32 | 6 | 13 | 2A |
| Octal | 200 | 133 | 127 | 0 | 35 | 40 | 62 | 6 | 23 | 52 |
| Binary | 10000000 | 1011011 | 1010111 | 0 | 11101 | 100000 | 110010 | 110 | 10011 | 101010 |
Color Harmonies of #805B57
Complementary color
Monochromatic Colors of #805B57
Black with #805B57
Text Example
Text Example
White with #805B57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805B57; }
p { color: rgb(128,91,87); }
H1.HeaderClassName
{
color: #805B57;
}
.AnyTagClassName
{
color: #805B57;
}
</style>
background-color css
<style>
a { background-color: #805B57; }
a { background-color: rgb(128,91,87); }
div.DivClassName
{
background-color: #805B57;
}
.BgClassName
{
background-color: #805B57;
}
</style>
border-color css
<style>
span { border-color: #805B57; }
span { border-color: rgb(128,91,87); }
td.TdClassName
{
border-color: #805B57;
}
.TagClassName
{
border-color: #805B57;
}
</style>