Shades of Pharlap #815B56
Tints of Pharlap #815B56
RGB
CMYK
RGB Variations
Color information
#815B56 (or 0x815B56) is known color: Pharlap. HEX triplet: 81, 5B and 56. RGB value is (129,91,86). Sum of RGB (Red+Green+Blue) = 129+91+86=306 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.16% from 306); Green value is 91 (35.94% from 255 or 29.74% from 306); Blue value is 86 (33.98% from 255 or 28.10% from 306); Max value from RGB is 129 - color contains mainly: red. Hex color #815B56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815B56 is #7EA4A9. Grayscale: #656565. Windows color (decimal): -8299690 or 5659521. OLE color: 5659521.
HSL color Cylindrical-coordinate representation of color #815B56: hue angle of 6.98º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #815B56 is Cyan = 0, Magento = 0.29, Yellow = 0.33 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 91 | 86 | - |
| CMYK | 0 | 0.29 | 0.33 | 0.49 |
| HSL | 6.98º | 0.2% | 0.42% | - |
| HSV(B) | 6.98º | 0.33% | 0.51% | - |
| XYZ | 14.47 | 12.82 | 10.52 | - |
| YUV | 101.79 | 119.09 | 147.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 91 | 86 | 0 | 0.29 | 0.33 | 0.49 | 6.98 | 0.2 | 0.42 |
| Hex | 81 | 5B | 56 | 0 | 1D | 21 | 31 | 7 | 14 | 2A |
| Octal | 201 | 133 | 126 | 0 | 35 | 41 | 61 | 7 | 24 | 52 |
| Binary | 10000001 | 1011011 | 1010110 | 0 | 11101 | 100001 | 110001 | 111 | 10100 | 101010 |
Color Harmonies of #815B56
Complementary color
Monochromatic Colors of #815B56
Black with #815B56
Text Example
Text Example
White with #815B56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #815B56; }
p { color: rgb(129,91,86); }
H1.HeaderClassName
{
color: #815B56;
}
.AnyTagClassName
{
color: #815B56;
}
</style>
background-color css
<style>
a { background-color: #815B56; }
a { background-color: rgb(129,91,86); }
div.DivClassName
{
background-color: #815B56;
}
.BgClassName
{
background-color: #815B56;
}
</style>
border-color css
<style>
span { border-color: #815B56; }
span { border-color: rgb(129,91,86); }
td.TdClassName
{
border-color: #815B56;
}
.TagClassName
{
border-color: #815B56;
}
</style>