Shades of Piper #98533A
Tints of Piper #98533A
RGB
CMYK
RGB Variations
Color information
#98533A (or 0x98533A) is known color: Piper. HEX triplet: 98, 53 and 3A. RGB value is (152,83,58). Sum of RGB (Red+Green+Blue) = 152+83+58=293 (38% of max value = 765). Red value is 152 (59.77% from 255 or 51.88% from 293); Green value is 83 (32.81% from 255 or 28.33% from 293); Blue value is 58 (23.05% from 255 or 19.80% from 293); Max value from RGB is 152 - color contains mainly: red. Hex color #98533A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #98533A is #67ACC5. Grayscale: #646464. Windows color (decimal): -6794438 or 3822488. OLE color: 3822488.
HSL color Cylindrical-coordinate representation of color #98533A: hue angle of 15.96º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #98533A is Cyan = 0, Magento = 0.45, Yellow = 0.62 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 83 | 58 | - |
| CMYK | 0 | 0.45 | 0.62 | 0.40 |
| HSL | 15.96º | 0.45% | 0.41% | - |
| HSV(B) | 15.96º | 0.62% | 0.6% | - |
| XYZ | 16.81 | 13.17 | 5.66 | - |
| YUV | 100.78 | 103.86 | 164.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 83 | 58 | 0 | 0.45 | 0.62 | 0.40 | 15.96 | 0.45 | 0.41 |
| Hex | 98 | 53 | 3A | 0 | 2D | 3E | 28 | 10 | 2D | 29 |
| Octal | 230 | 123 | 72 | 0 | 55 | 76 | 50 | 20 | 55 | 51 |
| Binary | 10011000 | 1010011 | 111010 | 0 | 101101 | 111110 | 101000 | 10000 | 101101 | 101001 |
Color Harmonies of #98533A
Complementary color
Monochromatic Colors of #98533A
Black with #98533A
Text Example
Text Example
White with #98533A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98533A; }
p { color: rgb(152,83,58); }
H1.HeaderClassName
{
color: #98533A;
}
.AnyTagClassName
{
color: #98533A;
}
</style>
background-color css
<style>
a { background-color: #98533A; }
a { background-color: rgb(152,83,58); }
div.DivClassName
{
background-color: #98533A;
}
.BgClassName
{
background-color: #98533A;
}
</style>
border-color css
<style>
span { border-color: #98533A; }
span { border-color: rgb(152,83,58); }
td.TdClassName
{
border-color: #98533A;
}
.TagClassName
{
border-color: #98533A;
}
</style>