Shades of Pale Brown #9F7852
Tints of Pale Brown #9F7852
RGB
CMYK
RGB Variations
Color information
#9F7852 (or 0x9F7852) is known color: Pale Brown. HEX triplet: 9F, 78 and 52. RGB value is (159,120,82). Sum of RGB (Red+Green+Blue) = 159+120+82=361 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.04% from 361); Green value is 120 (47.27% from 255 or 33.24% from 361); Blue value is 82 (32.42% from 255 or 22.71% from 361); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7852 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F7852 is #6087AD. Grayscale: #7F7F7F. Windows color (decimal): -6326190 or 5404831. OLE color: 5404831.
HSL color Cylindrical-coordinate representation of color #9F7852: hue angle of 29.61º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9F7852 is Cyan = 0, Magento = 0.25, Yellow = 0.48 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 120 | 82 | - |
| CMYK | 0 | 0.25 | 0.48 | 0.38 |
| HSL | 29.61º | 0.32% | 0.47% | - |
| HSV(B) | 29.61º | 0.48% | 0.62% | - |
| XYZ | 22.54 | 21.41 | 10.93 | - |
| YUV | 127.33 | 102.42 | 150.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 120 | 82 | 0 | 0.25 | 0.48 | 0.38 | 29.61 | 0.32 | 0.47 |
| Hex | 9F | 78 | 52 | 0 | 19 | 30 | 26 | 1E | 20 | 2F |
| Octal | 237 | 170 | 122 | 0 | 31 | 60 | 46 | 36 | 40 | 57 |
| Binary | 10011111 | 1111000 | 1010010 | 0 | 11001 | 110000 | 100110 | 11110 | 100000 | 101111 |
Color Harmonies of #9F7852
Complementary color
Monochromatic Colors of #9F7852
Black with #9F7852
Text Example
Text Example
White with #9F7852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7852; }
p { color: rgb(159,120,82); }
H1.HeaderClassName
{
color: #9F7852;
}
.AnyTagClassName
{
color: #9F7852;
}
</style>
background-color css
<style>
a { background-color: #9F7852; }
a { background-color: rgb(159,120,82); }
div.DivClassName
{
background-color: #9F7852;
}
.BgClassName
{
background-color: #9F7852;
}
</style>
border-color css
<style>
span { border-color: #9F7852; }
span { border-color: rgb(159,120,82); }
td.TdClassName
{
border-color: #9F7852;
}
.TagClassName
{
border-color: #9F7852;
}
</style>