Shades of Pale Brown #9F744C
Tints of Pale Brown #9F744C
RGB
CMYK
RGB Variations
Color information
#9F744C (or 0x9F744C) is known color: Pale Brown. HEX triplet: 9F, 74 and 4C. RGB value is (159,116,76). Sum of RGB (Red+Green+Blue) = 159+116+76=351 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.30% from 351); Green value is 116 (45.70% from 255 or 33.05% from 351); Blue value is 76 (30.08% from 255 or 21.65% from 351); Max value from RGB is 159 - color contains mainly: red. Hex color #9F744C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F744C is #608BB3. Grayscale: #7C7C7C. Windows color (decimal): -6327220 or 5010591. OLE color: 5010591.
HSL color Cylindrical-coordinate representation of color #9F744C: hue angle of 28.92º degrees, saturation: 0.35, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9F744C is Cyan = 0, Magento = 0.27, Yellow = 0.52 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 116 | 76 | - |
| CMYK | 0 | 0.27 | 0.52 | 0.38 |
| HSL | 28.92º | 0.35% | 0.46% | - |
| HSV(B) | 28.92º | 0.52% | 0.62% | - |
| XYZ | 21.85 | 20.38 | 9.62 | - |
| YUV | 124.3 | 100.75 | 152.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 116 | 76 | 0 | 0.27 | 0.52 | 0.38 | 28.92 | 0.35 | 0.46 |
| Hex | 9F | 74 | 4C | 0 | 1B | 34 | 26 | 1D | 23 | 2E |
| Octal | 237 | 164 | 114 | 0 | 33 | 64 | 46 | 35 | 43 | 56 |
| Binary | 10011111 | 1110100 | 1001100 | 0 | 11011 | 110100 | 100110 | 11101 | 100011 | 101110 |
Color Harmonies of #9F744C
Complementary color
Monochromatic Colors of #9F744C
Black with #9F744C
Text Example
Text Example
White with #9F744C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F744C; }
p { color: rgb(159,116,76); }
H1.HeaderClassName
{
color: #9F744C;
}
.AnyTagClassName
{
color: #9F744C;
}
</style>
background-color css
<style>
a { background-color: #9F744C; }
a { background-color: rgb(159,116,76); }
div.DivClassName
{
background-color: #9F744C;
}
.BgClassName
{
background-color: #9F744C;
}
</style>
border-color css
<style>
span { border-color: #9F744C; }
span { border-color: rgb(159,116,76); }
td.TdClassName
{
border-color: #9F744C;
}
.TagClassName
{
border-color: #9F744C;
}
</style>