Shades of Piper #985137
Tints of Piper #985137
RGB
CMYK
RGB Variations
Color information
#985137 (or 0x985137) is known color: Piper. HEX triplet: 98, 51 and 37. RGB value is (152,81,55). Sum of RGB (Red+Green+Blue) = 152+81+55=288 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.78% from 288); Green value is 81 (32.03% from 255 or 28.12% from 288); Blue value is 55 (21.88% from 255 or 19.10% from 288); Max value from RGB is 152 - color contains mainly: red. Hex color #985137 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985137 is #67AEC8. Grayscale: #636363. Windows color (decimal): -6794953 or 3625368. OLE color: 3625368.
HSL color Cylindrical-coordinate representation of color #985137: hue angle of 16.08º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #985137 is Cyan = 0, Magento = 0.47, Yellow = 0.64 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 81 | 55 | - |
| CMYK | 0 | 0.47 | 0.64 | 0.40 |
| HSL | 16.08º | 0.47% | 0.41% | - |
| HSV(B) | 16.08º | 0.64% | 0.6% | - |
| XYZ | 16.58 | 12.84 | 5.22 | - |
| YUV | 99.27 | 103.02 | 165.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 81 | 55 | 0 | 0.47 | 0.64 | 0.40 | 16.08 | 0.47 | 0.41 |
| Hex | 98 | 51 | 37 | 0 | 2F | 40 | 28 | 10 | 2F | 29 |
| Octal | 230 | 121 | 67 | 0 | 57 | 100 | 50 | 20 | 57 | 51 |
| Binary | 10011000 | 1010001 | 110111 | 0 | 101111 | 1000000 | 101000 | 10000 | 101111 | 101001 |
Color Harmonies of #985137
Complementary color
Monochromatic Colors of #985137
Black with #985137
Text Example
Text Example
White with #985137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985137; }
p { color: rgb(152,81,55); }
H1.HeaderClassName
{
color: #985137;
}
.AnyTagClassName
{
color: #985137;
}
</style>
background-color css
<style>
a { background-color: #985137; }
a { background-color: rgb(152,81,55); }
div.DivClassName
{
background-color: #985137;
}
.BgClassName
{
background-color: #985137;
}
</style>
border-color css
<style>
span { border-color: #985137; }
span { border-color: rgb(152,81,55); }
td.TdClassName
{
border-color: #985137;
}
.TagClassName
{
border-color: #985137;
}
</style>