Shades of Pharlap #825D57
Tints of Pharlap #825D57
RGB
CMYK
RGB Variations
Color information
#825D57 (or 0x825D57) is known color: Pharlap. HEX triplet: 82, 5D and 57. RGB value is (130,93,87). Sum of RGB (Red+Green+Blue) = 130+93+87=310 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.94% from 310); Green value is 93 (36.72% from 255 or 30% from 310); Blue value is 87 (34.38% from 255 or 28.06% from 310); Max value from RGB is 130 - color contains mainly: red. Hex color #825D57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825D57 is #7DA2A8. Grayscale: #676767. Windows color (decimal): -8233641 or 5725570. OLE color: 5725570.
HSL color Cylindrical-coordinate representation of color #825D57: hue angle of 8.37º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #825D57 is Cyan = 0, Magento = 0.28, Yellow = 0.33 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 93 | 87 | - |
| CMYK | 0 | 0.28 | 0.33 | 0.49 |
| HSL | 8.37º | 0.2% | 0.43% | - |
| HSV(B) | 8.37º | 0.33% | 0.51% | - |
| XYZ | 14.84 | 13.26 | 10.79 | - |
| YUV | 103.38 | 118.76 | 146.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 93 | 87 | 0 | 0.28 | 0.33 | 0.49 | 8.37 | 0.2 | 0.43 |
| Hex | 82 | 5D | 57 | 0 | 1C | 21 | 31 | 8 | 14 | 2B |
| Octal | 202 | 135 | 127 | 0 | 34 | 41 | 61 | 10 | 24 | 53 |
| Binary | 10000010 | 1011101 | 1010111 | 0 | 11100 | 100001 | 110001 | 1000 | 10100 | 101011 |
Color Harmonies of #825D57
Complementary color
Monochromatic Colors of #825D57
Black with #825D57
Text Example
Text Example
White with #825D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825D57; }
p { color: rgb(130,93,87); }
H1.HeaderClassName
{
color: #825D57;
}
.AnyTagClassName
{
color: #825D57;
}
</style>
background-color css
<style>
a { background-color: #825D57; }
a { background-color: rgb(130,93,87); }
div.DivClassName
{
background-color: #825D57;
}
.BgClassName
{
background-color: #825D57;
}
</style>
border-color css
<style>
span { border-color: #825D57; }
span { border-color: rgb(130,93,87); }
td.TdClassName
{
border-color: #825D57;
}
.TagClassName
{
border-color: #825D57;
}
</style>