Shades of Piper #9F4D35
Tints of Piper #9F4D35
RGB
CMYK
RGB Variations
Color information
#9F4D35 (or 0x9F4D35) is known color: Piper. HEX triplet: 9F, 4D and 35. RGB value is (159,77,53). Sum of RGB (Red+Green+Blue) = 159+77+53=289 (38% of max value = 765). Red value is 159 (62.5% from 255 or 55.02% from 289); Green value is 77 (30.47% from 255 or 26.64% from 289); Blue value is 53 (21.09% from 255 or 18.34% from 289); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4D35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F4D35 is #60B2CA. Grayscale: #626262. Windows color (decimal): -6337227 or 3493279. OLE color: 3493279.
HSL color Cylindrical-coordinate representation of color #9F4D35: hue angle of 13.58º 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 #9F4D35 is Cyan = 0, Magento = 0.52, Yellow = 0.67 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 77 | 53 | - |
| CMYK | 0 | 0.52 | 0.67 | 0.38 |
| HSL | 13.58º | 0.5% | 0.42% | - |
| HSV(B) | 13.58º | 0.67% | 0.62% | - |
| XYZ | 17.59 | 12.94 | 4.94 | - |
| YUV | 98.78 | 102.17 | 170.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 77 | 53 | 0 | 0.52 | 0.67 | 0.38 | 13.58 | 0.5 | 0.42 |
| Hex | 9F | 4D | 35 | 0 | 34 | 43 | 26 | E | 32 | 2A |
| Octal | 237 | 115 | 65 | 0 | 64 | 103 | 46 | 16 | 62 | 52 |
| Binary | 10011111 | 1001101 | 110101 | 0 | 110100 | 1000011 | 100110 | 1110 | 110010 | 101010 |
Color Harmonies of #9F4D35
Complementary color
Monochromatic Colors of #9F4D35
Black with #9F4D35
Text Example
Text Example
White with #9F4D35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F4D35; }
p { color: rgb(159,77,53); }
H1.HeaderClassName
{
color: #9F4D35;
}
.AnyTagClassName
{
color: #9F4D35;
}
</style>
background-color css
<style>
a { background-color: #9F4D35; }
a { background-color: rgb(159,77,53); }
div.DivClassName
{
background-color: #9F4D35;
}
.BgClassName
{
background-color: #9F4D35;
}
</style>
border-color css
<style>
span { border-color: #9F4D35; }
span { border-color: rgb(159,77,53); }
td.TdClassName
{
border-color: #9F4D35;
}
.TagClassName
{
border-color: #9F4D35;
}
</style>