Shades of Pharlap #8B635D
Tints of Pharlap #8B635D
RGB
CMYK
RGB Variations
Color information
#8B635D (or 0x8B635D) is known color: Pharlap. HEX triplet: 8B, 63 and 5D. RGB value is (139,99,93). Sum of RGB (Red+Green+Blue) = 139+99+93=331 (43% of max value = 765). Red value is 139 (54.69% from 255 or 41.99% from 331); Green value is 99 (39.06% from 255 or 29.91% from 331); Blue value is 93 (36.72% from 255 or 28.10% from 331); Max value from RGB is 139 - color contains mainly: red. Hex color #8B635D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B635D is #749CA2. Grayscale: #6E6E6E. Windows color (decimal): -7642275 or 6120331. OLE color: 6120331.
HSL color Cylindrical-coordinate representation of color #8B635D: hue angle of 7.83º degrees, saturation: 0.2, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8B635D is Cyan = 0, Magento = 0.29, Yellow = 0.33 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 99 | 93 | - |
| CMYK | 0 | 0.29 | 0.33 | 0.45 |
| HSL | 7.83º | 0.2% | 0.45% | - |
| HSV(B) | 7.83º | 0.33% | 0.55% | - |
| XYZ | 17.09 | 15.2 | 12.39 | - |
| YUV | 110.28 | 118.25 | 148.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 99 | 93 | 0 | 0.29 | 0.33 | 0.45 | 7.83 | 0.2 | 0.45 |
| Hex | 8B | 63 | 5D | 0 | 1D | 21 | 2D | 8 | 14 | 2D |
| Octal | 213 | 143 | 135 | 0 | 35 | 41 | 55 | 10 | 24 | 55 |
| Binary | 10001011 | 1100011 | 1011101 | 0 | 11101 | 100001 | 101101 | 1000 | 10100 | 101101 |
Color Harmonies of #8B635D
Complementary color
Monochromatic Colors of #8B635D
Black with #8B635D
Text Example
Text Example
White with #8B635D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B635D; }
p { color: rgb(139,99,93); }
H1.HeaderClassName
{
color: #8B635D;
}
.AnyTagClassName
{
color: #8B635D;
}
</style>
background-color css
<style>
a { background-color: #8B635D; }
a { background-color: rgb(139,99,93); }
div.DivClassName
{
background-color: #8B635D;
}
.BgClassName
{
background-color: #8B635D;
}
</style>
border-color css
<style>
span { border-color: #8B635D; }
span { border-color: rgb(139,99,93); }
td.TdClassName
{
border-color: #8B635D;
}
.TagClassName
{
border-color: #8B635D;
}
</style>