Shades of Piper #9B5232
Tints of Piper #9B5232
RGB
CMYK
RGB Variations
Color information
#9B5232 (or 0x9B5232) is known color: Piper. HEX triplet: 9B, 52 and 32. RGB value is (155,82,50). Sum of RGB (Red+Green+Blue) = 155+82+50=287 (38% of max value = 765). Red value is 155 (60.94% from 255 or 54.01% from 287); Green value is 82 (32.42% from 255 or 28.57% from 287); Blue value is 50 (19.92% from 255 or 17.42% from 287); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5232 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B5232 is #64ADCD. Grayscale: #646464. Windows color (decimal): -6598094 or 3297947. OLE color: 3297947.
HSL color Cylindrical-coordinate representation of color #9B5232: hue angle of 18.29º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9B5232 is Cyan = 0, Magento = 0.47, Yellow = 0.68 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 82 | 50 | - |
| CMYK | 0 | 0.47 | 0.68 | 0.39 |
| HSL | 18.29º | 0.51% | 0.4% | - |
| HSV(B) | 18.29º | 0.68% | 0.61% | - |
| XYZ | 17.11 | 13.23 | 4.67 | - |
| YUV | 100.18 | 99.68 | 167.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 82 | 50 | 0 | 0.47 | 0.68 | 0.39 | 18.29 | 0.51 | 0.4 |
| Hex | 9B | 52 | 32 | 0 | 2F | 44 | 27 | 12 | 33 | 28 |
| Octal | 233 | 122 | 62 | 0 | 57 | 104 | 47 | 22 | 63 | 50 |
| Binary | 10011011 | 1010010 | 110010 | 0 | 101111 | 1000100 | 100111 | 10010 | 110011 | 101000 |
Color Harmonies of #9B5232
Complementary color
Monochromatic Colors of #9B5232
Black with #9B5232
Text Example
Text Example
White with #9B5232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B5232; }
p { color: rgb(155,82,50); }
H1.HeaderClassName
{
color: #9B5232;
}
.AnyTagClassName
{
color: #9B5232;
}
</style>
background-color css
<style>
a { background-color: #9B5232; }
a { background-color: rgb(155,82,50); }
div.DivClassName
{
background-color: #9B5232;
}
.BgClassName
{
background-color: #9B5232;
}
</style>
border-color css
<style>
span { border-color: #9B5232; }
span { border-color: rgb(155,82,50); }
td.TdClassName
{
border-color: #9B5232;
}
.TagClassName
{
border-color: #9B5232;
}
</style>