Shades of Piper #9F5835
Tints of Piper #9F5835
RGB
CMYK
RGB Variations
Color information
#9F5835 (or 0x9F5835) is known color: Piper. HEX triplet: 9F, 58 and 35. RGB value is (159,88,53). Sum of RGB (Red+Green+Blue) = 159+88+53=300 (39% of max value = 765). Red value is 159 (62.5% from 255 or 53% from 300); Green value is 88 (34.77% from 255 or 29.33% from 300); Blue value is 53 (21.09% from 255 or 17.67% from 300); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5835 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F5835 is #60A7CA. Grayscale: #696969. Windows color (decimal): -6334411 or 3496095. OLE color: 3496095.
HSL color Cylindrical-coordinate representation of color #9F5835: hue angle of 19.81º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9F5835 is Cyan = 0, Magento = 0.45, Yellow = 0.67 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 88 | 53 | - |
| CMYK | 0 | 0.45 | 0.67 | 0.38 |
| HSL | 19.81º | 0.5% | 0.42% | - |
| HSV(B) | 19.81º | 0.67% | 0.62% | - |
| XYZ | 18.43 | 14.61 | 5.22 | - |
| YUV | 105.24 | 98.52 | 166.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 88 | 53 | 0 | 0.45 | 0.67 | 0.38 | 19.81 | 0.5 | 0.42 |
| Hex | 9F | 58 | 35 | 0 | 2D | 43 | 26 | 14 | 32 | 2A |
| Octal | 237 | 130 | 65 | 0 | 55 | 103 | 46 | 24 | 62 | 52 |
| Binary | 10011111 | 1011000 | 110101 | 0 | 101101 | 1000011 | 100110 | 10100 | 110010 | 101010 |
Color Harmonies of #9F5835
Complementary color
Monochromatic Colors of #9F5835
Black with #9F5835
Text Example
Text Example
White with #9F5835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F5835; }
p { color: rgb(159,88,53); }
H1.HeaderClassName
{
color: #9F5835;
}
.AnyTagClassName
{
color: #9F5835;
}
</style>
background-color css
<style>
a { background-color: #9F5835; }
a { background-color: rgb(159,88,53); }
div.DivClassName
{
background-color: #9F5835;
}
.BgClassName
{
background-color: #9F5835;
}
</style>
border-color css
<style>
span { border-color: #9F5835; }
span { border-color: rgb(159,88,53); }
td.TdClassName
{
border-color: #9F5835;
}
.TagClassName
{
border-color: #9F5835;
}
</style>