Shades of Piper #9B5030
Tints of Piper #9B5030
RGB
CMYK
RGB Variations
Color information
#9B5030 (or 0x9B5030) is known color: Piper. HEX triplet: 9B, 50 and 30. RGB value is (155,80,48). Sum of RGB (Red+Green+Blue) = 155+80+48=283 (37% of max value = 765). Red value is 155 (60.94% from 255 or 54.77% from 283); Green value is 80 (31.64% from 255 or 28.27% from 283); Blue value is 48 (19.14% from 255 or 16.96% from 283); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5030 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B5030 is #64AFCF. Grayscale: #626262. Windows color (decimal): -6598608 or 3166363. OLE color: 3166363.
HSL color Cylindrical-coordinate representation of color #9B5030: hue angle of 17.94º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9B5030 is Cyan = 0, Magento = 0.48, Yellow = 0.69 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 80 | 48 | - |
| CMYK | 0 | 0.48 | 0.69 | 0.39 |
| HSL | 17.94º | 0.53% | 0.4% | - |
| HSV(B) | 17.94º | 0.69% | 0.61% | - |
| XYZ | 16.92 | 12.92 | 4.4 | - |
| YUV | 98.78 | 99.35 | 168.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 80 | 48 | 0 | 0.48 | 0.69 | 0.39 | 17.94 | 0.53 | 0.4 |
| Hex | 9B | 50 | 30 | 0 | 30 | 45 | 27 | 12 | 35 | 28 |
| Octal | 233 | 120 | 60 | 0 | 60 | 105 | 47 | 22 | 65 | 50 |
| Binary | 10011011 | 1010000 | 110000 | 0 | 110000 | 1000101 | 100111 | 10010 | 110101 | 101000 |
Color Harmonies of #9B5030
Complementary color
Monochromatic Colors of #9B5030
Black with #9B5030
Text Example
Text Example
White with #9B5030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B5030; }
p { color: rgb(155,80,48); }
H1.HeaderClassName
{
color: #9B5030;
}
.AnyTagClassName
{
color: #9B5030;
}
</style>
background-color css
<style>
a { background-color: #9B5030; }
a { background-color: rgb(155,80,48); }
div.DivClassName
{
background-color: #9B5030;
}
.BgClassName
{
background-color: #9B5030;
}
</style>
border-color css
<style>
span { border-color: #9B5030; }
span { border-color: rgb(155,80,48); }
td.TdClassName
{
border-color: #9B5030;
}
.TagClassName
{
border-color: #9B5030;
}
</style>