Shades of Piper #994E33
Tints of Piper #994E33
RGB
CMYK
RGB Variations
Color information
#994E33 (or 0x994E33) is known color: Piper. HEX triplet: 99, 4E and 33. RGB value is (153,78,51). Sum of RGB (Red+Green+Blue) = 153+78+51=282 (37% of max value = 765). Red value is 153 (60.16% from 255 or 54.26% from 282); Green value is 78 (30.86% from 255 or 27.66% from 282); Blue value is 51 (20.31% from 255 or 18.09% from 282); Max value from RGB is 153 - color contains mainly: red. Hex color #994E33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #994E33 is #66B1CC. Grayscale: #616161. Windows color (decimal): -6730189 or 3362457. OLE color: 3362457.
HSL color Cylindrical-coordinate representation of color #994E33: hue angle of 15.88º degrees, saturation: 0.5, 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 #994E33 is Cyan = 0, Magento = 0.49, Yellow = 0.67 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 78 | 51 | - |
| CMYK | 0 | 0.49 | 0.67 | 0.4 |
| HSL | 15.88º | 0.5% | 0.4% | - |
| HSV(B) | 15.88º | 0.67% | 0.6% | - |
| XYZ | 16.46 | 12.46 | 4.67 | - |
| YUV | 97.35 | 101.85 | 167.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 78 | 51 | 0 | 0.49 | 0.67 | 0.4 | 15.88 | 0.5 | 0.4 |
| Hex | 99 | 4E | 33 | 0 | 31 | 43 | 28 | 10 | 32 | 28 |
| Octal | 231 | 116 | 63 | 0 | 61 | 103 | 50 | 20 | 62 | 50 |
| Binary | 10011001 | 1001110 | 110011 | 0 | 110001 | 1000011 | 101000 | 10000 | 110010 | 101000 |
Color Harmonies of #994E33
Complementary color
Monochromatic Colors of #994E33
Black with #994E33
Text Example
Text Example
White with #994E33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994E33; }
p { color: rgb(153,78,51); }
H1.HeaderClassName
{
color: #994E33;
}
.AnyTagClassName
{
color: #994E33;
}
</style>
background-color css
<style>
a { background-color: #994E33; }
a { background-color: rgb(153,78,51); }
div.DivClassName
{
background-color: #994E33;
}
.BgClassName
{
background-color: #994E33;
}
</style>
border-color css
<style>
span { border-color: #994E33; }
span { border-color: rgb(153,78,51); }
td.TdClassName
{
border-color: #994E33;
}
.TagClassName
{
border-color: #994E33;
}
</style>