Shades of Piper #995231
Tints of Piper #995231
RGB
CMYK
RGB Variations
Color information
#995231 (or 0x995231) is known color: Piper. HEX triplet: 99, 52 and 31. RGB value is (153,82,49). Sum of RGB (Red+Green+Blue) = 153+82+49=284 (37% of max value = 765). Red value is 153 (60.16% from 255 or 53.87% from 284); Green value is 82 (32.42% from 255 or 28.87% from 284); Blue value is 49 (19.53% from 255 or 17.25% from 284); Max value from RGB is 153 - color contains mainly: red. Hex color #995231 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #995231 is #66ADCE. Grayscale: #636363. Windows color (decimal): -6729167 or 3232409. OLE color: 3232409.
HSL color Cylindrical-coordinate representation of color #995231: hue angle of 19.04º 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 #995231 is Cyan = 0, Magento = 0.46, Yellow = 0.68 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 82 | 49 | - |
| CMYK | 0 | 0.46 | 0.68 | 0.4 |
| HSL | 19.04º | 0.51% | 0.4% | - |
| HSV(B) | 19.04º | 0.68% | 0.6% | - |
| XYZ | 16.71 | 13.03 | 4.54 | - |
| YUV | 99.47 | 99.52 | 166.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 82 | 49 | 0 | 0.46 | 0.68 | 0.4 | 19.04 | 0.51 | 0.4 |
| Hex | 99 | 52 | 31 | 0 | 2E | 44 | 28 | 13 | 33 | 28 |
| Octal | 231 | 122 | 61 | 0 | 56 | 104 | 50 | 23 | 63 | 50 |
| Binary | 10011001 | 1010010 | 110001 | 0 | 101110 | 1000100 | 101000 | 10011 | 110011 | 101000 |
Color Harmonies of #995231
Complementary color
Monochromatic Colors of #995231
Black with #995231
Text Example
Text Example
White with #995231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995231; }
p { color: rgb(153,82,49); }
H1.HeaderClassName
{
color: #995231;
}
.AnyTagClassName
{
color: #995231;
}
</style>
background-color css
<style>
a { background-color: #995231; }
a { background-color: rgb(153,82,49); }
div.DivClassName
{
background-color: #995231;
}
.BgClassName
{
background-color: #995231;
}
</style>
border-color css
<style>
span { border-color: #995231; }
span { border-color: rgb(153,82,49); }
td.TdClassName
{
border-color: #995231;
}
.TagClassName
{
border-color: #995231;
}
</style>