Shades of Pharlap #855F5A
Tints of Pharlap #855F5A
RGB
CMYK
RGB Variations
Color information
#855F5A (or 0x855F5A) is known color: Pharlap. HEX triplet: 85, 5F and 5A. RGB value is (133,95,90). Sum of RGB (Red+Green+Blue) = 133+95+90=318 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.82% from 318); Green value is 95 (37.5% from 255 or 29.87% from 318); Blue value is 90 (35.55% from 255 or 28.30% from 318); Max value from RGB is 133 - color contains mainly: red. Hex color #855F5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855F5A is #7AA0A5. Grayscale: #696969. Windows color (decimal): -8036518 or 5922693. OLE color: 5922693.
HSL color Cylindrical-coordinate representation of color #855F5A: hue angle of 6.98º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #855F5A is Cyan = 0, Magento = 0.29, Yellow = 0.32 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 95 | 90 | - |
| CMYK | 0 | 0.29 | 0.32 | 0.48 |
| HSL | 6.98º | 0.19% | 0.44% | - |
| HSV(B) | 6.98º | 0.32% | 0.52% | - |
| XYZ | 15.61 | 13.91 | 11.53 | - |
| YUV | 105.79 | 119.09 | 147.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 95 | 90 | 0 | 0.29 | 0.32 | 0.48 | 6.98 | 0.19 | 0.44 |
| Hex | 85 | 5F | 5A | 0 | 1D | 20 | 30 | 7 | 13 | 2C |
| Octal | 205 | 137 | 132 | 0 | 35 | 40 | 60 | 7 | 23 | 54 |
| Binary | 10000101 | 1011111 | 1011010 | 0 | 11101 | 100000 | 110000 | 111 | 10011 | 101100 |
Color Harmonies of #855F5A
Complementary color
Monochromatic Colors of #855F5A
Black with #855F5A
Text Example
Text Example
White with #855F5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855F5A; }
p { color: rgb(133,95,90); }
H1.HeaderClassName
{
color: #855F5A;
}
.AnyTagClassName
{
color: #855F5A;
}
</style>
background-color css
<style>
a { background-color: #855F5A; }
a { background-color: rgb(133,95,90); }
div.DivClassName
{
background-color: #855F5A;
}
.BgClassName
{
background-color: #855F5A;
}
</style>
border-color css
<style>
span { border-color: #855F5A; }
span { border-color: rgb(133,95,90); }
td.TdClassName
{
border-color: #855F5A;
}
.TagClassName
{
border-color: #855F5A;
}
</style>