Shades of Piper #995334
Tints of Piper #995334
RGB
CMYK
RGB Variations
Color information
#995334 (or 0x995334) is known color: Piper. HEX triplet: 99, 53 and 34. RGB value is (153,83,52). Sum of RGB (Red+Green+Blue) = 153+83+52=288 (38% of max value = 765). Red value is 153 (60.16% from 255 or 53.12% from 288); Green value is 83 (32.81% from 255 or 28.82% from 288); Blue value is 52 (20.70% from 255 or 18.06% from 288); Max value from RGB is 153 - color contains mainly: red. Hex color #995334 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #995334 is #66ACCB. Grayscale: #646464. Windows color (decimal): -6728908 or 3429273. OLE color: 3429273.
HSL color Cylindrical-coordinate representation of color #995334: hue angle of 18.42º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #995334 is Cyan = 0, Magento = 0.46, Yellow = 0.66 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 83 | 52 | - |
| CMYK | 0 | 0.46 | 0.66 | 0.4 |
| HSL | 18.42º | 0.49% | 0.4% | - |
| HSV(B) | 18.42º | 0.66% | 0.6% | - |
| XYZ | 16.85 | 13.21 | 4.91 | - |
| YUV | 100.4 | 100.69 | 165.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 83 | 52 | 0 | 0.46 | 0.66 | 0.4 | 18.42 | 0.49 | 0.4 |
| Hex | 99 | 53 | 34 | 0 | 2E | 42 | 28 | 12 | 31 | 28 |
| Octal | 231 | 123 | 64 | 0 | 56 | 102 | 50 | 22 | 61 | 50 |
| Binary | 10011001 | 1010011 | 110100 | 0 | 101110 | 1000010 | 101000 | 10010 | 110001 | 101000 |
Color Harmonies of #995334
Complementary color
Monochromatic Colors of #995334
Black with #995334
Text Example
Text Example
White with #995334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995334; }
p { color: rgb(153,83,52); }
H1.HeaderClassName
{
color: #995334;
}
.AnyTagClassName
{
color: #995334;
}
</style>
background-color css
<style>
a { background-color: #995334; }
a { background-color: rgb(153,83,52); }
div.DivClassName
{
background-color: #995334;
}
.BgClassName
{
background-color: #995334;
}
</style>
border-color css
<style>
span { border-color: #995334; }
span { border-color: rgb(153,83,52); }
td.TdClassName
{
border-color: #995334;
}
.TagClassName
{
border-color: #995334;
}
</style>