Shades of Pharlap #825E59
Tints of Pharlap #825E59
RGB
CMYK
RGB Variations
Color information
#825E59 (or 0x825E59) is known color: Pharlap. HEX triplet: 82, 5E and 59. RGB value is (130,94,89). Sum of RGB (Red+Green+Blue) = 130+94+89=313 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.53% from 313); Green value is 94 (37.11% from 255 or 30.03% from 313); Blue value is 89 (35.16% from 255 or 28.43% from 313); Max value from RGB is 130 - color contains mainly: red. Hex color #825E59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825E59 is #7DA1A6. Grayscale: #686868. Windows color (decimal): -8233383 or 5856898. OLE color: 5856898.
HSL color Cylindrical-coordinate representation of color #825E59: hue angle of 7.32º 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 #825E59 is Cyan = 0, Magento = 0.28, Yellow = 0.32 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 94 | 89 | - |
| CMYK | 0 | 0.28 | 0.32 | 0.49 |
| HSL | 7.32º | 0.19% | 0.43% | - |
| HSV(B) | 7.32º | 0.32% | 0.51% | - |
| XYZ | 15.01 | 13.47 | 11.26 | - |
| YUV | 104.19 | 119.43 | 146.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 94 | 89 | 0 | 0.28 | 0.32 | 0.49 | 7.32 | 0.19 | 0.43 |
| Hex | 82 | 5E | 59 | 0 | 1C | 20 | 31 | 7 | 13 | 2B |
| Octal | 202 | 136 | 131 | 0 | 34 | 40 | 61 | 7 | 23 | 53 |
| Binary | 10000010 | 1011110 | 1011001 | 0 | 11100 | 100000 | 110001 | 111 | 10011 | 101011 |
Color Harmonies of #825E59
Complementary color
Monochromatic Colors of #825E59
Black with #825E59
Text Example
Text Example
White with #825E59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825E59; }
p { color: rgb(130,94,89); }
H1.HeaderClassName
{
color: #825E59;
}
.AnyTagClassName
{
color: #825E59;
}
</style>
background-color css
<style>
a { background-color: #825E59; }
a { background-color: rgb(130,94,89); }
div.DivClassName
{
background-color: #825E59;
}
.BgClassName
{
background-color: #825E59;
}
</style>
border-color css
<style>
span { border-color: #825E59; }
span { border-color: rgb(130,94,89); }
td.TdClassName
{
border-color: #825E59;
}
.TagClassName
{
border-color: #825E59;
}
</style>