Shades of Piper #9F5131
Tints of Piper #9F5131
RGB
CMYK
RGB Variations
Color information
#9F5131 (or 0x9F5131) is known color: Piper. HEX triplet: 9F, 51 and 31. RGB value is (159,81,49). Sum of RGB (Red+Green+Blue) = 159+81+49=289 (38% of max value = 765). Red value is 159 (62.5% from 255 or 55.02% from 289); Green value is 81 (32.03% from 255 or 28.03% from 289); Blue value is 49 (19.53% from 255 or 16.96% from 289); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5131 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F5131 is #60AECE. Grayscale: #646464. Windows color (decimal): -6336207 or 3232159. OLE color: 3232159.
HSL color Cylindrical-coordinate representation of color #9F5131: hue angle of 17.45º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9F5131 is Cyan = 0, Magento = 0.49, Yellow = 0.69 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 81 | 49 | - |
| CMYK | 0 | 0.49 | 0.69 | 0.38 |
| HSL | 17.45º | 0.53% | 0.41% | - |
| HSV(B) | 17.45º | 0.69% | 0.62% | - |
| XYZ | 17.79 | 13.48 | 4.57 | - |
| YUV | 100.67 | 98.84 | 169.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 81 | 49 | 0 | 0.49 | 0.69 | 0.38 | 17.45 | 0.53 | 0.41 |
| Hex | 9F | 51 | 31 | 0 | 31 | 45 | 26 | 11 | 35 | 29 |
| Octal | 237 | 121 | 61 | 0 | 61 | 105 | 46 | 21 | 65 | 51 |
| Binary | 10011111 | 1010001 | 110001 | 0 | 110001 | 1000101 | 100110 | 10001 | 110101 | 101001 |
Color Harmonies of #9F5131
Complementary color
Monochromatic Colors of #9F5131
Black with #9F5131
Text Example
Text Example
White with #9F5131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F5131; }
p { color: rgb(159,81,49); }
H1.HeaderClassName
{
color: #9F5131;
}
.AnyTagClassName
{
color: #9F5131;
}
</style>
background-color css
<style>
a { background-color: #9F5131; }
a { background-color: rgb(159,81,49); }
div.DivClassName
{
background-color: #9F5131;
}
.BgClassName
{
background-color: #9F5131;
}
</style>
border-color css
<style>
span { border-color: #9F5131; }
span { border-color: rgb(159,81,49); }
td.TdClassName
{
border-color: #9F5131;
}
.TagClassName
{
border-color: #9F5131;
}
</style>