Shades of Pale Brown #9F7550
Tints of Pale Brown #9F7550
RGB
CMYK
RGB Variations
Color information
#9F7550 (or 0x9F7550) is known color: Pale Brown. HEX triplet: 9F, 75 and 50. RGB value is (159,117,80). Sum of RGB (Red+Green+Blue) = 159+117+80=356 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.66% from 356); Green value is 117 (46.09% from 255 or 32.87% from 356); Blue value is 80 (31.64% from 255 or 22.47% from 356); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7550 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F7550 is #608AAF. Grayscale: #7D7D7D. Windows color (decimal): -6326960 or 5272991. OLE color: 5272991.
HSL color Cylindrical-coordinate representation of color #9F7550: hue angle of 28.1º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9F7550 is Cyan = 0, Magento = 0.26, Yellow = 0.50 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 117 | 80 | - |
| CMYK | 0 | 0.26 | 0.50 | 0.38 |
| HSL | 28.1º | 0.33% | 0.47% | - |
| HSV(B) | 28.1º | 0.5% | 0.62% | - |
| XYZ | 22.11 | 20.67 | 10.41 | - |
| YUV | 125.34 | 102.41 | 152.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 117 | 80 | 0 | 0.26 | 0.50 | 0.38 | 28.1 | 0.33 | 0.47 |
| Hex | 9F | 75 | 50 | 0 | 1A | 32 | 26 | 1C | 21 | 2F |
| Octal | 237 | 165 | 120 | 0 | 32 | 62 | 46 | 34 | 41 | 57 |
| Binary | 10011111 | 1110101 | 1010000 | 0 | 11010 | 110010 | 100110 | 11100 | 100001 | 101111 |
Color Harmonies of #9F7550
Complementary color
Monochromatic Colors of #9F7550
Black with #9F7550
Text Example
Text Example
White with #9F7550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7550; }
p { color: rgb(159,117,80); }
H1.HeaderClassName
{
color: #9F7550;
}
.AnyTagClassName
{
color: #9F7550;
}
</style>
background-color css
<style>
a { background-color: #9F7550; }
a { background-color: rgb(159,117,80); }
div.DivClassName
{
background-color: #9F7550;
}
.BgClassName
{
background-color: #9F7550;
}
</style>
border-color css
<style>
span { border-color: #9F7550; }
span { border-color: rgb(159,117,80); }
td.TdClassName
{
border-color: #9F7550;
}
.TagClassName
{
border-color: #9F7550;
}
</style>