Shades of Piper #9C503B
Tints of Piper #9C503B
RGB
CMYK
RGB Variations
Color information
#9C503B (or 0x9C503B) is known color: Piper. HEX triplet: 9C, 50 and 3B. RGB value is (156,80,59). Sum of RGB (Red+Green+Blue) = 156+80+59=295 (39% of max value = 765). Red value is 156 (61.33% from 255 or 52.88% from 295); Green value is 80 (31.64% from 255 or 27.12% from 295); Blue value is 59 (23.44% from 255 or 20% from 295); Max value from RGB is 156 - color contains mainly: red. Hex color #9C503B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C503B is #63AFC4. Grayscale: #646464. Windows color (decimal): -6533061 or 3887260. OLE color: 3887260.
HSL color Cylindrical-coordinate representation of color #9C503B: hue angle of 12.99º 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 #9C503B is Cyan = 0, Magento = 0.49, Yellow = 0.62 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 80 | 59 | - |
| CMYK | 0 | 0.49 | 0.62 | 0.39 |
| HSL | 12.99º | 0.45% | 0.42% | - |
| HSV(B) | 12.99º | 0.62% | 0.61% | - |
| XYZ | 17.37 | 13.12 | 5.75 | - |
| YUV | 100.33 | 104.68 | 167.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 80 | 59 | 0 | 0.49 | 0.62 | 0.39 | 12.99 | 0.45 | 0.42 |
| Hex | 9C | 50 | 3B | 0 | 31 | 3E | 27 | D | 2D | 2A |
| Octal | 234 | 120 | 73 | 0 | 61 | 76 | 47 | 15 | 55 | 52 |
| Binary | 10011100 | 1010000 | 111011 | 0 | 110001 | 111110 | 100111 | 1101 | 101101 | 101010 |
Color Harmonies of #9C503B
Complementary color
Monochromatic Colors of #9C503B
Black with #9C503B
Text Example
Text Example
White with #9C503B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C503B; }
p { color: rgb(156,80,59); }
H1.HeaderClassName
{
color: #9C503B;
}
.AnyTagClassName
{
color: #9C503B;
}
</style>
background-color css
<style>
a { background-color: #9C503B; }
a { background-color: rgb(156,80,59); }
div.DivClassName
{
background-color: #9C503B;
}
.BgClassName
{
background-color: #9C503B;
}
</style>
border-color css
<style>
span { border-color: #9C503B; }
span { border-color: rgb(156,80,59); }
td.TdClassName
{
border-color: #9C503B;
}
.TagClassName
{
border-color: #9C503B;
}
</style>