Shades of Piper #9A4E38
Tints of Piper #9A4E38
RGB
CMYK
RGB Variations
Color information
#9A4E38 (or 0x9A4E38) is known color: Piper. HEX triplet: 9A, 4E and 38. RGB value is (154,78,56). Sum of RGB (Red+Green+Blue) = 154+78+56=288 (38% of max value = 765). Red value is 154 (60.55% from 255 or 53.47% from 288); Green value is 78 (30.86% from 255 or 27.08% from 288); Blue value is 56 (22.27% from 255 or 19.44% from 288); Max value from RGB is 154 - color contains mainly: red. Hex color #9A4E38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A4E38 is #65B1C7. Grayscale: #626262. Windows color (decimal): -6664648 or 3690138. OLE color: 3690138.
HSL color Cylindrical-coordinate representation of color #9A4E38: hue angle of 13.47º 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 #9A4E38 is Cyan = 0, Magento = 0.49, Yellow = 0.64 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 78 | 56 | - |
| CMYK | 0 | 0.49 | 0.64 | 0.40 |
| HSL | 13.47º | 0.47% | 0.41% | - |
| HSV(B) | 13.47º | 0.64% | 0.6% | - |
| XYZ | 16.76 | 12.6 | 5.29 | - |
| YUV | 98.22 | 104.18 | 167.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 78 | 56 | 0 | 0.49 | 0.64 | 0.40 | 13.47 | 0.47 | 0.41 |
| Hex | 9A | 4E | 38 | 0 | 31 | 40 | 28 | D | 2F | 29 |
| Octal | 232 | 116 | 70 | 0 | 61 | 100 | 50 | 15 | 57 | 51 |
| Binary | 10011010 | 1001110 | 111000 | 0 | 110001 | 1000000 | 101000 | 1101 | 101111 | 101001 |
Color Harmonies of #9A4E38
Complementary color
Monochromatic Colors of #9A4E38
Black with #9A4E38
Text Example
Text Example
White with #9A4E38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A4E38; }
p { color: rgb(154,78,56); }
H1.HeaderClassName
{
color: #9A4E38;
}
.AnyTagClassName
{
color: #9A4E38;
}
</style>
background-color css
<style>
a { background-color: #9A4E38; }
a { background-color: rgb(154,78,56); }
div.DivClassName
{
background-color: #9A4E38;
}
.BgClassName
{
background-color: #9A4E38;
}
</style>
border-color css
<style>
span { border-color: #9A4E38; }
span { border-color: rgb(154,78,56); }
td.TdClassName
{
border-color: #9A4E38;
}
.TagClassName
{
border-color: #9A4E38;
}
</style>