Shades of Pale Brown #9F7754
Tints of Pale Brown #9F7754
RGB
CMYK
RGB Variations
Color information
#9F7754 (or 0x9F7754) is known color: Pale Brown. HEX triplet: 9F, 77 and 54. RGB value is (159,119,84). Sum of RGB (Red+Green+Blue) = 159+119+84=362 (47% of max value = 765). Red value is 159 (62.5% from 255 or 43.92% from 362); Green value is 119 (46.88% from 255 or 32.87% from 362); Blue value is 84 (33.20% from 255 or 23.20% from 362); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7754 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F7754 is #6088AB. Grayscale: #7F7F7F. Windows color (decimal): -6326444 or 5535647. OLE color: 5535647.
HSL color Cylindrical-coordinate representation of color #9F7754: hue angle of 28º 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 #9F7754 is Cyan = 0, Magento = 0.25, Yellow = 0.47 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 119 | 84 | - |
| CMYK | 0 | 0.25 | 0.47 | 0.38 |
| HSL | 28º | 0.31% | 0.48% | - |
| HSV(B) | 28º | 0.47% | 0.62% | - |
| XYZ | 22.5 | 21.2 | 11.29 | - |
| YUV | 126.97 | 103.75 | 150.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 119 | 84 | 0 | 0.25 | 0.47 | 0.38 | 28 | 0.31 | 0.48 |
| Hex | 9F | 77 | 54 | 0 | 19 | 2F | 26 | 1C | 1F | 30 |
| Octal | 237 | 167 | 124 | 0 | 31 | 57 | 46 | 34 | 37 | 60 |
| Binary | 10011111 | 1110111 | 1010100 | 0 | 11001 | 101111 | 100110 | 11100 | 11111 | 110000 |
Color Harmonies of #9F7754
Complementary color
Monochromatic Colors of #9F7754
Black with #9F7754
Text Example
Text Example
White with #9F7754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7754; }
p { color: rgb(159,119,84); }
H1.HeaderClassName
{
color: #9F7754;
}
.AnyTagClassName
{
color: #9F7754;
}
</style>
background-color css
<style>
a { background-color: #9F7754; }
a { background-color: rgb(159,119,84); }
div.DivClassName
{
background-color: #9F7754;
}
.BgClassName
{
background-color: #9F7754;
}
</style>
border-color css
<style>
span { border-color: #9F7754; }
span { border-color: rgb(159,119,84); }
td.TdClassName
{
border-color: #9F7754;
}
.TagClassName
{
border-color: #9F7754;
}
</style>