Shades of Piper #985238
Tints of Piper #985238
RGB
CMYK
RGB Variations
Color information
#985238 (or 0x985238) is known color: Piper. HEX triplet: 98, 52 and 38. RGB value is (152,82,56). Sum of RGB (Red+Green+Blue) = 152+82+56=290 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.41% from 290); Green value is 82 (32.42% from 255 or 28.28% from 290); Blue value is 56 (22.27% from 255 or 19.31% from 290); Max value from RGB is 152 - color contains mainly: red. Hex color #985238 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985238 is #67ADC7. Grayscale: #646464. Windows color (decimal): -6794696 or 3691160. OLE color: 3691160.
HSL color Cylindrical-coordinate representation of color #985238: hue angle of 16.25º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #985238 is Cyan = 0, Magento = 0.46, Yellow = 0.63 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 82 | 56 | - |
| CMYK | 0 | 0.46 | 0.63 | 0.40 |
| HSL | 16.25º | 0.46% | 0.41% | - |
| HSV(B) | 16.25º | 0.63% | 0.6% | - |
| XYZ | 16.68 | 13 | 5.37 | - |
| YUV | 99.97 | 103.19 | 165.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 82 | 56 | 0 | 0.46 | 0.63 | 0.40 | 16.25 | 0.46 | 0.41 |
| Hex | 98 | 52 | 38 | 0 | 2E | 3F | 28 | 10 | 2E | 29 |
| Octal | 230 | 122 | 70 | 0 | 56 | 77 | 50 | 20 | 56 | 51 |
| Binary | 10011000 | 1010010 | 111000 | 0 | 101110 | 111111 | 101000 | 10000 | 101110 | 101001 |
Color Harmonies of #985238
Complementary color
Monochromatic Colors of #985238
Black with #985238
Text Example
Text Example
White with #985238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985238; }
p { color: rgb(152,82,56); }
H1.HeaderClassName
{
color: #985238;
}
.AnyTagClassName
{
color: #985238;
}
</style>
background-color css
<style>
a { background-color: #985238; }
a { background-color: rgb(152,82,56); }
div.DivClassName
{
background-color: #985238;
}
.BgClassName
{
background-color: #985238;
}
</style>
border-color css
<style>
span { border-color: #985238; }
span { border-color: rgb(152,82,56); }
td.TdClassName
{
border-color: #985238;
}
.TagClassName
{
border-color: #985238;
}
</style>