Shades of Piper #9F5433
Tints of Piper #9F5433
RGB
CMYK
RGB Variations
Color information
#9F5433 (or 0x9F5433) is known color: Piper. HEX triplet: 9F, 54 and 33. RGB value is (159,84,51). Sum of RGB (Red+Green+Blue) = 159+84+51=294 (38% of max value = 765). Red value is 159 (62.5% from 255 or 54.08% from 294); Green value is 84 (33.20% from 255 or 28.57% from 294); Blue value is 51 (20.31% from 255 or 17.35% from 294); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5433 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F5433 is #60ABCC. Grayscale: #666666. Windows color (decimal): -6335437 or 3363999. OLE color: 3363999.
HSL color Cylindrical-coordinate representation of color #9F5433: hue angle of 18.33º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9F5433 is Cyan = 0, Magento = 0.47, Yellow = 0.68 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 84 | 51 | - |
| CMYK | 0 | 0.47 | 0.68 | 0.38 |
| HSL | 18.33º | 0.51% | 0.41% | - |
| HSV(B) | 18.33º | 0.68% | 0.62% | - |
| XYZ | 18.07 | 13.95 | 4.87 | - |
| YUV | 102.66 | 98.85 | 168.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 84 | 51 | 0 | 0.47 | 0.68 | 0.38 | 18.33 | 0.51 | 0.41 |
| Hex | 9F | 54 | 33 | 0 | 2F | 44 | 26 | 12 | 33 | 29 |
| Octal | 237 | 124 | 63 | 0 | 57 | 104 | 46 | 22 | 63 | 51 |
| Binary | 10011111 | 1010100 | 110011 | 0 | 101111 | 1000100 | 100110 | 10010 | 110011 | 101001 |
Color Harmonies of #9F5433
Complementary color
Monochromatic Colors of #9F5433
Black with #9F5433
Text Example
Text Example
White with #9F5433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F5433; }
p { color: rgb(159,84,51); }
H1.HeaderClassName
{
color: #9F5433;
}
.AnyTagClassName
{
color: #9F5433;
}
</style>
background-color css
<style>
a { background-color: #9F5433; }
a { background-color: rgb(159,84,51); }
div.DivClassName
{
background-color: #9F5433;
}
.BgClassName
{
background-color: #9F5433;
}
</style>
border-color css
<style>
span { border-color: #9F5433; }
span { border-color: rgb(159,84,51); }
td.TdClassName
{
border-color: #9F5433;
}
.TagClassName
{
border-color: #9F5433;
}
</style>