Shades of Piper #9E5537
Tints of Piper #9E5537
RGB
CMYK
RGB Variations
Color information
#9E5537 (or 0x9E5537) is known color: Piper. HEX triplet: 9E, 55 and 37. RGB value is (158,85,55). Sum of RGB (Red+Green+Blue) = 158+85+55=298 (39% of max value = 765). Red value is 158 (62.11% from 255 or 53.02% from 298); Green value is 85 (33.59% from 255 or 28.52% from 298); Blue value is 55 (21.88% from 255 or 18.46% from 298); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5537 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E5537 is #61AAC8. Grayscale: #676767. Windows color (decimal): -6400713 or 3626398. OLE color: 3626398.
HSL color Cylindrical-coordinate representation of color #9E5537: hue angle of 17.48º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9E5537 is Cyan = 0, Magento = 0.46, Yellow = 0.65 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 85 | 55 | - |
| CMYK | 0 | 0.46 | 0.65 | 0.38 |
| HSL | 17.48º | 0.48% | 0.42% | - |
| HSV(B) | 17.48º | 0.65% | 0.62% | - |
| XYZ | 18.04 | 14.04 | 5.37 | - |
| YUV | 103.41 | 100.68 | 166.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 85 | 55 | 0 | 0.46 | 0.65 | 0.38 | 17.48 | 0.48 | 0.42 |
| Hex | 9E | 55 | 37 | 0 | 2E | 41 | 26 | 11 | 30 | 2A |
| Octal | 236 | 125 | 67 | 0 | 56 | 101 | 46 | 21 | 60 | 52 |
| Binary | 10011110 | 1010101 | 110111 | 0 | 101110 | 1000001 | 100110 | 10001 | 110000 | 101010 |
Color Harmonies of #9E5537
Complementary color
Monochromatic Colors of #9E5537
Black with #9E5537
Text Example
Text Example
White with #9E5537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E5537; }
p { color: rgb(158,85,55); }
H1.HeaderClassName
{
color: #9E5537;
}
.AnyTagClassName
{
color: #9E5537;
}
</style>
background-color css
<style>
a { background-color: #9E5537; }
a { background-color: rgb(158,85,55); }
div.DivClassName
{
background-color: #9E5537;
}
.BgClassName
{
background-color: #9E5537;
}
</style>
border-color css
<style>
span { border-color: #9E5537; }
span { border-color: rgb(158,85,55); }
td.TdClassName
{
border-color: #9E5537;
}
.TagClassName
{
border-color: #9E5537;
}
</style>