Shades of Piper #9D4D34
Tints of Piper #9D4D34
RGB
CMYK
RGB Variations
Color information
#9D4D34 (or 0x9D4D34) is known color: Piper. HEX triplet: 9D, 4D and 34. RGB value is (157,77,52). Sum of RGB (Red+Green+Blue) = 157+77+52=286 (37% of max value = 765). Red value is 157 (61.72% from 255 or 54.90% from 286); Green value is 77 (30.47% from 255 or 26.92% from 286); Blue value is 52 (20.70% from 255 or 18.18% from 286); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4D34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D4D34 is #62B2CB. Grayscale: #626262. Windows color (decimal): -6468300 or 3427741. OLE color: 3427741.
HSL color Cylindrical-coordinate representation of color #9D4D34: hue angle of 14.29º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9D4D34 is Cyan = 0, Magento = 0.51, Yellow = 0.67 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 77 | 52 | - |
| CMYK | 0 | 0.51 | 0.67 | 0.38 |
| HSL | 14.29º | 0.5% | 0.41% | - |
| HSV(B) | 14.29º | 0.67% | 0.62% | - |
| XYZ | 17.18 | 12.72 | 4.8 | - |
| YUV | 98.07 | 102 | 170.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 77 | 52 | 0 | 0.51 | 0.67 | 0.38 | 14.29 | 0.5 | 0.41 |
| Hex | 9D | 4D | 34 | 0 | 33 | 43 | 26 | E | 32 | 29 |
| Octal | 235 | 115 | 64 | 0 | 63 | 103 | 46 | 16 | 62 | 51 |
| Binary | 10011101 | 1001101 | 110100 | 0 | 110011 | 1000011 | 100110 | 1110 | 110010 | 101001 |
Color Harmonies of #9D4D34
Complementary color
Monochromatic Colors of #9D4D34
Black with #9D4D34
Text Example
Text Example
White with #9D4D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D4D34; }
p { color: rgb(157,77,52); }
H1.HeaderClassName
{
color: #9D4D34;
}
.AnyTagClassName
{
color: #9D4D34;
}
</style>
background-color css
<style>
a { background-color: #9D4D34; }
a { background-color: rgb(157,77,52); }
div.DivClassName
{
background-color: #9D4D34;
}
.BgClassName
{
background-color: #9D4D34;
}
</style>
border-color css
<style>
span { border-color: #9D4D34; }
span { border-color: rgb(157,77,52); }
td.TdClassName
{
border-color: #9D4D34;
}
.TagClassName
{
border-color: #9D4D34;
}
</style>