Shades of Piper #9C5339
Tints of Piper #9C5339
RGB
CMYK
RGB Variations
Color information
#9C5339 (or 0x9C5339) is known color: Piper. HEX triplet: 9C, 53 and 39. RGB value is (156,83,57). Sum of RGB (Red+Green+Blue) = 156+83+57=296 (39% of max value = 765). Red value is 156 (61.33% from 255 or 52.70% from 296); Green value is 83 (32.81% from 255 or 28.04% from 296); Blue value is 57 (22.66% from 255 or 19.26% from 296); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5339 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C5339 is #63ACC6. Grayscale: #666666. Windows color (decimal): -6532295 or 3756956. OLE color: 3756956.
HSL color Cylindrical-coordinate representation of color #9C5339: hue angle of 15.76º 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 #9C5339 is Cyan = 0, Magento = 0.47, Yellow = 0.63 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 83 | 57 | - |
| CMYK | 0 | 0.47 | 0.63 | 0.39 |
| HSL | 15.76º | 0.46% | 0.42% | - |
| HSV(B) | 15.76º | 0.63% | 0.61% | - |
| XYZ | 17.54 | 13.55 | 5.56 | - |
| YUV | 101.86 | 102.68 | 166.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 83 | 57 | 0 | 0.47 | 0.63 | 0.39 | 15.76 | 0.46 | 0.42 |
| Hex | 9C | 53 | 39 | 0 | 2F | 3F | 27 | 10 | 2E | 2A |
| Octal | 234 | 123 | 71 | 0 | 57 | 77 | 47 | 20 | 56 | 52 |
| Binary | 10011100 | 1010011 | 111001 | 0 | 101111 | 111111 | 100111 | 10000 | 101110 | 101010 |
Color Harmonies of #9C5339
Complementary color
Monochromatic Colors of #9C5339
Black with #9C5339
Text Example
Text Example
White with #9C5339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C5339; }
p { color: rgb(156,83,57); }
H1.HeaderClassName
{
color: #9C5339;
}
.AnyTagClassName
{
color: #9C5339;
}
</style>
background-color css
<style>
a { background-color: #9C5339; }
a { background-color: rgb(156,83,57); }
div.DivClassName
{
background-color: #9C5339;
}
.BgClassName
{
background-color: #9C5339;
}
</style>
border-color css
<style>
span { border-color: #9C5339; }
span { border-color: rgb(156,83,57); }
td.TdClassName
{
border-color: #9C5339;
}
.TagClassName
{
border-color: #9C5339;
}
</style>