Shades of Piper #9D4D31
Tints of Piper #9D4D31
RGB
CMYK
RGB Variations
Color information
#9D4D31 (or 0x9D4D31) is known color: Piper. HEX triplet: 9D, 4D and 31. RGB value is (157,77,49). Sum of RGB (Red+Green+Blue) = 157+77+49=283 (37% of max value = 765). Red value is 157 (61.72% from 255 or 55.48% from 283); Green value is 77 (30.47% from 255 or 27.21% from 283); Blue value is 49 (19.53% from 255 or 17.31% from 283); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4D31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D4D31 is #62B2CE. Grayscale: #616161. Windows color (decimal): -6468303 or 3231133. OLE color: 3231133.
HSL color Cylindrical-coordinate representation of color #9D4D31: hue angle of 15.56º 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 #9D4D31 is Cyan = 0, Magento = 0.51, Yellow = 0.69 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 77 | 49 | - |
| CMYK | 0 | 0.51 | 0.69 | 0.38 |
| HSL | 15.56º | 0.52% | 0.4% | - |
| HSV(B) | 15.56º | 0.69% | 0.62% | - |
| XYZ | 17.11 | 12.7 | 4.45 | - |
| YUV | 97.73 | 100.5 | 170.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 77 | 49 | 0 | 0.51 | 0.69 | 0.38 | 15.56 | 0.52 | 0.4 |
| Hex | 9D | 4D | 31 | 0 | 33 | 45 | 26 | 10 | 34 | 28 |
| Octal | 235 | 115 | 61 | 0 | 63 | 105 | 46 | 20 | 64 | 50 |
| Binary | 10011101 | 1001101 | 110001 | 0 | 110011 | 1000101 | 100110 | 10000 | 110100 | 101000 |
Color Harmonies of #9D4D31
Complementary color
Monochromatic Colors of #9D4D31
Black with #9D4D31
Text Example
Text Example
White with #9D4D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D4D31; }
p { color: rgb(157,77,49); }
H1.HeaderClassName
{
color: #9D4D31;
}
.AnyTagClassName
{
color: #9D4D31;
}
</style>
background-color css
<style>
a { background-color: #9D4D31; }
a { background-color: rgb(157,77,49); }
div.DivClassName
{
background-color: #9D4D31;
}
.BgClassName
{
background-color: #9D4D31;
}
</style>
border-color css
<style>
span { border-color: #9D4D31; }
span { border-color: rgb(157,77,49); }
td.TdClassName
{
border-color: #9D4D31;
}
.TagClassName
{
border-color: #9D4D31;
}
</style>