Shades of Piper #9F4D34
Tints of Piper #9F4D34
RGB
CMYK
RGB Variations
Color information
#9F4D34 (or 0x9F4D34) is known color: Piper. HEX triplet: 9F, 4D and 34. RGB value is (159,77,52). Sum of RGB (Red+Green+Blue) = 159+77+52=288 (38% of max value = 765). Red value is 159 (62.5% from 255 or 55.21% from 288); Green value is 77 (30.47% from 255 or 26.74% from 288); Blue value is 52 (20.70% from 255 or 18.06% from 288); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4D34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F4D34 is #60B2CB. Grayscale: #626262. Windows color (decimal): -6337228 or 3427743. OLE color: 3427743.
HSL color Cylindrical-coordinate representation of color #9F4D34: hue angle of 14.02º 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 #9F4D34 is Cyan = 0, Magento = 0.52, Yellow = 0.67 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 77 | 52 | - |
| CMYK | 0 | 0.52 | 0.67 | 0.38 |
| HSL | 14.02º | 0.51% | 0.41% | - |
| HSV(B) | 14.02º | 0.67% | 0.62% | - |
| XYZ | 17.57 | 12.93 | 4.82 | - |
| YUV | 98.67 | 101.67 | 171.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 77 | 52 | 0 | 0.52 | 0.67 | 0.38 | 14.02 | 0.51 | 0.41 |
| Hex | 9F | 4D | 34 | 0 | 34 | 43 | 26 | E | 33 | 29 |
| Octal | 237 | 115 | 64 | 0 | 64 | 103 | 46 | 16 | 63 | 51 |
| Binary | 10011111 | 1001101 | 110100 | 0 | 110100 | 1000011 | 100110 | 1110 | 110011 | 101001 |
Color Harmonies of #9F4D34
Complementary color
Monochromatic Colors of #9F4D34
Black with #9F4D34
Text Example
Text Example
White with #9F4D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F4D34; }
p { color: rgb(159,77,52); }
H1.HeaderClassName
{
color: #9F4D34;
}
.AnyTagClassName
{
color: #9F4D34;
}
</style>
background-color css
<style>
a { background-color: #9F4D34; }
a { background-color: rgb(159,77,52); }
div.DivClassName
{
background-color: #9F4D34;
}
.BgClassName
{
background-color: #9F4D34;
}
</style>
border-color css
<style>
span { border-color: #9F4D34; }
span { border-color: rgb(159,77,52); }
td.TdClassName
{
border-color: #9F4D34;
}
.TagClassName
{
border-color: #9F4D34;
}
</style>