Shades of Pale Brown #9F7854
Tints of Pale Brown #9F7854
RGB
CMYK
RGB Variations
Color information
#9F7854 (or 0x9F7854) is known color: Pale Brown. HEX triplet: 9F, 78 and 54. RGB value is (159,120,84). Sum of RGB (Red+Green+Blue) = 159+120+84=363 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.80% from 363); Green value is 120 (47.27% from 255 or 33.06% from 363); Blue value is 84 (33.20% from 255 or 23.14% from 363); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7854 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F7854 is #6087AB. Grayscale: #7F7F7F. Windows color (decimal): -6326188 or 5535903. OLE color: 5535903.
HSL color Cylindrical-coordinate representation of color #9F7854: hue angle of 28.8º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9F7854 is Cyan = 0, Magento = 0.25, Yellow = 0.47 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 120 | 84 | - |
| CMYK | 0 | 0.25 | 0.47 | 0.38 |
| HSL | 28.8º | 0.31% | 0.48% | - |
| HSV(B) | 28.8º | 0.47% | 0.62% | - |
| XYZ | 22.61 | 21.44 | 11.33 | - |
| YUV | 127.56 | 103.42 | 150.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 120 | 84 | 0 | 0.25 | 0.47 | 0.38 | 28.8 | 0.31 | 0.48 |
| Hex | 9F | 78 | 54 | 0 | 19 | 2F | 26 | 1D | 1F | 30 |
| Octal | 237 | 170 | 124 | 0 | 31 | 57 | 46 | 35 | 37 | 60 |
| Binary | 10011111 | 1111000 | 1010100 | 0 | 11001 | 101111 | 100110 | 11101 | 11111 | 110000 |
Color Harmonies of #9F7854
Complementary color
Monochromatic Colors of #9F7854
Black with #9F7854
Text Example
Text Example
White with #9F7854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7854; }
p { color: rgb(159,120,84); }
H1.HeaderClassName
{
color: #9F7854;
}
.AnyTagClassName
{
color: #9F7854;
}
</style>
background-color css
<style>
a { background-color: #9F7854; }
a { background-color: rgb(159,120,84); }
div.DivClassName
{
background-color: #9F7854;
}
.BgClassName
{
background-color: #9F7854;
}
</style>
border-color css
<style>
span { border-color: #9F7854; }
span { border-color: rgb(159,120,84); }
td.TdClassName
{
border-color: #9F7854;
}
.TagClassName
{
border-color: #9F7854;
}
</style>