Shades of Piper #985334
Tints of Piper #985334
RGB
CMYK
RGB Variations
Color information
#985334 (or 0x985334) is known color: Piper. HEX triplet: 98, 53 and 34. RGB value is (152,83,52). Sum of RGB (Red+Green+Blue) = 152+83+52=287 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.96% from 287); Green value is 83 (32.81% from 255 or 28.92% from 287); Blue value is 52 (20.70% from 255 or 18.12% from 287); Max value from RGB is 152 - color contains mainly: red. Hex color #985334 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985334 is #67ACCB. Grayscale: #646464. Windows color (decimal): -6794444 or 3429272. OLE color: 3429272.
HSL color Cylindrical-coordinate representation of color #985334: hue angle of 18.6º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #985334 is Cyan = 0, Magento = 0.45, Yellow = 0.66 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 83 | 52 | - |
| CMYK | 0 | 0.45 | 0.66 | 0.40 |
| HSL | 18.6º | 0.49% | 0.4% | - |
| HSV(B) | 18.6º | 0.66% | 0.6% | - |
| XYZ | 16.66 | 13.11 | 4.9 | - |
| YUV | 100.1 | 100.86 | 165.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 83 | 52 | 0 | 0.45 | 0.66 | 0.40 | 18.6 | 0.49 | 0.4 |
| Hex | 98 | 53 | 34 | 0 | 2D | 42 | 28 | 13 | 31 | 28 |
| Octal | 230 | 123 | 64 | 0 | 55 | 102 | 50 | 23 | 61 | 50 |
| Binary | 10011000 | 1010011 | 110100 | 0 | 101101 | 1000010 | 101000 | 10011 | 110001 | 101000 |
Color Harmonies of #985334
Complementary color
Monochromatic Colors of #985334
Black with #985334
Text Example
Text Example
White with #985334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985334; }
p { color: rgb(152,83,52); }
H1.HeaderClassName
{
color: #985334;
}
.AnyTagClassName
{
color: #985334;
}
</style>
background-color css
<style>
a { background-color: #985334; }
a { background-color: rgb(152,83,52); }
div.DivClassName
{
background-color: #985334;
}
.BgClassName
{
background-color: #985334;
}
</style>
border-color css
<style>
span { border-color: #985334; }
span { border-color: rgb(152,83,52); }
td.TdClassName
{
border-color: #985334;
}
.TagClassName
{
border-color: #985334;
}
</style>