Shades of Pharlap #82655F
Tints of Pharlap #82655F
RGB
CMYK
RGB Variations
Color information
#82655F (or 0x82655F) is known color: Pharlap. HEX triplet: 82, 65 and 5F. RGB value is (130,101,95). Sum of RGB (Red+Green+Blue) = 130+101+95=326 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.88% from 326); Green value is 101 (39.84% from 255 or 30.98% from 326); Blue value is 95 (37.5% from 255 or 29.14% from 326); Max value from RGB is 130 - color contains mainly: red. Hex color #82655F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82655F is #7D9AA0. Grayscale: #6D6D6D. Windows color (decimal): -8231585 or 6251906. OLE color: 6251906.
HSL color Cylindrical-coordinate representation of color #82655F: hue angle of 10.29º degrees, saturation: 0.16, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #82655F is Cyan = 0, Magento = 0.22, Yellow = 0.27 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 101 | 95 | - |
| CMYK | 0 | 0.22 | 0.27 | 0.49 |
| HSL | 10.29º | 0.16% | 0.44% | - |
| HSV(B) | 10.29º | 0.27% | 0.51% | - |
| XYZ | 15.93 | 14.88 | 12.86 | - |
| YUV | 108.99 | 120.11 | 142.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 101 | 95 | 0 | 0.22 | 0.27 | 0.49 | 10.29 | 0.16 | 0.44 |
| Hex | 82 | 65 | 5F | 0 | 16 | 1B | 31 | A | 10 | 2C |
| Octal | 202 | 145 | 137 | 0 | 26 | 33 | 61 | 12 | 20 | 54 |
| Binary | 10000010 | 1100101 | 1011111 | 0 | 10110 | 11011 | 110001 | 1010 | 10000 | 101100 |
Color Harmonies of #82655F
Complementary color
Monochromatic Colors of #82655F
Black with #82655F
Text Example
Text Example
White with #82655F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82655F; }
p { color: rgb(130,101,95); }
H1.HeaderClassName
{
color: #82655F;
}
.AnyTagClassName
{
color: #82655F;
}
</style>
background-color css
<style>
a { background-color: #82655F; }
a { background-color: rgb(130,101,95); }
div.DivClassName
{
background-color: #82655F;
}
.BgClassName
{
background-color: #82655F;
}
</style>
border-color css
<style>
span { border-color: #82655F; }
span { border-color: rgb(130,101,95); }
td.TdClassName
{
border-color: #82655F;
}
.TagClassName
{
border-color: #82655F;
}
</style>