Shades of Pharlap #835E5A
Tints of Pharlap #835E5A
RGB
CMYK
RGB Variations
Color information
#835E5A (or 0x835E5A) is known color: Pharlap. HEX triplet: 83, 5E and 5A. RGB value is (131,94,90). Sum of RGB (Red+Green+Blue) = 131+94+90=315 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.59% from 315); Green value is 94 (37.11% from 255 or 29.84% from 315); Blue value is 90 (35.55% from 255 or 28.57% from 315); Max value from RGB is 131 - color contains mainly: red. Hex color #835E5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835E5A is #7CA1A5. Grayscale: #686868. Windows color (decimal): -8167846 or 5922435. OLE color: 5922435.
HSL color Cylindrical-coordinate representation of color #835E5A: hue angle of 5.85º degrees, saturation: 0.19, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #835E5A is Cyan = 0, Magento = 0.28, Yellow = 0.31 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 94 | 90 | - |
| CMYK | 0 | 0.28 | 0.31 | 0.49 |
| HSL | 5.85º | 0.19% | 0.43% | - |
| HSV(B) | 5.85º | 0.31% | 0.51% | - |
| XYZ | 15.21 | 13.57 | 11.49 | - |
| YUV | 104.61 | 119.76 | 146.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 94 | 90 | 0 | 0.28 | 0.31 | 0.49 | 5.85 | 0.19 | 0.43 |
| Hex | 83 | 5E | 5A | 0 | 1C | 1F | 31 | 6 | 13 | 2B |
| Octal | 203 | 136 | 132 | 0 | 34 | 37 | 61 | 6 | 23 | 53 |
| Binary | 10000011 | 1011110 | 1011010 | 0 | 11100 | 11111 | 110001 | 110 | 10011 | 101011 |
Color Harmonies of #835E5A
Complementary color
Monochromatic Colors of #835E5A
Black with #835E5A
Text Example
Text Example
White with #835E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #835E5A; }
p { color: rgb(131,94,90); }
H1.HeaderClassName
{
color: #835E5A;
}
.AnyTagClassName
{
color: #835E5A;
}
</style>
background-color css
<style>
a { background-color: #835E5A; }
a { background-color: rgb(131,94,90); }
div.DivClassName
{
background-color: #835E5A;
}
.BgClassName
{
background-color: #835E5A;
}
</style>
border-color css
<style>
span { border-color: #835E5A; }
span { border-color: rgb(131,94,90); }
td.TdClassName
{
border-color: #835E5A;
}
.TagClassName
{
border-color: #835E5A;
}
</style>