Shades of Piper #9B522F
Tints of Piper #9B522F
RGB
CMYK
RGB Variations
Color information
#9B522F (or 0x9B522F) is known color: Piper. HEX triplet: 9B, 52 and 2F. RGB value is (155,82,47). Sum of RGB (Red+Green+Blue) = 155+82+47=284 (37% of max value = 765). Red value is 155 (60.94% from 255 or 54.58% from 284); Green value is 82 (32.42% from 255 or 28.87% from 284); Blue value is 47 (18.75% from 255 or 16.55% from 284); Max value from RGB is 155 - color contains mainly: red. Hex color #9B522F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B522F is #64ADD0. Grayscale: #646464. Windows color (decimal): -6598097 or 3101339. OLE color: 3101339.
HSL color Cylindrical-coordinate representation of color #9B522F: hue angle of 19.44º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9B522F is Cyan = 0, Magento = 0.47, Yellow = 0.70 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 82 | 47 | - |
| CMYK | 0 | 0.47 | 0.70 | 0.39 |
| HSL | 19.44º | 0.53% | 0.4% | - |
| HSV(B) | 19.44º | 0.7% | 0.61% | - |
| XYZ | 17.05 | 13.21 | 4.34 | - |
| YUV | 99.84 | 98.18 | 167.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 82 | 47 | 0 | 0.47 | 0.70 | 0.39 | 19.44 | 0.53 | 0.4 |
| Hex | 9B | 52 | 2F | 0 | 2F | 46 | 27 | 13 | 35 | 28 |
| Octal | 233 | 122 | 57 | 0 | 57 | 106 | 47 | 23 | 65 | 50 |
| Binary | 10011011 | 1010010 | 101111 | 0 | 101111 | 1000110 | 100111 | 10011 | 110101 | 101000 |
Color Harmonies of #9B522F
Complementary color
Monochromatic Colors of #9B522F
Black with #9B522F
Text Example
Text Example
White with #9B522F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B522F; }
p { color: rgb(155,82,47); }
H1.HeaderClassName
{
color: #9B522F;
}
.AnyTagClassName
{
color: #9B522F;
}
</style>
background-color css
<style>
a { background-color: #9B522F; }
a { background-color: rgb(155,82,47); }
div.DivClassName
{
background-color: #9B522F;
}
.BgClassName
{
background-color: #9B522F;
}
</style>
border-color css
<style>
span { border-color: #9B522F; }
span { border-color: rgb(155,82,47); }
td.TdClassName
{
border-color: #9B522F;
}
.TagClassName
{
border-color: #9B522F;
}
</style>