Shades of Pharlap #815F5C
Tints of Pharlap #815F5C
RGB
CMYK
RGB Variations
Color information
#815F5C (or 0x815F5C) is known color: Pharlap. HEX triplet: 81, 5F and 5C. RGB value is (129,95,92). Sum of RGB (Red+Green+Blue) = 129+95+92=316 (41% of max value = 765). Red value is 129 (50.78% from 255 or 40.82% from 316); Green value is 95 (37.5% from 255 or 30.06% from 316); Blue value is 92 (36.33% from 255 or 29.11% from 316); Max value from RGB is 129 - color contains mainly: red. Hex color #815F5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815F5C is #7EA0A3. Grayscale: #686868. Windows color (decimal): -8298660 or 6053761. OLE color: 6053761.
HSL color Cylindrical-coordinate representation of color #815F5C: hue angle of 4.86º degrees, saturation: 0.17, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #815F5C is Cyan = 0, Magento = 0.26, Yellow = 0.29 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 95 | 92 | - |
| CMYK | 0 | 0.26 | 0.29 | 0.49 |
| HSL | 4.86º | 0.17% | 0.43% | - |
| HSV(B) | 4.86º | 0.29% | 0.51% | - |
| XYZ | 15.08 | 13.62 | 11.96 | - |
| YUV | 104.82 | 120.76 | 145.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 95 | 92 | 0 | 0.26 | 0.29 | 0.49 | 4.86 | 0.17 | 0.43 |
| Hex | 81 | 5F | 5C | 0 | 1A | 1D | 31 | 5 | 11 | 2B |
| Octal | 201 | 137 | 134 | 0 | 32 | 35 | 61 | 5 | 21 | 53 |
| Binary | 10000001 | 1011111 | 1011100 | 0 | 11010 | 11101 | 110001 | 101 | 10001 | 101011 |
Color Harmonies of #815F5C
Complementary color
Monochromatic Colors of #815F5C
Black with #815F5C
Text Example
Text Example
White with #815F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #815F5C; }
p { color: rgb(129,95,92); }
H1.HeaderClassName
{
color: #815F5C;
}
.AnyTagClassName
{
color: #815F5C;
}
</style>
background-color css
<style>
a { background-color: #815F5C; }
a { background-color: rgb(129,95,92); }
div.DivClassName
{
background-color: #815F5C;
}
.BgClassName
{
background-color: #815F5C;
}
</style>
border-color css
<style>
span { border-color: #815F5C; }
span { border-color: rgb(129,95,92); }
td.TdClassName
{
border-color: #815F5C;
}
.TagClassName
{
border-color: #815F5C;
}
</style>