Shades of Piper #985233
Tints of Piper #985233
RGB
CMYK
RGB Variations
Color information
#985233 (or 0x985233) is known color: Piper. HEX triplet: 98, 52 and 33. RGB value is (152,82,51). Sum of RGB (Red+Green+Blue) = 152+82+51=285 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.33% from 285); Green value is 82 (32.42% from 255 or 28.77% from 285); Blue value is 51 (20.31% from 255 or 17.89% from 285); Max value from RGB is 152 - color contains mainly: red. Hex color #985233 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985233 is #67ADCC. Grayscale: #636363. Windows color (decimal): -6794701 or 3363480. OLE color: 3363480.
HSL color Cylindrical-coordinate representation of color #985233: hue angle of 18.42º 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 #985233 is Cyan = 0, Magento = 0.46, Yellow = 0.66 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 82 | 51 | - |
| CMYK | 0 | 0.46 | 0.66 | 0.40 |
| HSL | 18.42º | 0.5% | 0.4% | - |
| HSV(B) | 18.42º | 0.66% | 0.6% | - |
| XYZ | 16.56 | 12.95 | 4.76 | - |
| YUV | 99.4 | 100.69 | 165.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 82 | 51 | 0 | 0.46 | 0.66 | 0.40 | 18.42 | 0.5 | 0.4 |
| Hex | 98 | 52 | 33 | 0 | 2E | 42 | 28 | 12 | 32 | 28 |
| Octal | 230 | 122 | 63 | 0 | 56 | 102 | 50 | 22 | 62 | 50 |
| Binary | 10011000 | 1010010 | 110011 | 0 | 101110 | 1000010 | 101000 | 10010 | 110010 | 101000 |
Color Harmonies of #985233
Complementary color
Monochromatic Colors of #985233
Black with #985233
Text Example
Text Example
White with #985233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985233; }
p { color: rgb(152,82,51); }
H1.HeaderClassName
{
color: #985233;
}
.AnyTagClassName
{
color: #985233;
}
</style>
background-color css
<style>
a { background-color: #985233; }
a { background-color: rgb(152,82,51); }
div.DivClassName
{
background-color: #985233;
}
.BgClassName
{
background-color: #985233;
}
</style>
border-color css
<style>
span { border-color: #985233; }
span { border-color: rgb(152,82,51); }
td.TdClassName
{
border-color: #985233;
}
.TagClassName
{
border-color: #985233;
}
</style>