Shades of Pharlap #835D59
Tints of Pharlap #835D59
RGB
CMYK
RGB Variations
Color information
#835D59 (or 0x835D59) is known color: Pharlap. HEX triplet: 83, 5D and 59. RGB value is (131,93,89). Sum of RGB (Red+Green+Blue) = 131+93+89=313 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.85% from 313); Green value is 93 (36.72% from 255 or 29.71% from 313); Blue value is 89 (35.16% from 255 or 28.43% from 313); Max value from RGB is 131 - color contains mainly: red. Hex color #835D59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835D59 is #7CA2A6. Grayscale: #676767. Windows color (decimal): -8168103 or 5856643. OLE color: 5856643.
HSL color Cylindrical-coordinate representation of color #835D59: hue angle of 5.71º degrees, saturation: 0.19, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #835D59 is Cyan = 0, Magento = 0.29, Yellow = 0.32 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 93 | 89 | - |
| CMYK | 0 | 0.29 | 0.32 | 0.49 |
| HSL | 5.71º | 0.19% | 0.43% | - |
| HSV(B) | 5.71º | 0.32% | 0.51% | - |
| XYZ | 15.08 | 13.38 | 11.24 | - |
| YUV | 103.91 | 119.59 | 147.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 93 | 89 | 0 | 0.29 | 0.32 | 0.49 | 5.71 | 0.19 | 0.43 |
| Hex | 83 | 5D | 59 | 0 | 1D | 20 | 31 | 6 | 13 | 2B |
| Octal | 203 | 135 | 131 | 0 | 35 | 40 | 61 | 6 | 23 | 53 |
| Binary | 10000011 | 1011101 | 1011001 | 0 | 11101 | 100000 | 110001 | 110 | 10011 | 101011 |
Color Harmonies of #835D59
Complementary color
Monochromatic Colors of #835D59
Black with #835D59
Text Example
Text Example
White with #835D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #835D59; }
p { color: rgb(131,93,89); }
H1.HeaderClassName
{
color: #835D59;
}
.AnyTagClassName
{
color: #835D59;
}
</style>
background-color css
<style>
a { background-color: #835D59; }
a { background-color: rgb(131,93,89); }
div.DivClassName
{
background-color: #835D59;
}
.BgClassName
{
background-color: #835D59;
}
</style>
border-color css
<style>
span { border-color: #835D59; }
span { border-color: rgb(131,93,89); }
td.TdClassName
{
border-color: #835D59;
}
.TagClassName
{
border-color: #835D59;
}
</style>