Shades of Pharlap #8B635F
Tints of Pharlap #8B635F
RGB
CMYK
RGB Variations
Color information
#8B635F (or 0x8B635F) is known color: Pharlap. HEX triplet: 8B, 63 and 5F. RGB value is (139,99,95). Sum of RGB (Red+Green+Blue) = 139+99+95=333 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.74% from 333); Green value is 99 (39.06% from 255 or 29.73% from 333); Blue value is 95 (37.5% from 255 or 28.53% from 333); Max value from RGB is 139 - color contains mainly: red. Hex color #8B635F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B635F is #749CA0. Grayscale: #6E6E6E. Windows color (decimal): -7642273 or 6251403. OLE color: 6251403.
HSL color Cylindrical-coordinate representation of color #8B635F: hue angle of 5.45º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8B635F is Cyan = 0, Magento = 0.29, Yellow = 0.32 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 99 | 95 | - |
| CMYK | 0 | 0.29 | 0.32 | 0.45 |
| HSL | 5.45º | 0.19% | 0.46% | - |
| HSV(B) | 5.45º | 0.32% | 0.55% | - |
| XYZ | 17.17 | 15.24 | 12.86 | - |
| YUV | 110.5 | 119.25 | 148.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 99 | 95 | 0 | 0.29 | 0.32 | 0.45 | 5.45 | 0.19 | 0.46 |
| Hex | 8B | 63 | 5F | 0 | 1D | 20 | 2D | 5 | 13 | 2E |
| Octal | 213 | 143 | 137 | 0 | 35 | 40 | 55 | 5 | 23 | 56 |
| Binary | 10001011 | 1100011 | 1011111 | 0 | 11101 | 100000 | 101101 | 101 | 10011 | 101110 |
Color Harmonies of #8B635F
Complementary color
Monochromatic Colors of #8B635F
Black with #8B635F
Text Example
Text Example
White with #8B635F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B635F; }
p { color: rgb(139,99,95); }
H1.HeaderClassName
{
color: #8B635F;
}
.AnyTagClassName
{
color: #8B635F;
}
</style>
background-color css
<style>
a { background-color: #8B635F; }
a { background-color: rgb(139,99,95); }
div.DivClassName
{
background-color: #8B635F;
}
.BgClassName
{
background-color: #8B635F;
}
</style>
border-color css
<style>
span { border-color: #8B635F; }
span { border-color: rgb(139,99,95); }
td.TdClassName
{
border-color: #8B635F;
}
.TagClassName
{
border-color: #8B635F;
}
</style>