Shades of Piper #985132
Tints of Piper #985132
RGB
CMYK
RGB Variations
Color information
#985132 (or 0x985132) is known color: Piper. HEX triplet: 98, 51 and 32. RGB value is (152,81,50). Sum of RGB (Red+Green+Blue) = 152+81+50=283 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.71% from 283); Green value is 81 (32.03% from 255 or 28.62% from 283); Blue value is 50 (19.92% from 255 or 17.67% from 283); Max value from RGB is 152 - color contains mainly: red. Hex color #985132 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985132 is #67AECD. Grayscale: #626262. Windows color (decimal): -6794958 or 3297688. OLE color: 3297688.
HSL color Cylindrical-coordinate representation of color #985132: hue angle of 18.24º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #985132 is Cyan = 0, Magento = 0.47, Yellow = 0.67 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 81 | 50 | - |
| CMYK | 0 | 0.47 | 0.67 | 0.40 |
| HSL | 18.24º | 0.5% | 0.4% | - |
| HSV(B) | 18.24º | 0.67% | 0.6% | - |
| XYZ | 16.47 | 12.79 | 4.62 | - |
| YUV | 98.7 | 100.52 | 166.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 81 | 50 | 0 | 0.47 | 0.67 | 0.40 | 18.24 | 0.5 | 0.4 |
| Hex | 98 | 51 | 32 | 0 | 2F | 43 | 28 | 12 | 32 | 28 |
| Octal | 230 | 121 | 62 | 0 | 57 | 103 | 50 | 22 | 62 | 50 |
| Binary | 10011000 | 1010001 | 110010 | 0 | 101111 | 1000011 | 101000 | 10010 | 110010 | 101000 |
Color Harmonies of #985132
Complementary color
Monochromatic Colors of #985132
Black with #985132
Text Example
Text Example
White with #985132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985132; }
p { color: rgb(152,81,50); }
H1.HeaderClassName
{
color: #985132;
}
.AnyTagClassName
{
color: #985132;
}
</style>
background-color css
<style>
a { background-color: #985132; }
a { background-color: rgb(152,81,50); }
div.DivClassName
{
background-color: #985132;
}
.BgClassName
{
background-color: #985132;
}
</style>
border-color css
<style>
span { border-color: #985132; }
span { border-color: rgb(152,81,50); }
td.TdClassName
{
border-color: #985132;
}
.TagClassName
{
border-color: #985132;
}
</style>