Shades of Piper #9A5231
Tints of Piper #9A5231
RGB
CMYK
RGB Variations
Color information
#9A5231 (or 0x9A5231) is known color: Piper. HEX triplet: 9A, 52 and 31. RGB value is (154,82,49). Sum of RGB (Red+Green+Blue) = 154+82+49=285 (37% of max value = 765). Red value is 154 (60.55% from 255 or 54.04% from 285); Green value is 82 (32.42% from 255 or 28.77% from 285); Blue value is 49 (19.53% from 255 or 17.19% from 285); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5231 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A5231 is #65ADCE. Grayscale: #636363. Windows color (decimal): -6663631 or 3232410. OLE color: 3232410.
HSL color Cylindrical-coordinate representation of color #9A5231: hue angle of 18.86º 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 #9A5231 is Cyan = 0, Magento = 0.47, Yellow = 0.68 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 82 | 49 | - |
| CMYK | 0 | 0.47 | 0.68 | 0.40 |
| HSL | 18.86º | 0.52% | 0.4% | - |
| HSV(B) | 18.86º | 0.68% | 0.6% | - |
| XYZ | 16.9 | 13.13 | 4.55 | - |
| YUV | 99.77 | 99.35 | 166.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 82 | 49 | 0 | 0.47 | 0.68 | 0.40 | 18.86 | 0.52 | 0.4 |
| Hex | 9A | 52 | 31 | 0 | 2F | 44 | 28 | 13 | 34 | 28 |
| Octal | 232 | 122 | 61 | 0 | 57 | 104 | 50 | 23 | 64 | 50 |
| Binary | 10011010 | 1010010 | 110001 | 0 | 101111 | 1000100 | 101000 | 10011 | 110100 | 101000 |
Color Harmonies of #9A5231
Complementary color
Monochromatic Colors of #9A5231
Black with #9A5231
Text Example
Text Example
White with #9A5231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A5231; }
p { color: rgb(154,82,49); }
H1.HeaderClassName
{
color: #9A5231;
}
.AnyTagClassName
{
color: #9A5231;
}
</style>
background-color css
<style>
a { background-color: #9A5231; }
a { background-color: rgb(154,82,49); }
div.DivClassName
{
background-color: #9A5231;
}
.BgClassName
{
background-color: #9A5231;
}
</style>
border-color css
<style>
span { border-color: #9A5231; }
span { border-color: rgb(154,82,49); }
td.TdClassName
{
border-color: #9A5231;
}
.TagClassName
{
border-color: #9A5231;
}
</style>