Shades of Pharlap #845C58
Tints of Pharlap #845C58
RGB
CMYK
RGB Variations
Color information
#845C58 (or 0x845C58) is known color: Pharlap. HEX triplet: 84, 5C and 58. RGB value is (132,92,88). Sum of RGB (Red+Green+Blue) = 132+92+88=312 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.31% from 312); Green value is 92 (36.33% from 255 or 29.49% from 312); Blue value is 88 (34.77% from 255 or 28.21% from 312); Max value from RGB is 132 - color contains mainly: red. Hex color #845C58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845C58 is #7BA3A7. Grayscale: #676767. Windows color (decimal): -8102824 or 5790852. OLE color: 5790852.
HSL color Cylindrical-coordinate representation of color #845C58: hue angle of 5.45º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #845C58 is Cyan = 0, Magento = 0.30, Yellow = 0.33 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 92 | 88 | - |
| CMYK | 0 | 0.30 | 0.33 | 0.48 |
| HSL | 5.45º | 0.2% | 0.43% | - |
| HSV(B) | 5.45º | 0.33% | 0.52% | - |
| XYZ | 15.1 | 13.26 | 11 | - |
| YUV | 103.5 | 119.25 | 148.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 92 | 88 | 0 | 0.30 | 0.33 | 0.48 | 5.45 | 0.2 | 0.43 |
| Hex | 84 | 5C | 58 | 0 | 1E | 21 | 30 | 5 | 14 | 2B |
| Octal | 204 | 134 | 130 | 0 | 36 | 41 | 60 | 5 | 24 | 53 |
| Binary | 10000100 | 1011100 | 1011000 | 0 | 11110 | 100001 | 110000 | 101 | 10100 | 101011 |
Color Harmonies of #845C58
Complementary color
Monochromatic Colors of #845C58
Black with #845C58
Text Example
Text Example
White with #845C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845C58; }
p { color: rgb(132,92,88); }
H1.HeaderClassName
{
color: #845C58;
}
.AnyTagClassName
{
color: #845C58;
}
</style>
background-color css
<style>
a { background-color: #845C58; }
a { background-color: rgb(132,92,88); }
div.DivClassName
{
background-color: #845C58;
}
.BgClassName
{
background-color: #845C58;
}
</style>
border-color css
<style>
span { border-color: #845C58; }
span { border-color: rgb(132,92,88); }
td.TdClassName
{
border-color: #845C58;
}
.TagClassName
{
border-color: #845C58;
}
</style>