Shades of Piper #995237
Tints of Piper #995237
RGB
CMYK
RGB Variations
Color information
#995237 (or 0x995237) is known color: Piper. HEX triplet: 99, 52 and 37. RGB value is (153,82,55). Sum of RGB (Red+Green+Blue) = 153+82+55=290 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.76% from 290); Green value is 82 (32.42% from 255 or 28.28% from 290); Blue value is 55 (21.88% from 255 or 18.97% from 290); Max value from RGB is 153 - color contains mainly: red. Hex color #995237 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #995237 is #66ADC8. Grayscale: #646464. Windows color (decimal): -6729161 or 3625625. OLE color: 3625625.
HSL color Cylindrical-coordinate representation of color #995237: hue angle of 16.53º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #995237 is Cyan = 0, Magento = 0.46, Yellow = 0.64 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 82 | 55 | - |
| CMYK | 0 | 0.46 | 0.64 | 0.4 |
| HSL | 16.53º | 0.47% | 0.41% | - |
| HSV(B) | 16.53º | 0.64% | 0.6% | - |
| XYZ | 16.84 | 13.08 | 5.25 | - |
| YUV | 100.15 | 102.52 | 165.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 82 | 55 | 0 | 0.46 | 0.64 | 0.4 | 16.53 | 0.47 | 0.41 |
| Hex | 99 | 52 | 37 | 0 | 2E | 40 | 28 | 11 | 2F | 29 |
| Octal | 231 | 122 | 67 | 0 | 56 | 100 | 50 | 21 | 57 | 51 |
| Binary | 10011001 | 1010010 | 110111 | 0 | 101110 | 1000000 | 101000 | 10001 | 101111 | 101001 |
Color Harmonies of #995237
Complementary color
Monochromatic Colors of #995237
Black with #995237
Text Example
Text Example
White with #995237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995237; }
p { color: rgb(153,82,55); }
H1.HeaderClassName
{
color: #995237;
}
.AnyTagClassName
{
color: #995237;
}
</style>
background-color css
<style>
a { background-color: #995237; }
a { background-color: rgb(153,82,55); }
div.DivClassName
{
background-color: #995237;
}
.BgClassName
{
background-color: #995237;
}
</style>
border-color css
<style>
span { border-color: #995237; }
span { border-color: rgb(153,82,55); }
td.TdClassName
{
border-color: #995237;
}
.TagClassName
{
border-color: #995237;
}
</style>