Shades of Piper #9A4D37
Tints of Piper #9A4D37
RGB
CMYK
RGB Variations
Color information
#9A4D37 (or 0x9A4D37) is known color: Piper. HEX triplet: 9A, 4D and 37. RGB value is (154,77,55). Sum of RGB (Red+Green+Blue) = 154+77+55=286 (37% of max value = 765). Red value is 154 (60.55% from 255 or 53.85% from 286); Green value is 77 (30.47% from 255 or 26.92% from 286); Blue value is 55 (21.88% from 255 or 19.23% from 286); Max value from RGB is 154 - color contains mainly: red. Hex color #9A4D37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A4D37 is #65B2C8. Grayscale: #616161. Windows color (decimal): -6664905 or 3624346. OLE color: 3624346.
HSL color Cylindrical-coordinate representation of color #9A4D37: hue angle of 13.33º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9A4D37 is Cyan = 0, Magento = 0.50, Yellow = 0.64 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 77 | 55 | - |
| CMYK | 0 | 0.50 | 0.64 | 0.40 |
| HSL | 13.33º | 0.47% | 0.41% | - |
| HSV(B) | 13.33º | 0.64% | 0.6% | - |
| XYZ | 16.67 | 12.45 | 5.14 | - |
| YUV | 97.52 | 104.01 | 168.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 77 | 55 | 0 | 0.50 | 0.64 | 0.40 | 13.33 | 0.47 | 0.41 |
| Hex | 9A | 4D | 37 | 0 | 32 | 40 | 28 | D | 2F | 29 |
| Octal | 232 | 115 | 67 | 0 | 62 | 100 | 50 | 15 | 57 | 51 |
| Binary | 10011010 | 1001101 | 110111 | 0 | 110010 | 1000000 | 101000 | 1101 | 101111 | 101001 |
Color Harmonies of #9A4D37
Complementary color
Monochromatic Colors of #9A4D37
Black with #9A4D37
Text Example
Text Example
White with #9A4D37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A4D37; }
p { color: rgb(154,77,55); }
H1.HeaderClassName
{
color: #9A4D37;
}
.AnyTagClassName
{
color: #9A4D37;
}
</style>
background-color css
<style>
a { background-color: #9A4D37; }
a { background-color: rgb(154,77,55); }
div.DivClassName
{
background-color: #9A4D37;
}
.BgClassName
{
background-color: #9A4D37;
}
</style>
border-color css
<style>
span { border-color: #9A4D37; }
span { border-color: rgb(154,77,55); }
td.TdClassName
{
border-color: #9A4D37;
}
.TagClassName
{
border-color: #9A4D37;
}
</style>