Shades of Piper #9A5331
Tints of Piper #9A5331
RGB
CMYK
RGB Variations
Color information
#9A5331 (or 0x9A5331) is known color: Piper. HEX triplet: 9A, 53 and 31. RGB value is (154,83,49). Sum of RGB (Red+Green+Blue) = 154+83+49=286 (37% of max value = 765). Red value is 154 (60.55% from 255 or 53.85% from 286); Green value is 83 (32.81% from 255 or 29.02% from 286); Blue value is 49 (19.53% from 255 or 17.13% from 286); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5331 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A5331 is #65ACCE. Grayscale: #646464. Windows color (decimal): -6663375 or 3232666. OLE color: 3232666.
HSL color Cylindrical-coordinate representation of color #9A5331: hue angle of 19.43º 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 #9A5331 is Cyan = 0, Magento = 0.46, Yellow = 0.68 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 83 | 49 | - |
| CMYK | 0 | 0.46 | 0.68 | 0.40 |
| HSL | 19.43º | 0.52% | 0.4% | - |
| HSV(B) | 19.43º | 0.68% | 0.6% | - |
| XYZ | 16.97 | 13.28 | 4.57 | - |
| YUV | 100.35 | 99.02 | 166.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 83 | 49 | 0 | 0.46 | 0.68 | 0.40 | 19.43 | 0.52 | 0.4 |
| Hex | 9A | 53 | 31 | 0 | 2E | 44 | 28 | 13 | 34 | 28 |
| Octal | 232 | 123 | 61 | 0 | 56 | 104 | 50 | 23 | 64 | 50 |
| Binary | 10011010 | 1010011 | 110001 | 0 | 101110 | 1000100 | 101000 | 10011 | 110100 | 101000 |
Color Harmonies of #9A5331
Complementary color
Monochromatic Colors of #9A5331
Black with #9A5331
Text Example
Text Example
White with #9A5331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A5331; }
p { color: rgb(154,83,49); }
H1.HeaderClassName
{
color: #9A5331;
}
.AnyTagClassName
{
color: #9A5331;
}
</style>
background-color css
<style>
a { background-color: #9A5331; }
a { background-color: rgb(154,83,49); }
div.DivClassName
{
background-color: #9A5331;
}
.BgClassName
{
background-color: #9A5331;
}
</style>
border-color css
<style>
span { border-color: #9A5331; }
span { border-color: rgb(154,83,49); }
td.TdClassName
{
border-color: #9A5331;
}
.TagClassName
{
border-color: #9A5331;
}
</style>