Shades of Piper #9D5335
Tints of Piper #9D5335
RGB
CMYK
RGB Variations
Color information
#9D5335 (or 0x9D5335) is known color: Piper. HEX triplet: 9D, 53 and 35. RGB value is (157,83,53). Sum of RGB (Red+Green+Blue) = 157+83+53=293 (38% of max value = 765). Red value is 157 (61.72% from 255 or 53.58% from 293); Green value is 83 (32.81% from 255 or 28.33% from 293); Blue value is 53 (21.09% from 255 or 18.09% from 293); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5335 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D5335 is #62ACCA. Grayscale: #656565. Windows color (decimal): -6466763 or 3494813. OLE color: 3494813.
HSL color Cylindrical-coordinate representation of color #9D5335: hue angle of 17.31º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9D5335 is Cyan = 0, Magento = 0.47, Yellow = 0.66 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 83 | 53 | - |
| CMYK | 0 | 0.47 | 0.66 | 0.38 |
| HSL | 17.31º | 0.5% | 0.41% | - |
| HSV(B) | 17.31º | 0.66% | 0.62% | - |
| XYZ | 17.64 | 13.61 | 5.07 | - |
| YUV | 101.71 | 100.52 | 167.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 83 | 53 | 0 | 0.47 | 0.66 | 0.38 | 17.31 | 0.5 | 0.41 |
| Hex | 9D | 53 | 35 | 0 | 2F | 42 | 26 | 11 | 32 | 29 |
| Octal | 235 | 123 | 65 | 0 | 57 | 102 | 46 | 21 | 62 | 51 |
| Binary | 10011101 | 1010011 | 110101 | 0 | 101111 | 1000010 | 100110 | 10001 | 110010 | 101001 |
Color Harmonies of #9D5335
Complementary color
Monochromatic Colors of #9D5335
Black with #9D5335
Text Example
Text Example
White with #9D5335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D5335; }
p { color: rgb(157,83,53); }
H1.HeaderClassName
{
color: #9D5335;
}
.AnyTagClassName
{
color: #9D5335;
}
</style>
background-color css
<style>
a { background-color: #9D5335; }
a { background-color: rgb(157,83,53); }
div.DivClassName
{
background-color: #9D5335;
}
.BgClassName
{
background-color: #9D5335;
}
</style>
border-color css
<style>
span { border-color: #9D5335; }
span { border-color: rgb(157,83,53); }
td.TdClassName
{
border-color: #9D5335;
}
.TagClassName
{
border-color: #9D5335;
}
</style>