Shades of Piper #995132
Tints of Piper #995132
RGB
CMYK
RGB Variations
Color information
#995132 (or 0x995132) is known color: Piper. HEX triplet: 99, 51 and 32. RGB value is (153,81,50). Sum of RGB (Red+Green+Blue) = 153+81+50=284 (37% of max value = 765). Red value is 153 (60.16% from 255 or 53.87% from 284); Green value is 81 (32.03% from 255 or 28.52% from 284); Blue value is 50 (19.92% from 255 or 17.61% from 284); Max value from RGB is 153 - color contains mainly: red. Hex color #995132 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #995132 is #66AECD. Grayscale: #636363. Windows color (decimal): -6729422 or 3297689. OLE color: 3297689.
HSL color Cylindrical-coordinate representation of color #995132: hue angle of 18.06º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #995132 is Cyan = 0, Magento = 0.47, Yellow = 0.67 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 81 | 50 | - |
| CMYK | 0 | 0.47 | 0.67 | 0.4 |
| HSL | 18.06º | 0.51% | 0.4% | - |
| HSV(B) | 18.06º | 0.67% | 0.6% | - |
| XYZ | 16.66 | 12.89 | 4.63 | - |
| YUV | 98.99 | 100.35 | 166.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 81 | 50 | 0 | 0.47 | 0.67 | 0.4 | 18.06 | 0.51 | 0.4 |
| Hex | 99 | 51 | 32 | 0 | 2F | 43 | 28 | 12 | 33 | 28 |
| Octal | 231 | 121 | 62 | 0 | 57 | 103 | 50 | 22 | 63 | 50 |
| Binary | 10011001 | 1010001 | 110010 | 0 | 101111 | 1000011 | 101000 | 10010 | 110011 | 101000 |
Color Harmonies of #995132
Complementary color
Monochromatic Colors of #995132
Black with #995132
Text Example
Text Example
White with #995132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995132; }
p { color: rgb(153,81,50); }
H1.HeaderClassName
{
color: #995132;
}
.AnyTagClassName
{
color: #995132;
}
</style>
background-color css
<style>
a { background-color: #995132; }
a { background-color: rgb(153,81,50); }
div.DivClassName
{
background-color: #995132;
}
.BgClassName
{
background-color: #995132;
}
</style>
border-color css
<style>
span { border-color: #995132; }
span { border-color: rgb(153,81,50); }
td.TdClassName
{
border-color: #995132;
}
.TagClassName
{
border-color: #995132;
}
</style>