Shades of Pale Brown #9F7751
Tints of Pale Brown #9F7751
RGB
CMYK
RGB Variations
Color information
#9F7751 (or 0x9F7751) is known color: Pale Brown. HEX triplet: 9F, 77 and 51. RGB value is (159,119,81). Sum of RGB (Red+Green+Blue) = 159+119+81=359 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.29% from 359); Green value is 119 (46.88% from 255 or 33.15% from 359); Blue value is 81 (32.03% from 255 or 22.56% from 359); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7751 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F7751 is #6088AE. Grayscale: #7E7E7E. Windows color (decimal): -6326447 or 5339039. OLE color: 5339039.
HSL color Cylindrical-coordinate representation of color #9F7751: hue angle of 29.23º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9F7751 is Cyan = 0, Magento = 0.25, Yellow = 0.49 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 119 | 81 | - |
| CMYK | 0 | 0.25 | 0.49 | 0.38 |
| HSL | 29.23º | 0.33% | 0.47% | - |
| HSV(B) | 29.23º | 0.49% | 0.62% | - |
| XYZ | 22.38 | 21.16 | 10.69 | - |
| YUV | 126.63 | 102.25 | 151.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 119 | 81 | 0 | 0.25 | 0.49 | 0.38 | 29.23 | 0.33 | 0.47 |
| Hex | 9F | 77 | 51 | 0 | 19 | 31 | 26 | 1D | 20 | 2F |
| Octal | 237 | 167 | 121 | 0 | 31 | 61 | 46 | 35 | 40 | 57 |
| Binary | 10011111 | 1110111 | 1010001 | 0 | 11001 | 110001 | 100110 | 11101 | 100000 | 101111 |
Color Harmonies of #9F7751
Complementary color
Monochromatic Colors of #9F7751
Black with #9F7751
Text Example
Text Example
White with #9F7751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7751; }
p { color: rgb(159,119,81); }
H1.HeaderClassName
{
color: #9F7751;
}
.AnyTagClassName
{
color: #9F7751;
}
</style>
background-color css
<style>
a { background-color: #9F7751; }
a { background-color: rgb(159,119,81); }
div.DivClassName
{
background-color: #9F7751;
}
.BgClassName
{
background-color: #9F7751;
}
</style>
border-color css
<style>
span { border-color: #9F7751; }
span { border-color: rgb(159,119,81); }
td.TdClassName
{
border-color: #9F7751;
}
.TagClassName
{
border-color: #9F7751;
}
</style>