Shades of Piper #985036
Tints of Piper #985036
RGB
CMYK
RGB Variations
Color information
#985036 (or 0x985036) is known color: Piper. HEX triplet: 98, 50 and 36. RGB value is (152,80,54). Sum of RGB (Red+Green+Blue) = 152+80+54=286 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.15% from 286); Green value is 80 (31.64% from 255 or 27.97% from 286); Blue value is 54 (21.48% from 255 or 18.88% from 286); Max value from RGB is 152 - color contains mainly: red. Hex color #985036 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985036 is #67AFC9. Grayscale: #626262. Windows color (decimal): -6795210 or 3559576. OLE color: 3559576.
HSL color Cylindrical-coordinate representation of color #985036: hue angle of 15.92º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #985036 is Cyan = 0, Magento = 0.47, Yellow = 0.64 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 80 | 54 | - |
| CMYK | 0 | 0.47 | 0.64 | 0.40 |
| HSL | 15.92º | 0.48% | 0.4% | - |
| HSV(B) | 15.92º | 0.64% | 0.6% | - |
| XYZ | 16.48 | 12.68 | 5.07 | - |
| YUV | 98.56 | 102.85 | 166.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 80 | 54 | 0 | 0.47 | 0.64 | 0.40 | 15.92 | 0.48 | 0.4 |
| Hex | 98 | 50 | 36 | 0 | 2F | 40 | 28 | 10 | 30 | 28 |
| Octal | 230 | 120 | 66 | 0 | 57 | 100 | 50 | 20 | 60 | 50 |
| Binary | 10011000 | 1010000 | 110110 | 0 | 101111 | 1000000 | 101000 | 10000 | 110000 | 101000 |
Color Harmonies of #985036
Complementary color
Monochromatic Colors of #985036
Black with #985036
Text Example
Text Example
White with #985036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985036; }
p { color: rgb(152,80,54); }
H1.HeaderClassName
{
color: #985036;
}
.AnyTagClassName
{
color: #985036;
}
</style>
background-color css
<style>
a { background-color: #985036; }
a { background-color: rgb(152,80,54); }
div.DivClassName
{
background-color: #985036;
}
.BgClassName
{
background-color: #985036;
}
</style>
border-color css
<style>
span { border-color: #985036; }
span { border-color: rgb(152,80,54); }
td.TdClassName
{
border-color: #985036;
}
.TagClassName
{
border-color: #985036;
}
</style>