Shades of Pale Brown #9F7A57
Tints of Pale Brown #9F7A57
RGB
CMYK
RGB Variations
Color information
#9F7A57 (or 0x9F7A57) is known color: Pale Brown. HEX triplet: 9F, 7A and 57. RGB value is (159,122,87). Sum of RGB (Red+Green+Blue) = 159+122+87=368 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.21% from 368); Green value is 122 (48.05% from 255 or 33.15% from 368); Blue value is 87 (34.38% from 255 or 23.64% from 368); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7A57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F7A57 is #6085A8. Grayscale: #818181. Windows color (decimal): -6325673 or 5733023. OLE color: 5733023.
HSL color Cylindrical-coordinate representation of color #9F7A57: hue angle of 29.17º degrees, saturation: 0.29, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9F7A57 is Cyan = 0, Magento = 0.23, Yellow = 0.45 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 122 | 87 | - |
| CMYK | 0 | 0.23 | 0.45 | 0.38 |
| HSL | 29.17º | 0.29% | 0.48% | - |
| HSV(B) | 29.17º | 0.45% | 0.62% | - |
| XYZ | 22.98 | 21.98 | 12.05 | - |
| YUV | 129.07 | 104.26 | 149.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 122 | 87 | 0 | 0.23 | 0.45 | 0.38 | 29.17 | 0.29 | 0.48 |
| Hex | 9F | 7A | 57 | 0 | 17 | 2D | 26 | 1D | 1D | 30 |
| Octal | 237 | 172 | 127 | 0 | 27 | 55 | 46 | 35 | 35 | 60 |
| Binary | 10011111 | 1111010 | 1010111 | 0 | 10111 | 101101 | 100110 | 11101 | 11101 | 110000 |
Color Harmonies of #9F7A57
Complementary color
Monochromatic Colors of #9F7A57
Black with #9F7A57
Text Example
Text Example
White with #9F7A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7A57; }
p { color: rgb(159,122,87); }
H1.HeaderClassName
{
color: #9F7A57;
}
.AnyTagClassName
{
color: #9F7A57;
}
</style>
background-color css
<style>
a { background-color: #9F7A57; }
a { background-color: rgb(159,122,87); }
div.DivClassName
{
background-color: #9F7A57;
}
.BgClassName
{
background-color: #9F7A57;
}
</style>
border-color css
<style>
span { border-color: #9F7A57; }
span { border-color: rgb(159,122,87); }
td.TdClassName
{
border-color: #9F7A57;
}
.TagClassName
{
border-color: #9F7A57;
}
</style>