Shades of Piper #9C513A
Tints of Piper #9C513A
RGB
CMYK
RGB Variations
Color information
#9C513A (or 0x9C513A) is known color: Piper. HEX triplet: 9C, 51 and 3A. RGB value is (156,81,58). Sum of RGB (Red+Green+Blue) = 156+81+58=295 (39% of max value = 765). Red value is 156 (61.33% from 255 or 52.88% from 295); Green value is 81 (32.03% from 255 or 27.46% from 295); Blue value is 58 (23.05% from 255 or 19.66% from 295); Max value from RGB is 156 - color contains mainly: red. Hex color #9C513A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C513A is #63AEC5. Grayscale: #646464. Windows color (decimal): -6532806 or 3821980. OLE color: 3821980.
HSL color Cylindrical-coordinate representation of color #9C513A: hue angle of 14.08º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9C513A is Cyan = 0, Magento = 0.48, Yellow = 0.63 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 81 | 58 | - |
| CMYK | 0 | 0.48 | 0.63 | 0.39 |
| HSL | 14.08º | 0.46% | 0.42% | - |
| HSV(B) | 14.08º | 0.63% | 0.61% | - |
| XYZ | 17.42 | 13.26 | 5.64 | - |
| YUV | 100.8 | 103.85 | 167.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 81 | 58 | 0 | 0.48 | 0.63 | 0.39 | 14.08 | 0.46 | 0.42 |
| Hex | 9C | 51 | 3A | 0 | 30 | 3F | 27 | E | 2E | 2A |
| Octal | 234 | 121 | 72 | 0 | 60 | 77 | 47 | 16 | 56 | 52 |
| Binary | 10011100 | 1010001 | 111010 | 0 | 110000 | 111111 | 100111 | 1110 | 101110 | 101010 |
Color Harmonies of #9C513A
Complementary color
Monochromatic Colors of #9C513A
Black with #9C513A
Text Example
Text Example
White with #9C513A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C513A; }
p { color: rgb(156,81,58); }
H1.HeaderClassName
{
color: #9C513A;
}
.AnyTagClassName
{
color: #9C513A;
}
</style>
background-color css
<style>
a { background-color: #9C513A; }
a { background-color: rgb(156,81,58); }
div.DivClassName
{
background-color: #9C513A;
}
.BgClassName
{
background-color: #9C513A;
}
</style>
border-color css
<style>
span { border-color: #9C513A; }
span { border-color: rgb(156,81,58); }
td.TdClassName
{
border-color: #9C513A;
}
.TagClassName
{
border-color: #9C513A;
}
</style>