Shades of Piper #9B5735
Tints of Piper #9B5735
RGB
CMYK
RGB Variations
Color information
#9B5735 (or 0x9B5735) is known color: Piper. HEX triplet: 9B, 57 and 35. RGB value is (155,87,53). Sum of RGB (Red+Green+Blue) = 155+87+53=295 (39% of max value = 765). Red value is 155 (60.94% from 255 or 52.54% from 295); Green value is 87 (34.38% from 255 or 29.49% from 295); Blue value is 53 (21.09% from 255 or 17.97% from 295); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5735 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B5735 is #64A8CA. Grayscale: #676767. Windows color (decimal): -6596811 or 3495835. OLE color: 3495835.
HSL color Cylindrical-coordinate representation of color #9B5735: hue angle of 20º 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 #9B5735 is Cyan = 0, Magento = 0.44, Yellow = 0.66 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 87 | 53 | - |
| CMYK | 0 | 0.44 | 0.66 | 0.39 |
| HSL | 20º | 0.49% | 0.41% | - |
| HSV(B) | 20º | 0.66% | 0.61% | - |
| XYZ | 17.57 | 14.04 | 5.15 | - |
| YUV | 103.46 | 99.53 | 164.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 87 | 53 | 0 | 0.44 | 0.66 | 0.39 | 20 | 0.49 | 0.41 |
| Hex | 9B | 57 | 35 | 0 | 2C | 42 | 27 | 14 | 31 | 29 |
| Octal | 233 | 127 | 65 | 0 | 54 | 102 | 47 | 24 | 61 | 51 |
| Binary | 10011011 | 1010111 | 110101 | 0 | 101100 | 1000010 | 100111 | 10100 | 110001 | 101001 |
Color Harmonies of #9B5735
Complementary color
Monochromatic Colors of #9B5735
Black with #9B5735
Text Example
Text Example
White with #9B5735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B5735; }
p { color: rgb(155,87,53); }
H1.HeaderClassName
{
color: #9B5735;
}
.AnyTagClassName
{
color: #9B5735;
}
</style>
background-color css
<style>
a { background-color: #9B5735; }
a { background-color: rgb(155,87,53); }
div.DivClassName
{
background-color: #9B5735;
}
.BgClassName
{
background-color: #9B5735;
}
</style>
border-color css
<style>
span { border-color: #9B5735; }
span { border-color: rgb(155,87,53); }
td.TdClassName
{
border-color: #9B5735;
}
.TagClassName
{
border-color: #9B5735;
}
</style>