Shades of Piper #9C5433
Tints of Piper #9C5433
RGB
CMYK
RGB Variations
Color information
#9C5433 (or 0x9C5433) is known color: Piper. HEX triplet: 9C, 54 and 33. RGB value is (156,84,51). Sum of RGB (Red+Green+Blue) = 156+84+51=291 (38% of max value = 765). Red value is 156 (61.33% from 255 or 53.61% from 291); Green value is 84 (33.20% from 255 or 28.87% from 291); Blue value is 51 (20.31% from 255 or 17.53% from 291); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5433 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C5433 is #63ABCC. Grayscale: #656565. Windows color (decimal): -6532045 or 3363996. OLE color: 3363996.
HSL color Cylindrical-coordinate representation of color #9C5433: hue angle of 18.86º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9C5433 is Cyan = 0, Magento = 0.46, Yellow = 0.67 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 84 | 51 | - |
| CMYK | 0 | 0.46 | 0.67 | 0.39 |
| HSL | 18.86º | 0.51% | 0.41% | - |
| HSV(B) | 18.86º | 0.67% | 0.61% | - |
| XYZ | 17.48 | 13.65 | 4.85 | - |
| YUV | 101.77 | 99.35 | 166.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 84 | 51 | 0 | 0.46 | 0.67 | 0.39 | 18.86 | 0.51 | 0.41 |
| Hex | 9C | 54 | 33 | 0 | 2E | 43 | 27 | 13 | 33 | 29 |
| Octal | 234 | 124 | 63 | 0 | 56 | 103 | 47 | 23 | 63 | 51 |
| Binary | 10011100 | 1010100 | 110011 | 0 | 101110 | 1000011 | 100111 | 10011 | 110011 | 101001 |
Color Harmonies of #9C5433
Complementary color
Monochromatic Colors of #9C5433
Black with #9C5433
Text Example
Text Example
White with #9C5433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C5433; }
p { color: rgb(156,84,51); }
H1.HeaderClassName
{
color: #9C5433;
}
.AnyTagClassName
{
color: #9C5433;
}
</style>
background-color css
<style>
a { background-color: #9C5433; }
a { background-color: rgb(156,84,51); }
div.DivClassName
{
background-color: #9C5433;
}
.BgClassName
{
background-color: #9C5433;
}
</style>
border-color css
<style>
span { border-color: #9C5433; }
span { border-color: rgb(156,84,51); }
td.TdClassName
{
border-color: #9C5433;
}
.TagClassName
{
border-color: #9C5433;
}
</style>