Shades of Piper #9F5534
Tints of Piper #9F5534
RGB
CMYK
RGB Variations
Color information
#9F5534 (or 0x9F5534) is known color: Piper. HEX triplet: 9F, 55 and 34. RGB value is (159,85,52). Sum of RGB (Red+Green+Blue) = 159+85+52=296 (39% of max value = 765). Red value is 159 (62.5% from 255 or 53.72% from 296); Green value is 85 (33.59% from 255 or 28.72% from 296); Blue value is 52 (20.70% from 255 or 17.57% from 296); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5534 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F5534 is #60AACB. Grayscale: #676767. Windows color (decimal): -6335180 or 3429791. OLE color: 3429791.
HSL color Cylindrical-coordinate representation of color #9F5534: hue angle of 18.5º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9F5534 is Cyan = 0, Magento = 0.47, Yellow = 0.67 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 85 | 52 | - |
| CMYK | 0 | 0.47 | 0.67 | 0.38 |
| HSL | 18.5º | 0.51% | 0.41% | - |
| HSV(B) | 18.5º | 0.67% | 0.62% | - |
| XYZ | 18.17 | 14.12 | 5.02 | - |
| YUV | 103.36 | 99.02 | 167.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 85 | 52 | 0 | 0.47 | 0.67 | 0.38 | 18.5 | 0.51 | 0.41 |
| Hex | 9F | 55 | 34 | 0 | 2F | 43 | 26 | 13 | 33 | 29 |
| Octal | 237 | 125 | 64 | 0 | 57 | 103 | 46 | 23 | 63 | 51 |
| Binary | 10011111 | 1010101 | 110100 | 0 | 101111 | 1000011 | 100110 | 10011 | 110011 | 101001 |
Color Harmonies of #9F5534
Complementary color
Monochromatic Colors of #9F5534
Black with #9F5534
Text Example
Text Example
White with #9F5534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F5534; }
p { color: rgb(159,85,52); }
H1.HeaderClassName
{
color: #9F5534;
}
.AnyTagClassName
{
color: #9F5534;
}
</style>
background-color css
<style>
a { background-color: #9F5534; }
a { background-color: rgb(159,85,52); }
div.DivClassName
{
background-color: #9F5534;
}
.BgClassName
{
background-color: #9F5534;
}
</style>
border-color css
<style>
span { border-color: #9F5534; }
span { border-color: rgb(159,85,52); }
td.TdClassName
{
border-color: #9F5534;
}
.TagClassName
{
border-color: #9F5534;
}
</style>