Shades of Piper #9A502F
Tints of Piper #9A502F
RGB
CMYK
RGB Variations
Color information
#9A502F (or 0x9A502F) is known color: Piper. HEX triplet: 9A, 50 and 2F. RGB value is (154,80,47). Sum of RGB (Red+Green+Blue) = 154+80+47=281 (37% of max value = 765). Red value is 154 (60.55% from 255 or 54.80% from 281); Green value is 80 (31.64% from 255 or 28.47% from 281); Blue value is 47 (18.75% from 255 or 16.73% from 281); Max value from RGB is 154 - color contains mainly: red. Hex color #9A502F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A502F is #65AFD0. Grayscale: #626262. Windows color (decimal): -6664145 or 3100826. OLE color: 3100826.
HSL color Cylindrical-coordinate representation of color #9A502F: hue angle of 18.5º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9A502F is Cyan = 0, Magento = 0.48, Yellow = 0.69 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 80 | 47 | - |
| CMYK | 0 | 0.48 | 0.69 | 0.40 |
| HSL | 18.5º | 0.53% | 0.39% | - |
| HSV(B) | 18.5º | 0.69% | 0.6% | - |
| XYZ | 16.71 | 12.81 | 4.28 | - |
| YUV | 98.36 | 99.02 | 167.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 80 | 47 | 0 | 0.48 | 0.69 | 0.40 | 18.5 | 0.53 | 0.39 |
| Hex | 9A | 50 | 2F | 0 | 30 | 45 | 28 | 13 | 35 | 27 |
| Octal | 232 | 120 | 57 | 0 | 60 | 105 | 50 | 23 | 65 | 47 |
| Binary | 10011010 | 1010000 | 101111 | 0 | 110000 | 1000101 | 101000 | 10011 | 110101 | 100111 |
Color Harmonies of #9A502F
Complementary color
Monochromatic Colors of #9A502F
Black with #9A502F
Text Example
Text Example
White with #9A502F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A502F; }
p { color: rgb(154,80,47); }
H1.HeaderClassName
{
color: #9A502F;
}
.AnyTagClassName
{
color: #9A502F;
}
</style>
background-color css
<style>
a { background-color: #9A502F; }
a { background-color: rgb(154,80,47); }
div.DivClassName
{
background-color: #9A502F;
}
.BgClassName
{
background-color: #9A502F;
}
</style>
border-color css
<style>
span { border-color: #9A502F; }
span { border-color: rgb(154,80,47); }
td.TdClassName
{
border-color: #9A502F;
}
.TagClassName
{
border-color: #9A502F;
}
</style>