Shades of Piper #995332
Tints of Piper #995332
RGB
CMYK
RGB Variations
Color information
#995332 (or 0x995332) is known color: Piper. HEX triplet: 99, 53 and 32. RGB value is (153,83,50). Sum of RGB (Red+Green+Blue) = 153+83+50=286 (37% of max value = 765). Red value is 153 (60.16% from 255 or 53.50% from 286); Green value is 83 (32.81% from 255 or 29.02% from 286); Blue value is 50 (19.92% from 255 or 17.48% from 286); Max value from RGB is 153 - color contains mainly: red. Hex color #995332 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #995332 is #66ACCD. Grayscale: #646464. Windows color (decimal): -6728910 or 3298201. OLE color: 3298201.
HSL color Cylindrical-coordinate representation of color #995332: hue angle of 19.22º 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 #995332 is Cyan = 0, Magento = 0.46, Yellow = 0.67 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 83 | 50 | - |
| CMYK | 0 | 0.46 | 0.67 | 0.4 |
| HSL | 19.22º | 0.51% | 0.4% | - |
| HSV(B) | 19.22º | 0.67% | 0.6% | - |
| XYZ | 16.81 | 13.19 | 4.68 | - |
| YUV | 100.17 | 99.69 | 165.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 83 | 50 | 0 | 0.46 | 0.67 | 0.4 | 19.22 | 0.51 | 0.4 |
| Hex | 99 | 53 | 32 | 0 | 2E | 43 | 28 | 13 | 33 | 28 |
| Octal | 231 | 123 | 62 | 0 | 56 | 103 | 50 | 23 | 63 | 50 |
| Binary | 10011001 | 1010011 | 110010 | 0 | 101110 | 1000011 | 101000 | 10011 | 110011 | 101000 |
Color Harmonies of #995332
Complementary color
Monochromatic Colors of #995332
Black with #995332
Text Example
Text Example
White with #995332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995332; }
p { color: rgb(153,83,50); }
H1.HeaderClassName
{
color: #995332;
}
.AnyTagClassName
{
color: #995332;
}
</style>
background-color css
<style>
a { background-color: #995332; }
a { background-color: rgb(153,83,50); }
div.DivClassName
{
background-color: #995332;
}
.BgClassName
{
background-color: #995332;
}
</style>
border-color css
<style>
span { border-color: #995332; }
span { border-color: rgb(153,83,50); }
td.TdClassName
{
border-color: #995332;
}
.TagClassName
{
border-color: #995332;
}
</style>