Shades of Piper #9C5138
Tints of Piper #9C5138
RGB
CMYK
RGB Variations
Color information
#9C5138 (or 0x9C5138) is known color: Piper. HEX triplet: 9C, 51 and 38. RGB value is (156,81,56). Sum of RGB (Red+Green+Blue) = 156+81+56=293 (38% of max value = 765). Red value is 156 (61.33% from 255 or 53.24% from 293); Green value is 81 (32.03% from 255 or 27.65% from 293); Blue value is 56 (22.27% from 255 or 19.11% from 293); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5138 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C5138 is #63AEC7. Grayscale: #646464. Windows color (decimal): -6532808 or 3690908. OLE color: 3690908.
HSL color Cylindrical-coordinate representation of color #9C5138: hue angle of 15º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9C5138 is Cyan = 0, Magento = 0.48, Yellow = 0.64 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 81 | 56 | - |
| CMYK | 0 | 0.48 | 0.64 | 0.39 |
| HSL | 15º | 0.47% | 0.42% | - |
| HSV(B) | 15º | 0.64% | 0.61% | - |
| XYZ | 17.37 | 13.24 | 5.38 | - |
| YUV | 100.58 | 102.85 | 167.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 81 | 56 | 0 | 0.48 | 0.64 | 0.39 | 15 | 0.47 | 0.42 |
| Hex | 9C | 51 | 38 | 0 | 30 | 40 | 27 | F | 2F | 2A |
| Octal | 234 | 121 | 70 | 0 | 60 | 100 | 47 | 17 | 57 | 52 |
| Binary | 10011100 | 1010001 | 111000 | 0 | 110000 | 1000000 | 100111 | 1111 | 101111 | 101010 |
Color Harmonies of #9C5138
Complementary color
Monochromatic Colors of #9C5138
Black with #9C5138
Text Example
Text Example
White with #9C5138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C5138; }
p { color: rgb(156,81,56); }
H1.HeaderClassName
{
color: #9C5138;
}
.AnyTagClassName
{
color: #9C5138;
}
</style>
background-color css
<style>
a { background-color: #9C5138; }
a { background-color: rgb(156,81,56); }
div.DivClassName
{
background-color: #9C5138;
}
.BgClassName
{
background-color: #9C5138;
}
</style>
border-color css
<style>
span { border-color: #9C5138; }
span { border-color: rgb(156,81,56); }
td.TdClassName
{
border-color: #9C5138;
}
.TagClassName
{
border-color: #9C5138;
}
</style>