Shades of Piper #9F5533
Tints of Piper #9F5533
RGB
CMYK
RGB Variations
Color information
#9F5533 (or 0x9F5533) is known color: Piper. HEX triplet: 9F, 55 and 33. RGB value is (159,85,51). Sum of RGB (Red+Green+Blue) = 159+85+51=295 (39% of max value = 765). Red value is 159 (62.5% from 255 or 53.90% from 295); Green value is 85 (33.59% from 255 or 28.81% from 295); Blue value is 51 (20.31% from 255 or 17.29% from 295); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5533 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F5533 is #60AACC. Grayscale: #676767. Windows color (decimal): -6335181 or 3364255. OLE color: 3364255.
HSL color Cylindrical-coordinate representation of color #9F5533: hue angle of 18.89º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9F5533 is Cyan = 0, Magento = 0.47, Yellow = 0.68 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 85 | 51 | - |
| CMYK | 0 | 0.47 | 0.68 | 0.38 |
| HSL | 18.89º | 0.51% | 0.41% | - |
| HSV(B) | 18.89º | 0.68% | 0.62% | - |
| XYZ | 18.14 | 14.11 | 4.9 | - |
| YUV | 103.25 | 98.52 | 167.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 85 | 51 | 0 | 0.47 | 0.68 | 0.38 | 18.89 | 0.51 | 0.41 |
| Hex | 9F | 55 | 33 | 0 | 2F | 44 | 26 | 13 | 33 | 29 |
| Octal | 237 | 125 | 63 | 0 | 57 | 104 | 46 | 23 | 63 | 51 |
| Binary | 10011111 | 1010101 | 110011 | 0 | 101111 | 1000100 | 100110 | 10011 | 110011 | 101001 |
Color Harmonies of #9F5533
Complementary color
Monochromatic Colors of #9F5533
Black with #9F5533
Text Example
Text Example
White with #9F5533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F5533; }
p { color: rgb(159,85,51); }
H1.HeaderClassName
{
color: #9F5533;
}
.AnyTagClassName
{
color: #9F5533;
}
</style>
background-color css
<style>
a { background-color: #9F5533; }
a { background-color: rgb(159,85,51); }
div.DivClassName
{
background-color: #9F5533;
}
.BgClassName
{
background-color: #9F5533;
}
</style>
border-color css
<style>
span { border-color: #9F5533; }
span { border-color: rgb(159,85,51); }
td.TdClassName
{
border-color: #9F5533;
}
.TagClassName
{
border-color: #9F5533;
}
</style>