Shades of Piper #9D5131
Tints of Piper #9D5131
RGB
CMYK
RGB Variations
Color information
#9D5131 (or 0x9D5131) is known color: Piper. HEX triplet: 9D, 51 and 31. RGB value is (157,81,49). Sum of RGB (Red+Green+Blue) = 157+81+49=287 (38% of max value = 765). Red value is 157 (61.72% from 255 or 54.70% from 287); Green value is 81 (32.03% from 255 or 28.22% from 287); Blue value is 49 (19.53% from 255 or 17.07% from 287); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5131 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D5131 is #62AECE. Grayscale: #646464. Windows color (decimal): -6467279 or 3232157. OLE color: 3232157.
HSL color Cylindrical-coordinate representation of color #9D5131: hue angle of 17.78º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9D5131 is Cyan = 0, Magento = 0.48, Yellow = 0.69 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 81 | 49 | - |
| CMYK | 0 | 0.48 | 0.69 | 0.38 |
| HSL | 17.78º | 0.52% | 0.4% | - |
| HSV(B) | 17.78º | 0.69% | 0.62% | - |
| XYZ | 17.4 | 13.27 | 4.55 | - |
| YUV | 100.08 | 99.18 | 168.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 81 | 49 | 0 | 0.48 | 0.69 | 0.38 | 17.78 | 0.52 | 0.4 |
| Hex | 9D | 51 | 31 | 0 | 30 | 45 | 26 | 12 | 34 | 28 |
| Octal | 235 | 121 | 61 | 0 | 60 | 105 | 46 | 22 | 64 | 50 |
| Binary | 10011101 | 1010001 | 110001 | 0 | 110000 | 1000101 | 100110 | 10010 | 110100 | 101000 |
Color Harmonies of #9D5131
Complementary color
Monochromatic Colors of #9D5131
Black with #9D5131
Text Example
Text Example
White with #9D5131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D5131; }
p { color: rgb(157,81,49); }
H1.HeaderClassName
{
color: #9D5131;
}
.AnyTagClassName
{
color: #9D5131;
}
</style>
background-color css
<style>
a { background-color: #9D5131; }
a { background-color: rgb(157,81,49); }
div.DivClassName
{
background-color: #9D5131;
}
.BgClassName
{
background-color: #9D5131;
}
</style>
border-color css
<style>
span { border-color: #9D5131; }
span { border-color: rgb(157,81,49); }
td.TdClassName
{
border-color: #9D5131;
}
.TagClassName
{
border-color: #9D5131;
}
</style>