Shades of Piper #9A5337
Tints of Piper #9A5337
RGB
CMYK
RGB Variations
Color information
#9A5337 (or 0x9A5337) is known color: Piper. HEX triplet: 9A, 53 and 37. RGB value is (154,83,55). Sum of RGB (Red+Green+Blue) = 154+83+55=292 (38% of max value = 765). Red value is 154 (60.55% from 255 or 52.74% from 292); Green value is 83 (32.81% from 255 or 28.42% from 292); Blue value is 55 (21.88% from 255 or 18.84% from 292); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5337 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A5337 is #65ACC8. Grayscale: #656565. Windows color (decimal): -6663369 or 3625882. OLE color: 3625882.
HSL color Cylindrical-coordinate representation of color #9A5337: hue angle of 16.97º 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 #9A5337 is Cyan = 0, Magento = 0.46, Yellow = 0.64 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 83 | 55 | - |
| CMYK | 0 | 0.46 | 0.64 | 0.40 |
| HSL | 16.97º | 0.47% | 0.41% | - |
| HSV(B) | 16.97º | 0.64% | 0.6% | - |
| XYZ | 17.11 | 13.33 | 5.29 | - |
| YUV | 101.04 | 102.02 | 165.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 83 | 55 | 0 | 0.46 | 0.64 | 0.40 | 16.97 | 0.47 | 0.41 |
| Hex | 9A | 53 | 37 | 0 | 2E | 40 | 28 | 11 | 2F | 29 |
| Octal | 232 | 123 | 67 | 0 | 56 | 100 | 50 | 21 | 57 | 51 |
| Binary | 10011010 | 1010011 | 110111 | 0 | 101110 | 1000000 | 101000 | 10001 | 101111 | 101001 |
Color Harmonies of #9A5337
Complementary color
Monochromatic Colors of #9A5337
Black with #9A5337
Text Example
Text Example
White with #9A5337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A5337; }
p { color: rgb(154,83,55); }
H1.HeaderClassName
{
color: #9A5337;
}
.AnyTagClassName
{
color: #9A5337;
}
</style>
background-color css
<style>
a { background-color: #9A5337; }
a { background-color: rgb(154,83,55); }
div.DivClassName
{
background-color: #9A5337;
}
.BgClassName
{
background-color: #9A5337;
}
</style>
border-color css
<style>
span { border-color: #9A5337; }
span { border-color: rgb(154,83,55); }
td.TdClassName
{
border-color: #9A5337;
}
.TagClassName
{
border-color: #9A5337;
}
</style>