Shades of Piper #994D36
Tints of Piper #994D36
RGB
CMYK
RGB Variations
Color information
#994D36 (or 0x994D36) is known color: Piper. HEX triplet: 99, 4D and 36. RGB value is (153,77,54). Sum of RGB (Red+Green+Blue) = 153+77+54=284 (37% of max value = 765). Red value is 153 (60.16% from 255 or 53.87% from 284); Green value is 77 (30.47% from 255 or 27.11% from 284); Blue value is 54 (21.48% from 255 or 19.01% from 284); Max value from RGB is 153 - color contains mainly: red. Hex color #994D36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #994D36 is #66B2C9. Grayscale: #616161. Windows color (decimal): -6730442 or 3558809. OLE color: 3558809.
HSL color Cylindrical-coordinate representation of color #994D36: hue angle of 13.94º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #994D36 is Cyan = 0, Magento = 0.50, Yellow = 0.65 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 77 | 54 | - |
| CMYK | 0 | 0.50 | 0.65 | 0.4 |
| HSL | 13.94º | 0.48% | 0.41% | - |
| HSV(B) | 13.94º | 0.65% | 0.6% | - |
| XYZ | 16.46 | 12.35 | 5.01 | - |
| YUV | 97.1 | 103.68 | 167.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 77 | 54 | 0 | 0.50 | 0.65 | 0.4 | 13.94 | 0.48 | 0.41 |
| Hex | 99 | 4D | 36 | 0 | 32 | 41 | 28 | E | 30 | 29 |
| Octal | 231 | 115 | 66 | 0 | 62 | 101 | 50 | 16 | 60 | 51 |
| Binary | 10011001 | 1001101 | 110110 | 0 | 110010 | 1000001 | 101000 | 1110 | 110000 | 101001 |
Color Harmonies of #994D36
Complementary color
Monochromatic Colors of #994D36
Black with #994D36
Text Example
Text Example
White with #994D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994D36; }
p { color: rgb(153,77,54); }
H1.HeaderClassName
{
color: #994D36;
}
.AnyTagClassName
{
color: #994D36;
}
</style>
background-color css
<style>
a { background-color: #994D36; }
a { background-color: rgb(153,77,54); }
div.DivClassName
{
background-color: #994D36;
}
.BgClassName
{
background-color: #994D36;
}
</style>
border-color css
<style>
span { border-color: #994D36; }
span { border-color: rgb(153,77,54); }
td.TdClassName
{
border-color: #994D36;
}
.TagClassName
{
border-color: #994D36;
}
</style>