Shades of Piper #985333
Tints of Piper #985333
RGB
CMYK
RGB Variations
Color information
#985333 (or 0x985333) is known color: Piper. HEX triplet: 98, 53 and 33. RGB value is (152,83,51). Sum of RGB (Red+Green+Blue) = 152+83+51=286 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.15% from 286); Green value is 83 (32.81% from 255 or 29.02% from 286); Blue value is 51 (20.31% from 255 or 17.83% from 286); Max value from RGB is 152 - color contains mainly: red. Hex color #985333 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985333 is #67ACCC. Grayscale: #646464. Windows color (decimal): -6794445 or 3363736. OLE color: 3363736.
HSL color Cylindrical-coordinate representation of color #985333: hue angle of 19.01º degrees, saturation: 0.5, 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 #985333 is Cyan = 0, Magento = 0.45, Yellow = 0.66 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 83 | 51 | - |
| CMYK | 0 | 0.45 | 0.66 | 0.40 |
| HSL | 19.01º | 0.5% | 0.4% | - |
| HSV(B) | 19.01º | 0.66% | 0.6% | - |
| XYZ | 16.64 | 13.1 | 4.78 | - |
| YUV | 99.98 | 100.36 | 165.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 83 | 51 | 0 | 0.45 | 0.66 | 0.40 | 19.01 | 0.5 | 0.4 |
| Hex | 98 | 53 | 33 | 0 | 2D | 42 | 28 | 13 | 32 | 28 |
| Octal | 230 | 123 | 63 | 0 | 55 | 102 | 50 | 23 | 62 | 50 |
| Binary | 10011000 | 1010011 | 110011 | 0 | 101101 | 1000010 | 101000 | 10011 | 110010 | 101000 |
Color Harmonies of #985333
Complementary color
Monochromatic Colors of #985333
Black with #985333
Text Example
Text Example
White with #985333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985333; }
p { color: rgb(152,83,51); }
H1.HeaderClassName
{
color: #985333;
}
.AnyTagClassName
{
color: #985333;
}
</style>
background-color css
<style>
a { background-color: #985333; }
a { background-color: rgb(152,83,51); }
div.DivClassName
{
background-color: #985333;
}
.BgClassName
{
background-color: #985333;
}
</style>
border-color css
<style>
span { border-color: #985333; }
span { border-color: rgb(152,83,51); }
td.TdClassName
{
border-color: #985333;
}
.TagClassName
{
border-color: #985333;
}
</style>