Shades of Piper #9B5139
Tints of Piper #9B5139
RGB
CMYK
RGB Variations
Color information
#9B5139 (or 0x9B5139) is known color: Piper. HEX triplet: 9B, 51 and 39. RGB value is (155,81,57). Sum of RGB (Red+Green+Blue) = 155+81+57=293 (38% of max value = 765). Red value is 155 (60.94% from 255 or 52.90% from 293); Green value is 81 (32.03% from 255 or 27.65% from 293); Blue value is 57 (22.66% from 255 or 19.45% from 293); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5139 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B5139 is #64AEC6. Grayscale: #646464. Windows color (decimal): -6598343 or 3756443. OLE color: 3756443.
HSL color Cylindrical-coordinate representation of color #9B5139: hue angle of 14.69º 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 #9B5139 is Cyan = 0, Magento = 0.48, Yellow = 0.63 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 81 | 57 | - |
| CMYK | 0 | 0.48 | 0.63 | 0.39 |
| HSL | 14.69º | 0.46% | 0.42% | - |
| HSV(B) | 14.69º | 0.63% | 0.61% | - |
| XYZ | 17.2 | 13.15 | 5.5 | - |
| YUV | 100.39 | 103.52 | 166.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 81 | 57 | 0 | 0.48 | 0.63 | 0.39 | 14.69 | 0.46 | 0.42 |
| Hex | 9B | 51 | 39 | 0 | 30 | 3F | 27 | F | 2E | 2A |
| Octal | 233 | 121 | 71 | 0 | 60 | 77 | 47 | 17 | 56 | 52 |
| Binary | 10011011 | 1010001 | 111001 | 0 | 110000 | 111111 | 100111 | 1111 | 101110 | 101010 |
Color Harmonies of #9B5139
Complementary color
Monochromatic Colors of #9B5139
Black with #9B5139
Text Example
Text Example
White with #9B5139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B5139; }
p { color: rgb(155,81,57); }
H1.HeaderClassName
{
color: #9B5139;
}
.AnyTagClassName
{
color: #9B5139;
}
</style>
background-color css
<style>
a { background-color: #9B5139; }
a { background-color: rgb(155,81,57); }
div.DivClassName
{
background-color: #9B5139;
}
.BgClassName
{
background-color: #9B5139;
}
</style>
border-color css
<style>
span { border-color: #9B5139; }
span { border-color: rgb(155,81,57); }
td.TdClassName
{
border-color: #9B5139;
}
.TagClassName
{
border-color: #9B5139;
}
</style>