Shades of Piper #995131
Tints of Piper #995131
RGB
CMYK
RGB Variations
Color information
#995131 (or 0x995131) is known color: Piper. HEX triplet: 99, 51 and 31. RGB value is (153,81,49). Sum of RGB (Red+Green+Blue) = 153+81+49=283 (37% of max value = 765). Red value is 153 (60.16% from 255 or 54.06% from 283); Green value is 81 (32.03% from 255 or 28.62% from 283); Blue value is 49 (19.53% from 255 or 17.31% from 283); Max value from RGB is 153 - color contains mainly: red. Hex color #995131 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #995131 is #66AECE. Grayscale: #636363. Windows color (decimal): -6729423 or 3232153. OLE color: 3232153.
HSL color Cylindrical-coordinate representation of color #995131: hue angle of 18.46º 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 #995131 is Cyan = 0, Magento = 0.47, Yellow = 0.68 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 81 | 49 | - |
| CMYK | 0 | 0.47 | 0.68 | 0.4 |
| HSL | 18.46º | 0.51% | 0.4% | - |
| HSV(B) | 18.46º | 0.68% | 0.6% | - |
| XYZ | 16.63 | 12.88 | 4.51 | - |
| YUV | 98.88 | 99.85 | 166.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 81 | 49 | 0 | 0.47 | 0.68 | 0.4 | 18.46 | 0.51 | 0.4 |
| Hex | 99 | 51 | 31 | 0 | 2F | 44 | 28 | 12 | 33 | 28 |
| Octal | 231 | 121 | 61 | 0 | 57 | 104 | 50 | 22 | 63 | 50 |
| Binary | 10011001 | 1010001 | 110001 | 0 | 101111 | 1000100 | 101000 | 10010 | 110011 | 101000 |
Color Harmonies of #995131
Complementary color
Monochromatic Colors of #995131
Black with #995131
Text Example
Text Example
White with #995131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995131; }
p { color: rgb(153,81,49); }
H1.HeaderClassName
{
color: #995131;
}
.AnyTagClassName
{
color: #995131;
}
</style>
background-color css
<style>
a { background-color: #995131; }
a { background-color: rgb(153,81,49); }
div.DivClassName
{
background-color: #995131;
}
.BgClassName
{
background-color: #995131;
}
</style>
border-color css
<style>
span { border-color: #995131; }
span { border-color: rgb(153,81,49); }
td.TdClassName
{
border-color: #995131;
}
.TagClassName
{
border-color: #995131;
}
</style>