Shades of Pharlap #835B57
Tints of Pharlap #835B57
RGB
CMYK
RGB Variations
Color information
#835B57 (or 0x835B57) is known color: Pharlap. HEX triplet: 83, 5B and 57. RGB value is (131,91,87). Sum of RGB (Red+Green+Blue) = 131+91+87=309 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.39% from 309); Green value is 91 (35.94% from 255 or 29.45% from 309); Blue value is 87 (34.38% from 255 or 28.16% from 309); Max value from RGB is 131 - color contains mainly: red. Hex color #835B57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835B57 is #7CA4A8. Grayscale: #666666. Windows color (decimal): -8168617 or 5725059. OLE color: 5725059.
HSL color Cylindrical-coordinate representation of color #835B57: hue angle of 5.45º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #835B57 is Cyan = 0, Magento = 0.31, Yellow = 0.34 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 91 | 87 | - |
| CMYK | 0 | 0.31 | 0.34 | 0.49 |
| HSL | 5.45º | 0.2% | 0.43% | - |
| HSV(B) | 5.45º | 0.34% | 0.51% | - |
| XYZ | 14.82 | 13 | 10.74 | - |
| YUV | 102.5 | 119.25 | 148.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 91 | 87 | 0 | 0.31 | 0.34 | 0.49 | 5.45 | 0.2 | 0.43 |
| Hex | 83 | 5B | 57 | 0 | 1F | 22 | 31 | 5 | 14 | 2B |
| Octal | 203 | 133 | 127 | 0 | 37 | 42 | 61 | 5 | 24 | 53 |
| Binary | 10000011 | 1011011 | 1010111 | 0 | 11111 | 100010 | 110001 | 101 | 10100 | 101011 |
Color Harmonies of #835B57
Complementary color
Monochromatic Colors of #835B57
Black with #835B57
Text Example
Text Example
White with #835B57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #835B57; }
p { color: rgb(131,91,87); }
H1.HeaderClassName
{
color: #835B57;
}
.AnyTagClassName
{
color: #835B57;
}
</style>
background-color css
<style>
a { background-color: #835B57; }
a { background-color: rgb(131,91,87); }
div.DivClassName
{
background-color: #835B57;
}
.BgClassName
{
background-color: #835B57;
}
</style>
border-color css
<style>
span { border-color: #835B57; }
span { border-color: rgb(131,91,87); }
td.TdClassName
{
border-color: #835B57;
}
.TagClassName
{
border-color: #835B57;
}
</style>