Shades of Pharlap #825F59
Tints of Pharlap #825F59
RGB
CMYK
RGB Variations
Color information
#825F59 (or 0x825F59) is known color: Pharlap. HEX triplet: 82, 5F and 59. RGB value is (130,95,89). Sum of RGB (Red+Green+Blue) = 130+95+89=314 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.40% from 314); Green value is 95 (37.5% from 255 or 30.25% from 314); Blue value is 89 (35.16% from 255 or 28.34% from 314); Max value from RGB is 130 - color contains mainly: red. Hex color #825F59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825F59 is #7DA0A6. Grayscale: #686868. Windows color (decimal): -8233127 or 5857154. OLE color: 5857154.
HSL color Cylindrical-coordinate representation of color #825F59: hue angle of 8.78º degrees, saturation: 0.19, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #825F59 is Cyan = 0, Magento = 0.27, Yellow = 0.32 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 95 | 89 | - |
| CMYK | 0 | 0.27 | 0.32 | 0.49 |
| HSL | 8.78º | 0.19% | 0.43% | - |
| HSV(B) | 8.78º | 0.32% | 0.51% | - |
| XYZ | 15.1 | 13.65 | 11.29 | - |
| YUV | 104.78 | 119.1 | 145.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 95 | 89 | 0 | 0.27 | 0.32 | 0.49 | 8.78 | 0.19 | 0.43 |
| Hex | 82 | 5F | 59 | 0 | 1B | 20 | 31 | 9 | 13 | 2B |
| Octal | 202 | 137 | 131 | 0 | 33 | 40 | 61 | 11 | 23 | 53 |
| Binary | 10000010 | 1011111 | 1011001 | 0 | 11011 | 100000 | 110001 | 1001 | 10011 | 101011 |
Color Harmonies of #825F59
Complementary color
Monochromatic Colors of #825F59
Black with #825F59
Text Example
Text Example
White with #825F59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825F59; }
p { color: rgb(130,95,89); }
H1.HeaderClassName
{
color: #825F59;
}
.AnyTagClassName
{
color: #825F59;
}
</style>
background-color css
<style>
a { background-color: #825F59; }
a { background-color: rgb(130,95,89); }
div.DivClassName
{
background-color: #825F59;
}
.BgClassName
{
background-color: #825F59;
}
</style>
border-color css
<style>
span { border-color: #825F59; }
span { border-color: rgb(130,95,89); }
td.TdClassName
{
border-color: #825F59;
}
.TagClassName
{
border-color: #825F59;
}
</style>