Shades of Piper #9B5231
Tints of Piper #9B5231
RGB
CMYK
RGB Variations
Color information
#9B5231 (or 0x9B5231) is known color: Piper. HEX triplet: 9B, 52 and 31. RGB value is (155,82,49). Sum of RGB (Red+Green+Blue) = 155+82+49=286 (37% of max value = 765). Red value is 155 (60.94% from 255 or 54.20% from 286); Green value is 82 (32.42% from 255 or 28.67% from 286); Blue value is 49 (19.53% from 255 or 17.13% from 286); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5231 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B5231 is #64ADCE. Grayscale: #646464. Windows color (decimal): -6598095 or 3232411. OLE color: 3232411.
HSL color Cylindrical-coordinate representation of color #9B5231: hue angle of 18.68º degrees, saturation: 0.52, 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 #9B5231 is Cyan = 0, Magento = 0.47, Yellow = 0.68 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 82 | 49 | - |
| CMYK | 0 | 0.47 | 0.68 | 0.39 |
| HSL | 18.68º | 0.52% | 0.4% | - |
| HSV(B) | 18.68º | 0.68% | 0.61% | - |
| XYZ | 17.09 | 13.22 | 4.56 | - |
| YUV | 100.07 | 99.18 | 167.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 82 | 49 | 0 | 0.47 | 0.68 | 0.39 | 18.68 | 0.52 | 0.4 |
| Hex | 9B | 52 | 31 | 0 | 2F | 44 | 27 | 13 | 34 | 28 |
| Octal | 233 | 122 | 61 | 0 | 57 | 104 | 47 | 23 | 64 | 50 |
| Binary | 10011011 | 1010010 | 110001 | 0 | 101111 | 1000100 | 100111 | 10011 | 110100 | 101000 |
Color Harmonies of #9B5231
Complementary color
Monochromatic Colors of #9B5231
Black with #9B5231
Text Example
Text Example
White with #9B5231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B5231; }
p { color: rgb(155,82,49); }
H1.HeaderClassName
{
color: #9B5231;
}
.AnyTagClassName
{
color: #9B5231;
}
</style>
background-color css
<style>
a { background-color: #9B5231; }
a { background-color: rgb(155,82,49); }
div.DivClassName
{
background-color: #9B5231;
}
.BgClassName
{
background-color: #9B5231;
}
</style>
border-color css
<style>
span { border-color: #9B5231; }
span { border-color: rgb(155,82,49); }
td.TdClassName
{
border-color: #9B5231;
}
.TagClassName
{
border-color: #9B5231;
}
</style>