Shades of Piper #99523B
Tints of Piper #99523B
RGB
CMYK
RGB Variations
Color information
#99523B (or 0x99523B) is known color: Piper. HEX triplet: 99, 52 and 3B. RGB value is (153,82,59). Sum of RGB (Red+Green+Blue) = 153+82+59=294 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.04% from 294); Green value is 82 (32.42% from 255 or 27.89% from 294); Blue value is 59 (23.44% from 255 or 20.07% from 294); Max value from RGB is 153 - color contains mainly: red. Hex color #99523B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99523B is #66ADC4. Grayscale: #646464. Windows color (decimal): -6729157 or 3887769. OLE color: 3887769.
HSL color Cylindrical-coordinate representation of color #99523B: hue angle of 14.68º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #99523B is Cyan = 0, Magento = 0.46, Yellow = 0.61 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 82 | 59 | - |
| CMYK | 0 | 0.46 | 0.61 | 0.4 |
| HSL | 14.68º | 0.44% | 0.42% | - |
| HSV(B) | 14.68º | 0.61% | 0.6% | - |
| XYZ | 16.94 | 13.12 | 5.78 | - |
| YUV | 100.61 | 104.52 | 165.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 82 | 59 | 0 | 0.46 | 0.61 | 0.4 | 14.68 | 0.44 | 0.42 |
| Hex | 99 | 52 | 3B | 0 | 2E | 3D | 28 | F | 2C | 2A |
| Octal | 231 | 122 | 73 | 0 | 56 | 75 | 50 | 17 | 54 | 52 |
| Binary | 10011001 | 1010010 | 111011 | 0 | 101110 | 111101 | 101000 | 1111 | 101100 | 101010 |
Color Harmonies of #99523B
Complementary color
Monochromatic Colors of #99523B
Black with #99523B
Text Example
Text Example
White with #99523B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99523B; }
p { color: rgb(153,82,59); }
H1.HeaderClassName
{
color: #99523B;
}
.AnyTagClassName
{
color: #99523B;
}
</style>
background-color css
<style>
a { background-color: #99523B; }
a { background-color: rgb(153,82,59); }
div.DivClassName
{
background-color: #99523B;
}
.BgClassName
{
background-color: #99523B;
}
</style>
border-color css
<style>
span { border-color: #99523B; }
span { border-color: rgb(153,82,59); }
td.TdClassName
{
border-color: #99523B;
}
.TagClassName
{
border-color: #99523B;
}
</style>