Shades of Piper #9B5539
Tints of Piper #9B5539
RGB
CMYK
RGB Variations
Color information
#9B5539 (or 0x9B5539) is known color: Piper. HEX triplet: 9B, 55 and 39. RGB value is (155,85,57). Sum of RGB (Red+Green+Blue) = 155+85+57=297 (39% of max value = 765). Red value is 155 (60.94% from 255 or 52.19% from 297); Green value is 85 (33.59% from 255 or 28.62% from 297); Blue value is 57 (22.66% from 255 or 19.19% from 297); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5539 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B5539 is #64AAC6. Grayscale: #666666. Windows color (decimal): -6597319 or 3757467. OLE color: 3757467.
HSL color Cylindrical-coordinate representation of color #9B5539: hue angle of 17.14º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9B5539 is Cyan = 0, Magento = 0.45, Yellow = 0.63 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 85 | 57 | - |
| CMYK | 0 | 0.45 | 0.63 | 0.39 |
| HSL | 17.14º | 0.46% | 0.42% | - |
| HSV(B) | 17.14º | 0.63% | 0.61% | - |
| XYZ | 17.5 | 13.76 | 5.6 | - |
| YUV | 102.74 | 102.19 | 165.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 85 | 57 | 0 | 0.45 | 0.63 | 0.39 | 17.14 | 0.46 | 0.42 |
| Hex | 9B | 55 | 39 | 0 | 2D | 3F | 27 | 11 | 2E | 2A |
| Octal | 233 | 125 | 71 | 0 | 55 | 77 | 47 | 21 | 56 | 52 |
| Binary | 10011011 | 1010101 | 111001 | 0 | 101101 | 111111 | 100111 | 10001 | 101110 | 101010 |
Color Harmonies of #9B5539
Complementary color
Monochromatic Colors of #9B5539
Black with #9B5539
Text Example
Text Example
White with #9B5539
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B5539; }
p { color: rgb(155,85,57); }
H1.HeaderClassName
{
color: #9B5539;
}
.AnyTagClassName
{
color: #9B5539;
}
</style>
background-color css
<style>
a { background-color: #9B5539; }
a { background-color: rgb(155,85,57); }
div.DivClassName
{
background-color: #9B5539;
}
.BgClassName
{
background-color: #9B5539;
}
</style>
border-color css
<style>
span { border-color: #9B5539; }
span { border-color: rgb(155,85,57); }
td.TdClassName
{
border-color: #9B5539;
}
.TagClassName
{
border-color: #9B5539;
}
</style>