Shades of Pharlap #815E5A
Tints of Pharlap #815E5A
RGB
CMYK
RGB Variations
Color information
#815E5A (or 0x815E5A) is known color: Pharlap. HEX triplet: 81, 5E and 5A. RGB value is (129,94,90). Sum of RGB (Red+Green+Blue) = 129+94+90=313 (41% of max value = 765). Red value is 129 (50.78% from 255 or 41.21% from 313); Green value is 94 (37.11% from 255 or 30.03% from 313); Blue value is 90 (35.55% from 255 or 28.75% from 313); Max value from RGB is 129 - color contains mainly: red. Hex color #815E5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815E5A is #7EA1A5. Grayscale: #686868. Windows color (decimal): -8298918 or 5922433. OLE color: 5922433.
HSL color Cylindrical-coordinate representation of color #815E5A: hue angle of 6.15º degrees, saturation: 0.18, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #815E5A is Cyan = 0, Magento = 0.27, Yellow = 0.30 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 94 | 90 | - |
| CMYK | 0 | 0.27 | 0.30 | 0.49 |
| HSL | 6.15º | 0.18% | 0.43% | - |
| HSV(B) | 6.15º | 0.3% | 0.51% | - |
| XYZ | 14.9 | 13.41 | 11.48 | - |
| YUV | 104.01 | 120.1 | 145.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 94 | 90 | 0 | 0.27 | 0.30 | 0.49 | 6.15 | 0.18 | 0.43 |
| Hex | 81 | 5E | 5A | 0 | 1B | 1E | 31 | 6 | 12 | 2B |
| Octal | 201 | 136 | 132 | 0 | 33 | 36 | 61 | 6 | 22 | 53 |
| Binary | 10000001 | 1011110 | 1011010 | 0 | 11011 | 11110 | 110001 | 110 | 10010 | 101011 |
Color Harmonies of #815E5A
Complementary color
Monochromatic Colors of #815E5A
Black with #815E5A
Text Example
Text Example
White with #815E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #815E5A; }
p { color: rgb(129,94,90); }
H1.HeaderClassName
{
color: #815E5A;
}
.AnyTagClassName
{
color: #815E5A;
}
</style>
background-color css
<style>
a { background-color: #815E5A; }
a { background-color: rgb(129,94,90); }
div.DivClassName
{
background-color: #815E5A;
}
.BgClassName
{
background-color: #815E5A;
}
</style>
border-color css
<style>
span { border-color: #815E5A; }
span { border-color: rgb(129,94,90); }
td.TdClassName
{
border-color: #815E5A;
}
.TagClassName
{
border-color: #815E5A;
}
</style>