Shades of Piper #985338
Tints of Piper #985338
RGB
CMYK
RGB Variations
Color information
#985338 (or 0x985338) is known color: Piper. HEX triplet: 98, 53 and 38. RGB value is (152,83,56). Sum of RGB (Red+Green+Blue) = 152+83+56=291 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.23% from 291); Green value is 83 (32.81% from 255 or 28.52% from 291); Blue value is 56 (22.27% from 255 or 19.24% from 291); Max value from RGB is 152 - color contains mainly: red. Hex color #985338 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985338 is #67ACC7. Grayscale: #646464. Windows color (decimal): -6794440 or 3691416. OLE color: 3691416.
HSL color Cylindrical-coordinate representation of color #985338: hue angle of 16.88º 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 #985338 is Cyan = 0, Magento = 0.45, Yellow = 0.63 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 83 | 56 | - |
| CMYK | 0 | 0.45 | 0.63 | 0.40 |
| HSL | 16.88º | 0.46% | 0.41% | - |
| HSV(B) | 16.88º | 0.63% | 0.6% | - |
| XYZ | 16.76 | 13.15 | 5.4 | - |
| YUV | 100.55 | 102.86 | 164.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 83 | 56 | 0 | 0.45 | 0.63 | 0.40 | 16.88 | 0.46 | 0.41 |
| Hex | 98 | 53 | 38 | 0 | 2D | 3F | 28 | 11 | 2E | 29 |
| Octal | 230 | 123 | 70 | 0 | 55 | 77 | 50 | 21 | 56 | 51 |
| Binary | 10011000 | 1010011 | 111000 | 0 | 101101 | 111111 | 101000 | 10001 | 101110 | 101001 |
Color Harmonies of #985338
Complementary color
Monochromatic Colors of #985338
Black with #985338
Text Example
Text Example
White with #985338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985338; }
p { color: rgb(152,83,56); }
H1.HeaderClassName
{
color: #985338;
}
.AnyTagClassName
{
color: #985338;
}
</style>
background-color css
<style>
a { background-color: #985338; }
a { background-color: rgb(152,83,56); }
div.DivClassName
{
background-color: #985338;
}
.BgClassName
{
background-color: #985338;
}
</style>
border-color css
<style>
span { border-color: #985338; }
span { border-color: rgb(152,83,56); }
td.TdClassName
{
border-color: #985338;
}
.TagClassName
{
border-color: #985338;
}
</style>