Shades of Piper #9B503B
Tints of Piper #9B503B
RGB
CMYK
RGB Variations
Color information
#9B503B (or 0x9B503B) is known color: Piper. HEX triplet: 9B, 50 and 3B. RGB value is (155,80,59). Sum of RGB (Red+Green+Blue) = 155+80+59=294 (38% of max value = 765). Red value is 155 (60.94% from 255 or 52.72% from 294); Green value is 80 (31.64% from 255 or 27.21% from 294); Blue value is 59 (23.44% from 255 or 20.07% from 294); Max value from RGB is 155 - color contains mainly: red. Hex color #9B503B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B503B is #64AFC4. Grayscale: #646464. Windows color (decimal): -6598597 or 3887259. OLE color: 3887259.
HSL color Cylindrical-coordinate representation of color #9B503B: hue angle of 13.12º degrees, saturation: 0.45, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9B503B is Cyan = 0, Magento = 0.48, Yellow = 0.62 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 80 | 59 | - |
| CMYK | 0 | 0.48 | 0.62 | 0.39 |
| HSL | 13.13º | 0.45% | 0.42% | - |
| HSV(B) | 13.13º | 0.62% | 0.61% | - |
| XYZ | 17.18 | 13.02 | 5.75 | - |
| YUV | 100.03 | 104.85 | 167.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 80 | 59 | 0 | 0.48 | 0.62 | 0.39 | 13.13 | 0.45 | 0.42 |
| Hex | 9B | 50 | 3B | 0 | 30 | 3E | 27 | D | 2D | 2A |
| Octal | 233 | 120 | 73 | 0 | 60 | 76 | 47 | 15 | 55 | 52 |
| Binary | 10011011 | 1010000 | 111011 | 0 | 110000 | 111110 | 100111 | 1101 | 101101 | 101010 |
Color Harmonies of #9B503B
Complementary color
Monochromatic Colors of #9B503B
Black with #9B503B
Text Example
Text Example
White with #9B503B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B503B; }
p { color: rgb(155,80,59); }
H1.HeaderClassName
{
color: #9B503B;
}
.AnyTagClassName
{
color: #9B503B;
}
</style>
background-color css
<style>
a { background-color: #9B503B; }
a { background-color: rgb(155,80,59); }
div.DivClassName
{
background-color: #9B503B;
}
.BgClassName
{
background-color: #9B503B;
}
</style>
border-color css
<style>
span { border-color: #9B503B; }
span { border-color: rgb(155,80,59); }
td.TdClassName
{
border-color: #9B503B;
}
.TagClassName
{
border-color: #9B503B;
}
</style>