Shades of Pharlap #825E5B
Tints of Pharlap #825E5B
RGB
CMYK
RGB Variations
Color information
#825E5B (or 0x825E5B) is known color: Pharlap. HEX triplet: 82, 5E and 5B. RGB value is (130,94,91). Sum of RGB (Red+Green+Blue) = 130+94+91=315 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.27% from 315); Green value is 94 (37.11% from 255 or 29.84% from 315); Blue value is 91 (35.94% from 255 or 28.89% from 315); Max value from RGB is 130 - color contains mainly: red. Hex color #825E5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825E5B is #7DA1A4. Grayscale: #686868. Windows color (decimal): -8233381 or 5987970. OLE color: 5987970.
HSL color Cylindrical-coordinate representation of color #825E5B: hue angle of 4.62º degrees, saturation: 0.18, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #825E5B is Cyan = 0, Magento = 0.28, Yellow = 0.30 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 94 | 91 | - |
| CMYK | 0 | 0.28 | 0.30 | 0.49 |
| HSL | 4.62º | 0.18% | 0.43% | - |
| HSV(B) | 4.62º | 0.3% | 0.51% | - |
| XYZ | 15.1 | 13.51 | 11.71 | - |
| YUV | 104.42 | 120.43 | 146.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 94 | 91 | 0 | 0.28 | 0.30 | 0.49 | 4.62 | 0.18 | 0.43 |
| Hex | 82 | 5E | 5B | 0 | 1C | 1E | 31 | 5 | 12 | 2B |
| Octal | 202 | 136 | 133 | 0 | 34 | 36 | 61 | 5 | 22 | 53 |
| Binary | 10000010 | 1011110 | 1011011 | 0 | 11100 | 11110 | 110001 | 101 | 10010 | 101011 |
Color Harmonies of #825E5B
Complementary color
Monochromatic Colors of #825E5B
Black with #825E5B
Text Example
Text Example
White with #825E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825E5B; }
p { color: rgb(130,94,91); }
H1.HeaderClassName
{
color: #825E5B;
}
.AnyTagClassName
{
color: #825E5B;
}
</style>
background-color css
<style>
a { background-color: #825E5B; }
a { background-color: rgb(130,94,91); }
div.DivClassName
{
background-color: #825E5B;
}
.BgClassName
{
background-color: #825E5B;
}
</style>
border-color css
<style>
span { border-color: #825E5B; }
span { border-color: rgb(130,94,91); }
td.TdClassName
{
border-color: #825E5B;
}
.TagClassName
{
border-color: #825E5B;
}
</style>