Shades of Piper #97503A
Tints of Piper #97503A
RGB
CMYK
RGB Variations
Color information
#97503A (or 0x97503A) is known color: Piper. HEX triplet: 97, 50 and 3A. RGB value is (151,80,58). Sum of RGB (Red+Green+Blue) = 151+80+58=289 (38% of max value = 765). Red value is 151 (59.38% from 255 or 52.25% from 289); Green value is 80 (31.64% from 255 or 27.68% from 289); Blue value is 58 (23.05% from 255 or 20.07% from 289); Max value from RGB is 151 - color contains mainly: red. Hex color #97503A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #97503A is #68AFC5. Grayscale: #626262. Windows color (decimal): -6860742 or 3821719. OLE color: 3821719.
HSL color Cylindrical-coordinate representation of color #97503A: hue angle of 14.19º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #97503A is Cyan = 0, Magento = 0.47, Yellow = 0.62 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 80 | 58 | - |
| CMYK | 0 | 0.47 | 0.62 | 0.41 |
| HSL | 14.19º | 0.44% | 0.41% | - |
| HSV(B) | 14.19º | 0.62% | 0.59% | - |
| XYZ | 16.39 | 12.62 | 5.58 | - |
| YUV | 98.72 | 105.02 | 165.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 80 | 58 | 0 | 0.47 | 0.62 | 0.41 | 14.19 | 0.44 | 0.41 |
| Hex | 97 | 50 | 3A | 0 | 2F | 3E | 29 | E | 2C | 29 |
| Octal | 227 | 120 | 72 | 0 | 57 | 76 | 51 | 16 | 54 | 51 |
| Binary | 10010111 | 1010000 | 111010 | 0 | 101111 | 111110 | 101001 | 1110 | 101100 | 101001 |
Color Harmonies of #97503A
Complementary color
Monochromatic Colors of #97503A
Black with #97503A
Text Example
Text Example
White with #97503A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97503A; }
p { color: rgb(151,80,58); }
H1.HeaderClassName
{
color: #97503A;
}
.AnyTagClassName
{
color: #97503A;
}
</style>
background-color css
<style>
a { background-color: #97503A; }
a { background-color: rgb(151,80,58); }
div.DivClassName
{
background-color: #97503A;
}
.BgClassName
{
background-color: #97503A;
}
</style>
border-color css
<style>
span { border-color: #97503A; }
span { border-color: rgb(151,80,58); }
td.TdClassName
{
border-color: #97503A;
}
.TagClassName
{
border-color: #97503A;
}
</style>