Shades of Piper #9B4D34
Tints of Piper #9B4D34
RGB
CMYK
RGB Variations
Color information
#9B4D34 (or 0x9B4D34) is known color: Piper. HEX triplet: 9B, 4D and 34. RGB value is (155,77,52). Sum of RGB (Red+Green+Blue) = 155+77+52=284 (37% of max value = 765). Red value is 155 (60.94% from 255 or 54.58% from 284); Green value is 77 (30.47% from 255 or 27.11% from 284); Blue value is 52 (20.70% from 255 or 18.31% from 284); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4D34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B4D34 is #64B2CB. Grayscale: #616161. Windows color (decimal): -6599372 or 3427739. OLE color: 3427739.
HSL color Cylindrical-coordinate representation of color #9B4D34: hue angle of 14.56º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9B4D34 is Cyan = 0, Magento = 0.50, Yellow = 0.66 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 77 | 52 | - |
| CMYK | 0 | 0.50 | 0.66 | 0.39 |
| HSL | 14.56º | 0.5% | 0.41% | - |
| HSV(B) | 14.56º | 0.66% | 0.61% | - |
| XYZ | 16.79 | 12.52 | 4.78 | - |
| YUV | 97.47 | 102.34 | 169.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 77 | 52 | 0 | 0.50 | 0.66 | 0.39 | 14.56 | 0.5 | 0.41 |
| Hex | 9B | 4D | 34 | 0 | 32 | 42 | 27 | F | 32 | 29 |
| Octal | 233 | 115 | 64 | 0 | 62 | 102 | 47 | 17 | 62 | 51 |
| Binary | 10011011 | 1001101 | 110100 | 0 | 110010 | 1000010 | 100111 | 1111 | 110010 | 101001 |
Color Harmonies of #9B4D34
Complementary color
Monochromatic Colors of #9B4D34
Black with #9B4D34
Text Example
Text Example
White with #9B4D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B4D34; }
p { color: rgb(155,77,52); }
H1.HeaderClassName
{
color: #9B4D34;
}
.AnyTagClassName
{
color: #9B4D34;
}
</style>
background-color css
<style>
a { background-color: #9B4D34; }
a { background-color: rgb(155,77,52); }
div.DivClassName
{
background-color: #9B4D34;
}
.BgClassName
{
background-color: #9B4D34;
}
</style>
border-color css
<style>
span { border-color: #9B4D34; }
span { border-color: rgb(155,77,52); }
td.TdClassName
{
border-color: #9B4D34;
}
.TagClassName
{
border-color: #9B4D34;
}
</style>