Shades of Pharlap #83645E
Tints of Pharlap #83645E
RGB
CMYK
RGB Variations
Color information
#83645E (or 0x83645E) is known color: Pharlap. HEX triplet: 83, 64 and 5E. RGB value is (131,100,94). Sum of RGB (Red+Green+Blue) = 131+100+94=325 (43% of max value = 765). Red value is 131 (51.56% from 255 or 40.31% from 325); Green value is 100 (39.45% from 255 or 30.77% from 325); Blue value is 94 (37.11% from 255 or 28.92% from 325); Max value from RGB is 131 - color contains mainly: red. Hex color #83645E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83645E is #7C9BA1. Grayscale: #6C6C6C. Windows color (decimal): -8166306 or 6186115. OLE color: 6186115.
HSL color Cylindrical-coordinate representation of color #83645E: hue angle of 9.73º degrees, saturation: 0.16, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #83645E is Cyan = 0, Magento = 0.24, Yellow = 0.28 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 100 | 94 | - |
| CMYK | 0 | 0.24 | 0.28 | 0.49 |
| HSL | 9.73º | 0.16% | 0.44% | - |
| HSV(B) | 9.73º | 0.28% | 0.51% | - |
| XYZ | 15.94 | 14.75 | 12.6 | - |
| YUV | 108.59 | 119.77 | 143.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 100 | 94 | 0 | 0.24 | 0.28 | 0.49 | 9.73 | 0.16 | 0.44 |
| Hex | 83 | 64 | 5E | 0 | 18 | 1C | 31 | A | 10 | 2C |
| Octal | 203 | 144 | 136 | 0 | 30 | 34 | 61 | 12 | 20 | 54 |
| Binary | 10000011 | 1100100 | 1011110 | 0 | 11000 | 11100 | 110001 | 1010 | 10000 | 101100 |
Color Harmonies of #83645E
Complementary color
Monochromatic Colors of #83645E
Black with #83645E
Text Example
Text Example
White with #83645E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83645E; }
p { color: rgb(131,100,94); }
H1.HeaderClassName
{
color: #83645E;
}
.AnyTagClassName
{
color: #83645E;
}
</style>
background-color css
<style>
a { background-color: #83645E; }
a { background-color: rgb(131,100,94); }
div.DivClassName
{
background-color: #83645E;
}
.BgClassName
{
background-color: #83645E;
}
</style>
border-color css
<style>
span { border-color: #83645E; }
span { border-color: rgb(131,100,94); }
td.TdClassName
{
border-color: #83645E;
}
.TagClassName
{
border-color: #83645E;
}
</style>