Shades of Piper #994D34
Tints of Piper #994D34
RGB
CMYK
RGB Variations
Color information
#994D34 (or 0x994D34) is known color: Piper. HEX triplet: 99, 4D and 34. RGB value is (153,77,52). Sum of RGB (Red+Green+Blue) = 153+77+52=282 (37% of max value = 765). Red value is 153 (60.16% from 255 or 54.26% from 282); Green value is 77 (30.47% from 255 or 27.30% from 282); Blue value is 52 (20.70% from 255 or 18.44% from 282); Max value from RGB is 153 - color contains mainly: red. Hex color #994D34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #994D34 is #66B2CB. Grayscale: #616161. Windows color (decimal): -6730444 or 3427737. OLE color: 3427737.
HSL color Cylindrical-coordinate representation of color #994D34: hue angle of 14.85º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #994D34 is Cyan = 0, Magento = 0.50, Yellow = 0.66 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 77 | 52 | - |
| CMYK | 0 | 0.50 | 0.66 | 0.4 |
| HSL | 14.85º | 0.49% | 0.4% | - |
| HSV(B) | 14.85º | 0.66% | 0.6% | - |
| XYZ | 16.41 | 12.33 | 4.76 | - |
| YUV | 96.87 | 102.68 | 168.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 77 | 52 | 0 | 0.50 | 0.66 | 0.4 | 14.85 | 0.49 | 0.4 |
| Hex | 99 | 4D | 34 | 0 | 32 | 42 | 28 | F | 31 | 28 |
| Octal | 231 | 115 | 64 | 0 | 62 | 102 | 50 | 17 | 61 | 50 |
| Binary | 10011001 | 1001101 | 110100 | 0 | 110010 | 1000010 | 101000 | 1111 | 110001 | 101000 |
Color Harmonies of #994D34
Complementary color
Monochromatic Colors of #994D34
Black with #994D34
Text Example
Text Example
White with #994D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994D34; }
p { color: rgb(153,77,52); }
H1.HeaderClassName
{
color: #994D34;
}
.AnyTagClassName
{
color: #994D34;
}
</style>
background-color css
<style>
a { background-color: #994D34; }
a { background-color: rgb(153,77,52); }
div.DivClassName
{
background-color: #994D34;
}
.BgClassName
{
background-color: #994D34;
}
</style>
border-color css
<style>
span { border-color: #994D34; }
span { border-color: rgb(153,77,52); }
td.TdClassName
{
border-color: #994D34;
}
.TagClassName
{
border-color: #994D34;
}
</style>