Shades of Piper #9B5233
Tints of Piper #9B5233
RGB
CMYK
RGB Variations
Color information
#9B5233 (or 0x9B5233) is known color: Piper. HEX triplet: 9B, 52 and 33. RGB value is (155,82,51). Sum of RGB (Red+Green+Blue) = 155+82+51=288 (38% of max value = 765). Red value is 155 (60.94% from 255 or 53.82% from 288); Green value is 82 (32.42% from 255 or 28.47% from 288); Blue value is 51 (20.31% from 255 or 17.71% from 288); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5233 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B5233 is #64ADCC. Grayscale: #646464. Windows color (decimal): -6598093 or 3363483. OLE color: 3363483.
HSL color Cylindrical-coordinate representation of color #9B5233: hue angle of 17.88º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9B5233 is Cyan = 0, Magento = 0.47, Yellow = 0.67 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 82 | 51 | - |
| CMYK | 0 | 0.47 | 0.67 | 0.39 |
| HSL | 17.88º | 0.5% | 0.4% | - |
| HSV(B) | 17.88º | 0.67% | 0.61% | - |
| XYZ | 17.13 | 13.24 | 4.78 | - |
| YUV | 100.29 | 100.18 | 167.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 82 | 51 | 0 | 0.47 | 0.67 | 0.39 | 17.88 | 0.5 | 0.4 |
| Hex | 9B | 52 | 33 | 0 | 2F | 43 | 27 | 12 | 32 | 28 |
| Octal | 233 | 122 | 63 | 0 | 57 | 103 | 47 | 22 | 62 | 50 |
| Binary | 10011011 | 1010010 | 110011 | 0 | 101111 | 1000011 | 100111 | 10010 | 110010 | 101000 |
Color Harmonies of #9B5233
Complementary color
Monochromatic Colors of #9B5233
Black with #9B5233
Text Example
Text Example
White with #9B5233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B5233; }
p { color: rgb(155,82,51); }
H1.HeaderClassName
{
color: #9B5233;
}
.AnyTagClassName
{
color: #9B5233;
}
</style>
background-color css
<style>
a { background-color: #9B5233; }
a { background-color: rgb(155,82,51); }
div.DivClassName
{
background-color: #9B5233;
}
.BgClassName
{
background-color: #9B5233;
}
</style>
border-color css
<style>
span { border-color: #9B5233; }
span { border-color: rgb(155,82,51); }
td.TdClassName
{
border-color: #9B5233;
}
.TagClassName
{
border-color: #9B5233;
}
</style>