Shades of Piper #9A5434
Tints of Piper #9A5434
RGB
CMYK
RGB Variations
Color information
#9A5434 (or 0x9A5434) is known color: Piper. HEX triplet: 9A, 54 and 34. RGB value is (154,84,52). Sum of RGB (Red+Green+Blue) = 154+84+52=290 (38% of max value = 765). Red value is 154 (60.55% from 255 or 53.10% from 290); Green value is 84 (33.20% from 255 or 28.97% from 290); Blue value is 52 (20.70% from 255 or 17.93% from 290); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5434 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A5434 is #65ABCB. Grayscale: #656565. Windows color (decimal): -6663116 or 3429530. OLE color: 3429530.
HSL color Cylindrical-coordinate representation of color #9A5434: hue angle of 18.82º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9A5434 is Cyan = 0, Magento = 0.45, Yellow = 0.66 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 84 | 52 | - |
| CMYK | 0 | 0.45 | 0.66 | 0.40 |
| HSL | 18.82º | 0.5% | 0.4% | - |
| HSV(B) | 18.82º | 0.66% | 0.6% | - |
| XYZ | 17.12 | 13.46 | 4.94 | - |
| YUV | 101.28 | 100.19 | 165.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 84 | 52 | 0 | 0.45 | 0.66 | 0.40 | 18.82 | 0.5 | 0.4 |
| Hex | 9A | 54 | 34 | 0 | 2D | 42 | 28 | 13 | 32 | 28 |
| Octal | 232 | 124 | 64 | 0 | 55 | 102 | 50 | 23 | 62 | 50 |
| Binary | 10011010 | 1010100 | 110100 | 0 | 101101 | 1000010 | 101000 | 10011 | 110010 | 101000 |
Color Harmonies of #9A5434
Complementary color
Monochromatic Colors of #9A5434
Black with #9A5434
Text Example
Text Example
White with #9A5434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A5434; }
p { color: rgb(154,84,52); }
H1.HeaderClassName
{
color: #9A5434;
}
.AnyTagClassName
{
color: #9A5434;
}
</style>
background-color css
<style>
a { background-color: #9A5434; }
a { background-color: rgb(154,84,52); }
div.DivClassName
{
background-color: #9A5434;
}
.BgClassName
{
background-color: #9A5434;
}
</style>
border-color css
<style>
span { border-color: #9A5434; }
span { border-color: rgb(154,84,52); }
td.TdClassName
{
border-color: #9A5434;
}
.TagClassName
{
border-color: #9A5434;
}
</style>