Shades of Pharlap #825D59
Tints of Pharlap #825D59
RGB
CMYK
RGB Variations
Color information
#825D59 (or 0x825D59) is known color: Pharlap. HEX triplet: 82, 5D and 59. RGB value is (130,93,89). Sum of RGB (Red+Green+Blue) = 130+93+89=312 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.67% from 312); Green value is 93 (36.72% from 255 or 29.81% from 312); Blue value is 89 (35.16% from 255 or 28.53% from 312); Max value from RGB is 130 - color contains mainly: red. Hex color #825D59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825D59 is #7DA2A6. Grayscale: #676767. Windows color (decimal): -8233639 or 5856642. OLE color: 5856642.
HSL color Cylindrical-coordinate representation of color #825D59: hue angle of 5.85º 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 #825D59 is Cyan = 0, Magento = 0.28, Yellow = 0.32 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 93 | 89 | - |
| CMYK | 0 | 0.28 | 0.32 | 0.49 |
| HSL | 5.85º | 0.19% | 0.43% | - |
| HSV(B) | 5.85º | 0.32% | 0.51% | - |
| XYZ | 14.92 | 13.3 | 11.23 | - |
| YUV | 103.61 | 119.76 | 146.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 93 | 89 | 0 | 0.28 | 0.32 | 0.49 | 5.85 | 0.19 | 0.43 |
| Hex | 82 | 5D | 59 | 0 | 1C | 20 | 31 | 6 | 13 | 2B |
| Octal | 202 | 135 | 131 | 0 | 34 | 40 | 61 | 6 | 23 | 53 |
| Binary | 10000010 | 1011101 | 1011001 | 0 | 11100 | 100000 | 110001 | 110 | 10011 | 101011 |
Color Harmonies of #825D59
Complementary color
Monochromatic Colors of #825D59
Black with #825D59
Text Example
Text Example
White with #825D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825D59; }
p { color: rgb(130,93,89); }
H1.HeaderClassName
{
color: #825D59;
}
.AnyTagClassName
{
color: #825D59;
}
</style>
background-color css
<style>
a { background-color: #825D59; }
a { background-color: rgb(130,93,89); }
div.DivClassName
{
background-color: #825D59;
}
.BgClassName
{
background-color: #825D59;
}
</style>
border-color css
<style>
span { border-color: #825D59; }
span { border-color: rgb(130,93,89); }
td.TdClassName
{
border-color: #825D59;
}
.TagClassName
{
border-color: #825D59;
}
</style>