Shades of Piper #9C5035
Tints of Piper #9C5035
RGB
CMYK
RGB Variations
Color information
#9C5035 (or 0x9C5035) is known color: Piper. HEX triplet: 9C, 50 and 35. RGB value is (156,80,53). Sum of RGB (Red+Green+Blue) = 156+80+53=289 (38% of max value = 765). Red value is 156 (61.33% from 255 or 53.98% from 289); Green value is 80 (31.64% from 255 or 27.68% from 289); Blue value is 53 (21.09% from 255 or 18.34% from 289); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5035 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C5035 is #63AFCA. Grayscale: #636363. Windows color (decimal): -6533067 or 3494044. OLE color: 3494044.
HSL color Cylindrical-coordinate representation of color #9C5035: hue angle of 15.73º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9C5035 is Cyan = 0, Magento = 0.49, Yellow = 0.66 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 80 | 53 | - |
| CMYK | 0 | 0.49 | 0.66 | 0.39 |
| HSL | 15.73º | 0.49% | 0.41% | - |
| HSV(B) | 15.73º | 0.66% | 0.61% | - |
| XYZ | 17.22 | 13.06 | 4.98 | - |
| YUV | 99.65 | 101.68 | 168.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 80 | 53 | 0 | 0.49 | 0.66 | 0.39 | 15.73 | 0.49 | 0.41 |
| Hex | 9C | 50 | 35 | 0 | 31 | 42 | 27 | 10 | 31 | 29 |
| Octal | 234 | 120 | 65 | 0 | 61 | 102 | 47 | 20 | 61 | 51 |
| Binary | 10011100 | 1010000 | 110101 | 0 | 110001 | 1000010 | 100111 | 10000 | 110001 | 101001 |
Color Harmonies of #9C5035
Complementary color
Monochromatic Colors of #9C5035
Black with #9C5035
Text Example
Text Example
White with #9C5035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C5035; }
p { color: rgb(156,80,53); }
H1.HeaderClassName
{
color: #9C5035;
}
.AnyTagClassName
{
color: #9C5035;
}
</style>
background-color css
<style>
a { background-color: #9C5035; }
a { background-color: rgb(156,80,53); }
div.DivClassName
{
background-color: #9C5035;
}
.BgClassName
{
background-color: #9C5035;
}
</style>
border-color css
<style>
span { border-color: #9C5035; }
span { border-color: rgb(156,80,53); }
td.TdClassName
{
border-color: #9C5035;
}
.TagClassName
{
border-color: #9C5035;
}
</style>