Shades of Piper #9C4E36
Tints of Piper #9C4E36
RGB
CMYK
RGB Variations
Color information
#9C4E36 (or 0x9C4E36) is known color: Piper. HEX triplet: 9C, 4E and 36. RGB value is (156,78,54). Sum of RGB (Red+Green+Blue) = 156+78+54=288 (38% of max value = 765). Red value is 156 (61.33% from 255 or 54.17% from 288); Green value is 78 (30.86% from 255 or 27.08% from 288); Blue value is 54 (21.48% from 255 or 18.75% from 288); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4E36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C4E36 is #63B1C9. Grayscale: #626262. Windows color (decimal): -6533578 or 3559068. OLE color: 3559068.
HSL color Cylindrical-coordinate representation of color #9C4E36: hue angle of 14.12º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9C4E36 is Cyan = 0, Magento = 0.5, Yellow = 0.65 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 78 | 54 | - |
| CMYK | 0 | 0.5 | 0.65 | 0.39 |
| HSL | 14.12º | 0.49% | 0.41% | - |
| HSV(B) | 14.12º | 0.65% | 0.61% | - |
| XYZ | 17.1 | 12.78 | 5.06 | - |
| YUV | 98.59 | 102.84 | 168.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 78 | 54 | 0 | 0.5 | 0.65 | 0.39 | 14.12 | 0.49 | 0.41 |
| Hex | 9C | 4E | 36 | 0 | 32 | 41 | 27 | E | 31 | 29 |
| Octal | 234 | 116 | 66 | 0 | 62 | 101 | 47 | 16 | 61 | 51 |
| Binary | 10011100 | 1001110 | 110110 | 0 | 110010 | 1000001 | 100111 | 1110 | 110001 | 101001 |
Color Harmonies of #9C4E36
Complementary color
Monochromatic Colors of #9C4E36
Black with #9C4E36
Text Example
Text Example
White with #9C4E36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C4E36; }
p { color: rgb(156,78,54); }
H1.HeaderClassName
{
color: #9C4E36;
}
.AnyTagClassName
{
color: #9C4E36;
}
</style>
background-color css
<style>
a { background-color: #9C4E36; }
a { background-color: rgb(156,78,54); }
div.DivClassName
{
background-color: #9C4E36;
}
.BgClassName
{
background-color: #9C4E36;
}
</style>
border-color css
<style>
span { border-color: #9C4E36; }
span { border-color: rgb(156,78,54); }
td.TdClassName
{
border-color: #9C4E36;
}
.TagClassName
{
border-color: #9C4E36;
}
</style>