Shades of Pale Brown #9F7451
Tints of Pale Brown #9F7451
RGB
CMYK
RGB Variations
Color information
#9F7451 (or 0x9F7451) is known color: Pale Brown. HEX triplet: 9F, 74 and 51. RGB value is (159,116,81). Sum of RGB (Red+Green+Blue) = 159+116+81=356 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.66% from 356); Green value is 116 (45.70% from 255 or 32.58% from 356); Blue value is 81 (32.03% from 255 or 22.75% from 356); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7451 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F7451 is #608BAE. Grayscale: #7D7D7D. Windows color (decimal): -6327215 or 5338271. OLE color: 5338271.
HSL color Cylindrical-coordinate representation of color #9F7451: hue angle of 26.92º 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 #9F7451 is Cyan = 0, Magento = 0.27, Yellow = 0.49 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 116 | 81 | - |
| CMYK | 0 | 0.27 | 0.49 | 0.38 |
| HSL | 26.92º | 0.33% | 0.47% | - |
| HSV(B) | 26.92º | 0.49% | 0.62% | - |
| XYZ | 22.03 | 20.46 | 10.57 | - |
| YUV | 124.87 | 103.25 | 152.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 116 | 81 | 0 | 0.27 | 0.49 | 0.38 | 26.92 | 0.33 | 0.47 |
| Hex | 9F | 74 | 51 | 0 | 1B | 31 | 26 | 1B | 20 | 2F |
| Octal | 237 | 164 | 121 | 0 | 33 | 61 | 46 | 33 | 40 | 57 |
| Binary | 10011111 | 1110100 | 1010001 | 0 | 11011 | 110001 | 100110 | 11011 | 100000 | 101111 |
Color Harmonies of #9F7451
Complementary color
Monochromatic Colors of #9F7451
Black with #9F7451
Text Example
Text Example
White with #9F7451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7451; }
p { color: rgb(159,116,81); }
H1.HeaderClassName
{
color: #9F7451;
}
.AnyTagClassName
{
color: #9F7451;
}
</style>
background-color css
<style>
a { background-color: #9F7451; }
a { background-color: rgb(159,116,81); }
div.DivClassName
{
background-color: #9F7451;
}
.BgClassName
{
background-color: #9F7451;
}
</style>
border-color css
<style>
span { border-color: #9F7451; }
span { border-color: rgb(159,116,81); }
td.TdClassName
{
border-color: #9F7451;
}
.TagClassName
{
border-color: #9F7451;
}
</style>