Shades of Pharlap #815E59
Tints of Pharlap #815E59
RGB
CMYK
RGB Variations
Color information
#815E59 (or 0x815E59) is known color: Pharlap. HEX triplet: 81, 5E and 59. RGB value is (129,94,89). Sum of RGB (Red+Green+Blue) = 129+94+89=312 (41% of max value = 765). Red value is 129 (50.78% from 255 or 41.35% from 312); Green value is 94 (37.11% from 255 or 30.13% from 312); Blue value is 89 (35.16% from 255 or 28.53% from 312); Max value from RGB is 129 - color contains mainly: red. Hex color #815E59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815E59 is #7EA1A6. Grayscale: #676767. Windows color (decimal): -8298919 or 5856897. OLE color: 5856897.
HSL color Cylindrical-coordinate representation of color #815E59: hue angle of 7.5º 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 #815E59 is Cyan = 0, Magento = 0.27, Yellow = 0.31 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 94 | 89 | - |
| CMYK | 0 | 0.27 | 0.31 | 0.49 |
| HSL | 7.5º | 0.18% | 0.43% | - |
| HSV(B) | 7.5º | 0.31% | 0.51% | - |
| XYZ | 14.86 | 13.39 | 11.25 | - |
| YUV | 103.9 | 119.6 | 145.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 94 | 89 | 0 | 0.27 | 0.31 | 0.49 | 7.5 | 0.18 | 0.43 |
| Hex | 81 | 5E | 59 | 0 | 1B | 1F | 31 | 8 | 12 | 2B |
| Octal | 201 | 136 | 131 | 0 | 33 | 37 | 61 | 10 | 22 | 53 |
| Binary | 10000001 | 1011110 | 1011001 | 0 | 11011 | 11111 | 110001 | 1000 | 10010 | 101011 |
Color Harmonies of #815E59
Complementary color
Monochromatic Colors of #815E59
Black with #815E59
Text Example
Text Example
White with #815E59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #815E59; }
p { color: rgb(129,94,89); }
H1.HeaderClassName
{
color: #815E59;
}
.AnyTagClassName
{
color: #815E59;
}
</style>
background-color css
<style>
a { background-color: #815E59; }
a { background-color: rgb(129,94,89); }
div.DivClassName
{
background-color: #815E59;
}
.BgClassName
{
background-color: #815E59;
}
</style>
border-color css
<style>
span { border-color: #815E59; }
span { border-color: rgb(129,94,89); }
td.TdClassName
{
border-color: #815E59;
}
.TagClassName
{
border-color: #815E59;
}
</style>