Shades of Piper #995534
Tints of Piper #995534
RGB
CMYK
RGB Variations
Color information
#995534 (or 0x995534) is known color: Piper. HEX triplet: 99, 55 and 34. RGB value is (153,85,52). Sum of RGB (Red+Green+Blue) = 153+85+52=290 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.76% from 290); Green value is 85 (33.59% from 255 or 29.31% from 290); Blue value is 52 (20.70% from 255 or 17.93% from 290); Max value from RGB is 153 - color contains mainly: red. Hex color #995534 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #995534 is #66AACB. Grayscale: #656565. Windows color (decimal): -6728396 or 3429785. OLE color: 3429785.
HSL color Cylindrical-coordinate representation of color #995534: hue angle of 19.6º 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 #995534 is Cyan = 0, Magento = 0.44, Yellow = 0.66 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 85 | 52 | - |
| CMYK | 0 | 0.44 | 0.66 | 0.4 |
| HSL | 19.6º | 0.49% | 0.4% | - |
| HSV(B) | 19.6º | 0.66% | 0.6% | - |
| XYZ | 17.01 | 13.52 | 4.96 | - |
| YUV | 101.57 | 100.03 | 164.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 85 | 52 | 0 | 0.44 | 0.66 | 0.4 | 19.6 | 0.49 | 0.4 |
| Hex | 99 | 55 | 34 | 0 | 2C | 42 | 28 | 14 | 31 | 28 |
| Octal | 231 | 125 | 64 | 0 | 54 | 102 | 50 | 24 | 61 | 50 |
| Binary | 10011001 | 1010101 | 110100 | 0 | 101100 | 1000010 | 101000 | 10100 | 110001 | 101000 |
Color Harmonies of #995534
Complementary color
Monochromatic Colors of #995534
Black with #995534
Text Example
Text Example
White with #995534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995534; }
p { color: rgb(153,85,52); }
H1.HeaderClassName
{
color: #995534;
}
.AnyTagClassName
{
color: #995534;
}
</style>
background-color css
<style>
a { background-color: #995534; }
a { background-color: rgb(153,85,52); }
div.DivClassName
{
background-color: #995534;
}
.BgClassName
{
background-color: #995534;
}
</style>
border-color css
<style>
span { border-color: #995534; }
span { border-color: rgb(153,85,52); }
td.TdClassName
{
border-color: #995534;
}
.TagClassName
{
border-color: #995534;
}
</style>