Shades of Piper #955338
Tints of Piper #955338
RGB
CMYK
RGB Variations
Color information
#955338 (or 0x955338) is known color: Piper. HEX triplet: 95, 53 and 38. RGB value is (149,83,56). Sum of RGB (Red+Green+Blue) = 149+83+56=288 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.74% from 288); Green value is 83 (32.81% from 255 or 28.82% from 288); Blue value is 56 (22.27% from 255 or 19.44% from 288); Max value from RGB is 149 - color contains mainly: red. Hex color #955338 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955338 is #6AACC7. Grayscale: #636363. Windows color (decimal): -6991048 or 3691413. OLE color: 3691413.
HSL color Cylindrical-coordinate representation of color #955338: hue angle of 17.42º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #955338 is Cyan = 0, Magento = 0.44, Yellow = 0.62 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 83 | 56 | - |
| CMYK | 0 | 0.44 | 0.62 | 0.42 |
| HSL | 17.42º | 0.45% | 0.4% | - |
| HSV(B) | 17.42º | 0.62% | 0.58% | - |
| XYZ | 16.2 | 12.86 | 5.37 | - |
| YUV | 99.66 | 103.37 | 163.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 83 | 56 | 0 | 0.44 | 0.62 | 0.42 | 17.42 | 0.45 | 0.4 |
| Hex | 95 | 53 | 38 | 0 | 2C | 3E | 2A | 11 | 2D | 28 |
| Octal | 225 | 123 | 70 | 0 | 54 | 76 | 52 | 21 | 55 | 50 |
| Binary | 10010101 | 1010011 | 111000 | 0 | 101100 | 111110 | 101010 | 10001 | 101101 | 101000 |
Color Harmonies of #955338
Complementary color
Monochromatic Colors of #955338
Black with #955338
Text Example
Text Example
White with #955338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955338; }
p { color: rgb(149,83,56); }
H1.HeaderClassName
{
color: #955338;
}
.AnyTagClassName
{
color: #955338;
}
</style>
background-color css
<style>
a { background-color: #955338; }
a { background-color: rgb(149,83,56); }
div.DivClassName
{
background-color: #955338;
}
.BgClassName
{
background-color: #955338;
}
</style>
border-color css
<style>
span { border-color: #955338; }
span { border-color: rgb(149,83,56); }
td.TdClassName
{
border-color: #955338;
}
.TagClassName
{
border-color: #955338;
}
</style>