Shades of Piper #9F5032
Tints of Piper #9F5032
RGB
CMYK
RGB Variations
Color information
#9F5032 (or 0x9F5032) is known color: Piper. HEX triplet: 9F, 50 and 32. RGB value is (159,80,50). Sum of RGB (Red+Green+Blue) = 159+80+50=289 (38% of max value = 765). Red value is 159 (62.5% from 255 or 55.02% from 289); Green value is 80 (31.64% from 255 or 27.68% from 289); Blue value is 50 (19.92% from 255 or 17.30% from 289); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5032 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F5032 is #60AFCD. Grayscale: #646464. Windows color (decimal): -6336462 or 3297439. OLE color: 3297439.
HSL color Cylindrical-coordinate representation of color #9F5032: hue angle of 16.51º degrees, saturation: 0.52, 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 #9F5032 is Cyan = 0, Magento = 0.50, Yellow = 0.69 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 80 | 50 | - |
| CMYK | 0 | 0.50 | 0.69 | 0.38 |
| HSL | 16.51º | 0.52% | 0.41% | - |
| HSV(B) | 16.51º | 0.69% | 0.62% | - |
| XYZ | 17.74 | 13.34 | 4.66 | - |
| YUV | 100.2 | 99.67 | 169.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 80 | 50 | 0 | 0.50 | 0.69 | 0.38 | 16.51 | 0.52 | 0.41 |
| Hex | 9F | 50 | 32 | 0 | 32 | 45 | 26 | 11 | 34 | 29 |
| Octal | 237 | 120 | 62 | 0 | 62 | 105 | 46 | 21 | 64 | 51 |
| Binary | 10011111 | 1010000 | 110010 | 0 | 110010 | 1000101 | 100110 | 10001 | 110100 | 101001 |
Color Harmonies of #9F5032
Complementary color
Monochromatic Colors of #9F5032
Black with #9F5032
Text Example
Text Example
White with #9F5032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F5032; }
p { color: rgb(159,80,50); }
H1.HeaderClassName
{
color: #9F5032;
}
.AnyTagClassName
{
color: #9F5032;
}
</style>
background-color css
<style>
a { background-color: #9F5032; }
a { background-color: rgb(159,80,50); }
div.DivClassName
{
background-color: #9F5032;
}
.BgClassName
{
background-color: #9F5032;
}
</style>
border-color css
<style>
span { border-color: #9F5032; }
span { border-color: rgb(159,80,50); }
td.TdClassName
{
border-color: #9F5032;
}
.TagClassName
{
border-color: #9F5032;
}
</style>