Shades of Piper #9B5135
Tints of Piper #9B5135
RGB
CMYK
RGB Variations
Color information
#9B5135 (or 0x9B5135) is known color: Piper. HEX triplet: 9B, 51 and 35. RGB value is (155,81,53). Sum of RGB (Red+Green+Blue) = 155+81+53=289 (38% of max value = 765). Red value is 155 (60.94% from 255 or 53.63% from 289); Green value is 81 (32.03% from 255 or 28.03% from 289); Blue value is 53 (21.09% from 255 or 18.34% from 289); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5135 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B5135 is #64AECA. Grayscale: #646464. Windows color (decimal): -6598347 or 3494299. OLE color: 3494299.
HSL color Cylindrical-coordinate representation of color #9B5135: hue angle of 16.47º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9B5135 is Cyan = 0, Magento = 0.48, Yellow = 0.66 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 81 | 53 | - |
| CMYK | 0 | 0.48 | 0.66 | 0.39 |
| HSL | 16.47º | 0.49% | 0.41% | - |
| HSV(B) | 16.47º | 0.66% | 0.61% | - |
| XYZ | 17.1 | 13.11 | 5 | - |
| YUV | 99.93 | 101.52 | 167.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 81 | 53 | 0 | 0.48 | 0.66 | 0.39 | 16.47 | 0.49 | 0.41 |
| Hex | 9B | 51 | 35 | 0 | 30 | 42 | 27 | 10 | 31 | 29 |
| Octal | 233 | 121 | 65 | 0 | 60 | 102 | 47 | 20 | 61 | 51 |
| Binary | 10011011 | 1010001 | 110101 | 0 | 110000 | 1000010 | 100111 | 10000 | 110001 | 101001 |
Color Harmonies of #9B5135
Complementary color
Monochromatic Colors of #9B5135
Black with #9B5135
Text Example
Text Example
White with #9B5135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B5135; }
p { color: rgb(155,81,53); }
H1.HeaderClassName
{
color: #9B5135;
}
.AnyTagClassName
{
color: #9B5135;
}
</style>
background-color css
<style>
a { background-color: #9B5135; }
a { background-color: rgb(155,81,53); }
div.DivClassName
{
background-color: #9B5135;
}
.BgClassName
{
background-color: #9B5135;
}
</style>
border-color css
<style>
span { border-color: #9B5135; }
span { border-color: rgb(155,81,53); }
td.TdClassName
{
border-color: #9B5135;
}
.TagClassName
{
border-color: #9B5135;
}
</style>