Shades of Pale Brown #9F7249
Tints of Pale Brown #9F7249
RGB
CMYK
RGB Variations
Color information
#9F7249 (or 0x9F7249) is known color: Pale Brown. HEX triplet: 9F, 72 and 49. RGB value is (159,114,73). Sum of RGB (Red+Green+Blue) = 159+114+73=346 (45% of max value = 765). Red value is 159 (62.5% from 255 or 45.95% from 346); Green value is 114 (44.92% from 255 or 32.95% from 346); Blue value is 73 (28.91% from 255 or 21.10% from 346); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7249 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F7249 is #608DB6. Grayscale: #7A7A7A. Windows color (decimal): -6327735 or 4813471. OLE color: 4813471.
HSL color Cylindrical-coordinate representation of color #9F7249: hue angle of 28.6º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9F7249 is Cyan = 0, Magento = 0.28, Yellow = 0.54 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 114 | 73 | - |
| CMYK | 0 | 0.28 | 0.54 | 0.38 |
| HSL | 28.6º | 0.37% | 0.45% | - |
| HSV(B) | 28.6º | 0.54% | 0.62% | - |
| XYZ | 21.52 | 19.89 | 9.01 | - |
| YUV | 122.78 | 99.91 | 153.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 114 | 73 | 0 | 0.28 | 0.54 | 0.38 | 28.6 | 0.37 | 0.45 |
| Hex | 9F | 72 | 49 | 0 | 1C | 36 | 26 | 1D | 25 | 2D |
| Octal | 237 | 162 | 111 | 0 | 34 | 66 | 46 | 35 | 45 | 55 |
| Binary | 10011111 | 1110010 | 1001001 | 0 | 11100 | 110110 | 100110 | 11101 | 100101 | 101101 |
Color Harmonies of #9F7249
Complementary color
Monochromatic Colors of #9F7249
Black with #9F7249
Text Example
Text Example
White with #9F7249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7249; }
p { color: rgb(159,114,73); }
H1.HeaderClassName
{
color: #9F7249;
}
.AnyTagClassName
{
color: #9F7249;
}
</style>
background-color css
<style>
a { background-color: #9F7249; }
a { background-color: rgb(159,114,73); }
div.DivClassName
{
background-color: #9F7249;
}
.BgClassName
{
background-color: #9F7249;
}
</style>
border-color css
<style>
span { border-color: #9F7249; }
span { border-color: rgb(159,114,73); }
td.TdClassName
{
border-color: #9F7249;
}
.TagClassName
{
border-color: #9F7249;
}
</style>