Shades of Piper #995338
Tints of Piper #995338
RGB
CMYK
RGB Variations
Color information
#995338 (or 0x995338) is known color: Piper. HEX triplet: 99, 53 and 38. RGB value is (153,83,56). Sum of RGB (Red+Green+Blue) = 153+83+56=292 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.40% from 292); Green value is 83 (32.81% from 255 or 28.42% from 292); Blue value is 56 (22.27% from 255 or 19.18% from 292); Max value from RGB is 153 - color contains mainly: red. Hex color #995338 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #995338 is #66ACC7. Grayscale: #656565. Windows color (decimal): -6728904 or 3691417. OLE color: 3691417.
HSL color Cylindrical-coordinate representation of color #995338: hue angle of 16.7º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #995338 is Cyan = 0, Magento = 0.46, Yellow = 0.63 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 83 | 56 | - |
| CMYK | 0 | 0.46 | 0.63 | 0.4 |
| HSL | 16.7º | 0.46% | 0.41% | - |
| HSV(B) | 16.7º | 0.63% | 0.6% | - |
| XYZ | 16.94 | 13.24 | 5.4 | - |
| YUV | 100.85 | 102.69 | 165.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 83 | 56 | 0 | 0.46 | 0.63 | 0.4 | 16.7 | 0.46 | 0.41 |
| Hex | 99 | 53 | 38 | 0 | 2E | 3F | 28 | 11 | 2E | 29 |
| Octal | 231 | 123 | 70 | 0 | 56 | 77 | 50 | 21 | 56 | 51 |
| Binary | 10011001 | 1010011 | 111000 | 0 | 101110 | 111111 | 101000 | 10001 | 101110 | 101001 |
Color Harmonies of #995338
Complementary color
Monochromatic Colors of #995338
Black with #995338
Text Example
Text Example
White with #995338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995338; }
p { color: rgb(153,83,56); }
H1.HeaderClassName
{
color: #995338;
}
.AnyTagClassName
{
color: #995338;
}
</style>
background-color css
<style>
a { background-color: #995338; }
a { background-color: rgb(153,83,56); }
div.DivClassName
{
background-color: #995338;
}
.BgClassName
{
background-color: #995338;
}
</style>
border-color css
<style>
span { border-color: #995338; }
span { border-color: rgb(153,83,56); }
td.TdClassName
{
border-color: #995338;
}
.TagClassName
{
border-color: #995338;
}
</style>