Shades of Pharlap #83635E
Tints of Pharlap #83635E
RGB
CMYK
RGB Variations
Color information
#83635E (or 0x83635E) is known color: Pharlap. HEX triplet: 83, 63 and 5E. RGB value is (131,99,94). Sum of RGB (Red+Green+Blue) = 131+99+94=324 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.43% from 324); Green value is 99 (39.06% from 255 or 30.56% from 324); Blue value is 94 (37.11% from 255 or 29.01% from 324); Max value from RGB is 131 - color contains mainly: red. Hex color #83635E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83635E is #7C9CA1. Grayscale: #6C6C6C. Windows color (decimal): -8166562 or 6185859. OLE color: 6185859.
HSL color Cylindrical-coordinate representation of color #83635E: hue angle of 8.11º 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 #83635E is Cyan = 0, Magento = 0.24, Yellow = 0.28 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 99 | 94 | - |
| CMYK | 0 | 0.24 | 0.28 | 0.49 |
| HSL | 8.11º | 0.16% | 0.44% | - |
| HSV(B) | 8.11º | 0.28% | 0.51% | - |
| XYZ | 15.84 | 14.56 | 12.56 | - |
| YUV | 108 | 120.1 | 144.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 99 | 94 | 0 | 0.24 | 0.28 | 0.49 | 8.11 | 0.16 | 0.44 |
| Hex | 83 | 63 | 5E | 0 | 18 | 1C | 31 | 8 | 10 | 2C |
| Octal | 203 | 143 | 136 | 0 | 30 | 34 | 61 | 10 | 20 | 54 |
| Binary | 10000011 | 1100011 | 1011110 | 0 | 11000 | 11100 | 110001 | 1000 | 10000 | 101100 |
Color Harmonies of #83635E
Complementary color
Monochromatic Colors of #83635E
Black with #83635E
Text Example
Text Example
White with #83635E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83635E; }
p { color: rgb(131,99,94); }
H1.HeaderClassName
{
color: #83635E;
}
.AnyTagClassName
{
color: #83635E;
}
</style>
background-color css
<style>
a { background-color: #83635E; }
a { background-color: rgb(131,99,94); }
div.DivClassName
{
background-color: #83635E;
}
.BgClassName
{
background-color: #83635E;
}
</style>
border-color css
<style>
span { border-color: #83635E; }
span { border-color: rgb(131,99,94); }
td.TdClassName
{
border-color: #83635E;
}
.TagClassName
{
border-color: #83635E;
}
</style>