Shades of Piper #995431
Tints of Piper #995431
RGB
CMYK
RGB Variations
Color information
#995431 (or 0x995431) is known color: Piper. HEX triplet: 99, 54 and 31. RGB value is (153,84,49). Sum of RGB (Red+Green+Blue) = 153+84+49=286 (37% of max value = 765). Red value is 153 (60.16% from 255 or 53.50% from 286); Green value is 84 (33.20% from 255 or 29.37% from 286); Blue value is 49 (19.53% from 255 or 17.13% from 286); Max value from RGB is 153 - color contains mainly: red. Hex color #995431 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #995431 is #66ABCE. Grayscale: #646464. Windows color (decimal): -6728655 or 3232921. OLE color: 3232921.
HSL color Cylindrical-coordinate representation of color #995431: hue angle of 20.19º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #995431 is Cyan = 0, Magento = 0.45, Yellow = 0.68 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 84 | 49 | - |
| CMYK | 0 | 0.45 | 0.68 | 0.4 |
| HSL | 20.19º | 0.51% | 0.4% | - |
| HSV(B) | 20.19º | 0.68% | 0.6% | - |
| XYZ | 16.86 | 13.33 | 4.59 | - |
| YUV | 100.64 | 98.86 | 165.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 84 | 49 | 0 | 0.45 | 0.68 | 0.4 | 20.19 | 0.51 | 0.4 |
| Hex | 99 | 54 | 31 | 0 | 2D | 44 | 28 | 14 | 33 | 28 |
| Octal | 231 | 124 | 61 | 0 | 55 | 104 | 50 | 24 | 63 | 50 |
| Binary | 10011001 | 1010100 | 110001 | 0 | 101101 | 1000100 | 101000 | 10100 | 110011 | 101000 |
Color Harmonies of #995431
Complementary color
Monochromatic Colors of #995431
Black with #995431
Text Example
Text Example
White with #995431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995431; }
p { color: rgb(153,84,49); }
H1.HeaderClassName
{
color: #995431;
}
.AnyTagClassName
{
color: #995431;
}
</style>
background-color css
<style>
a { background-color: #995431; }
a { background-color: rgb(153,84,49); }
div.DivClassName
{
background-color: #995431;
}
.BgClassName
{
background-color: #995431;
}
</style>
border-color css
<style>
span { border-color: #995431; }
span { border-color: rgb(153,84,49); }
td.TdClassName
{
border-color: #995431;
}
.TagClassName
{
border-color: #995431;
}
</style>