Shades of Piper #955139
Tints of Piper #955139
RGB
CMYK
RGB Variations
Color information
#955139 (or 0x955139) is known color: Piper. HEX triplet: 95, 51 and 39. RGB value is (149,81,57). Sum of RGB (Red+Green+Blue) = 149+81+57=287 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.92% from 287); Green value is 81 (32.03% from 255 or 28.22% from 287); Blue value is 57 (22.66% from 255 or 19.86% from 287); Max value from RGB is 149 - color contains mainly: red. Hex color #955139 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955139 is #6AAEC6. Grayscale: #626262. Windows color (decimal): -6991559 or 3756437. OLE color: 3756437.
HSL color Cylindrical-coordinate representation of color #955139: hue angle of 15.65º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #955139 is Cyan = 0, Magento = 0.46, Yellow = 0.62 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 81 | 57 | - |
| CMYK | 0 | 0.46 | 0.62 | 0.42 |
| HSL | 15.65º | 0.45% | 0.4% | - |
| HSV(B) | 15.65º | 0.62% | 0.58% | - |
| XYZ | 16.08 | 12.57 | 5.45 | - |
| YUV | 98.6 | 104.53 | 163.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 81 | 57 | 0 | 0.46 | 0.62 | 0.42 | 15.65 | 0.45 | 0.4 |
| Hex | 95 | 51 | 39 | 0 | 2E | 3E | 2A | 10 | 2D | 28 |
| Octal | 225 | 121 | 71 | 0 | 56 | 76 | 52 | 20 | 55 | 50 |
| Binary | 10010101 | 1010001 | 111001 | 0 | 101110 | 111110 | 101010 | 10000 | 101101 | 101000 |
Color Harmonies of #955139
Complementary color
Monochromatic Colors of #955139
Black with #955139
Text Example
Text Example
White with #955139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955139; }
p { color: rgb(149,81,57); }
H1.HeaderClassName
{
color: #955139;
}
.AnyTagClassName
{
color: #955139;
}
</style>
background-color css
<style>
a { background-color: #955139; }
a { background-color: rgb(149,81,57); }
div.DivClassName
{
background-color: #955139;
}
.BgClassName
{
background-color: #955139;
}
</style>
border-color css
<style>
span { border-color: #955139; }
span { border-color: rgb(149,81,57); }
td.TdClassName
{
border-color: #955139;
}
.TagClassName
{
border-color: #955139;
}
</style>