Shades of Pharlap #815D59
Tints of Pharlap #815D59
RGB
CMYK
RGB Variations
Color information
#815D59 (or 0x815D59) is known color: Pharlap. HEX triplet: 81, 5D and 59. RGB value is (129,93,89). Sum of RGB (Red+Green+Blue) = 129+93+89=311 (41% of max value = 765). Red value is 129 (50.78% from 255 or 41.48% from 311); Green value is 93 (36.72% from 255 or 29.90% from 311); Blue value is 89 (35.16% from 255 or 28.62% from 311); Max value from RGB is 129 - color contains mainly: red. Hex color #815D59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815D59 is #7EA2A6. Grayscale: #676767. Windows color (decimal): -8299175 or 5856641. OLE color: 5856641.
HSL color Cylindrical-coordinate representation of color #815D59: hue angle of 6º degrees, saturation: 0.18, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #815D59 is Cyan = 0, Magento = 0.28, Yellow = 0.31 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 93 | 89 | - |
| CMYK | 0 | 0.28 | 0.31 | 0.49 |
| HSL | 6º | 0.18% | 0.43% | - |
| HSV(B) | 6º | 0.31% | 0.51% | - |
| XYZ | 14.77 | 13.22 | 11.22 | - |
| YUV | 103.31 | 119.93 | 146.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 93 | 89 | 0 | 0.28 | 0.31 | 0.49 | 6 | 0.18 | 0.43 |
| Hex | 81 | 5D | 59 | 0 | 1C | 1F | 31 | 6 | 12 | 2B |
| Octal | 201 | 135 | 131 | 0 | 34 | 37 | 61 | 6 | 22 | 53 |
| Binary | 10000001 | 1011101 | 1011001 | 0 | 11100 | 11111 | 110001 | 110 | 10010 | 101011 |
Color Harmonies of #815D59
Complementary color
Monochromatic Colors of #815D59
Black with #815D59
Text Example
Text Example
White with #815D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #815D59; }
p { color: rgb(129,93,89); }
H1.HeaderClassName
{
color: #815D59;
}
.AnyTagClassName
{
color: #815D59;
}
</style>
background-color css
<style>
a { background-color: #815D59; }
a { background-color: rgb(129,93,89); }
div.DivClassName
{
background-color: #815D59;
}
.BgClassName
{
background-color: #815D59;
}
</style>
border-color css
<style>
span { border-color: #815D59; }
span { border-color: rgb(129,93,89); }
td.TdClassName
{
border-color: #815D59;
}
.TagClassName
{
border-color: #815D59;
}
</style>