Shades of Piper #9A4E31
Tints of Piper #9A4E31
RGB
CMYK
RGB Variations
Color information
#9A4E31 (or 0x9A4E31) is known color: Piper. HEX triplet: 9A, 4E and 31. RGB value is (154,78,49). Sum of RGB (Red+Green+Blue) = 154+78+49=281 (37% of max value = 765). Red value is 154 (60.55% from 255 or 54.80% from 281); Green value is 78 (30.86% from 255 or 27.76% from 281); Blue value is 49 (19.53% from 255 or 17.44% from 281); Max value from RGB is 154 - color contains mainly: red. Hex color #9A4E31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A4E31 is #65B1CE. Grayscale: #616161. Windows color (decimal): -6664655 or 3231386. OLE color: 3231386.
HSL color Cylindrical-coordinate representation of color #9A4E31: hue angle of 16.57º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9A4E31 is Cyan = 0, Magento = 0.49, Yellow = 0.68 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 78 | 49 | - |
| CMYK | 0 | 0.49 | 0.68 | 0.40 |
| HSL | 16.57º | 0.52% | 0.4% | - |
| HSV(B) | 16.57º | 0.68% | 0.6% | - |
| XYZ | 16.61 | 12.54 | 4.45 | - |
| YUV | 97.42 | 100.68 | 168.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 78 | 49 | 0 | 0.49 | 0.68 | 0.40 | 16.57 | 0.52 | 0.4 |
| Hex | 9A | 4E | 31 | 0 | 31 | 44 | 28 | 11 | 34 | 28 |
| Octal | 232 | 116 | 61 | 0 | 61 | 104 | 50 | 21 | 64 | 50 |
| Binary | 10011010 | 1001110 | 110001 | 0 | 110001 | 1000100 | 101000 | 10001 | 110100 | 101000 |
Color Harmonies of #9A4E31
Complementary color
Monochromatic Colors of #9A4E31
Black with #9A4E31
Text Example
Text Example
White with #9A4E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A4E31; }
p { color: rgb(154,78,49); }
H1.HeaderClassName
{
color: #9A4E31;
}
.AnyTagClassName
{
color: #9A4E31;
}
</style>
background-color css
<style>
a { background-color: #9A4E31; }
a { background-color: rgb(154,78,49); }
div.DivClassName
{
background-color: #9A4E31;
}
.BgClassName
{
background-color: #9A4E31;
}
</style>
border-color css
<style>
span { border-color: #9A4E31; }
span { border-color: rgb(154,78,49); }
td.TdClassName
{
border-color: #9A4E31;
}
.TagClassName
{
border-color: #9A4E31;
}
</style>