Shades of Pale Brown #9F7354
Tints of Pale Brown #9F7354
RGB
CMYK
RGB Variations
Color information
#9F7354 (or 0x9F7354) is known color: Pale Brown. HEX triplet: 9F, 73 and 54. RGB value is (159,115,84). Sum of RGB (Red+Green+Blue) = 159+115+84=358 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.41% from 358); Green value is 115 (45.31% from 255 or 32.12% from 358); Blue value is 84 (33.20% from 255 or 23.46% from 358); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7354 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F7354 is #608CAB. Grayscale: #7C7C7C. Windows color (decimal): -6327468 or 5534623. OLE color: 5534623.
HSL color Cylindrical-coordinate representation of color #9F7354: hue angle of 24.8º 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 #9F7354 is Cyan = 0, Magento = 0.28, Yellow = 0.47 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 115 | 84 | - |
| CMYK | 0 | 0.28 | 0.47 | 0.38 |
| HSL | 24.8º | 0.31% | 0.48% | - |
| HSV(B) | 24.8º | 0.47% | 0.62% | - |
| XYZ | 22.03 | 20.27 | 11.14 | - |
| YUV | 124.62 | 105.08 | 152.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 115 | 84 | 0 | 0.28 | 0.47 | 0.38 | 24.8 | 0.31 | 0.48 |
| Hex | 9F | 73 | 54 | 0 | 1C | 2F | 26 | 19 | 1F | 30 |
| Octal | 237 | 163 | 124 | 0 | 34 | 57 | 46 | 31 | 37 | 60 |
| Binary | 10011111 | 1110011 | 1010100 | 0 | 11100 | 101111 | 100110 | 11001 | 11111 | 110000 |
Color Harmonies of #9F7354
Complementary color
Monochromatic Colors of #9F7354
Black with #9F7354
Text Example
Text Example
White with #9F7354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7354; }
p { color: rgb(159,115,84); }
H1.HeaderClassName
{
color: #9F7354;
}
.AnyTagClassName
{
color: #9F7354;
}
</style>
background-color css
<style>
a { background-color: #9F7354; }
a { background-color: rgb(159,115,84); }
div.DivClassName
{
background-color: #9F7354;
}
.BgClassName
{
background-color: #9F7354;
}
</style>
border-color css
<style>
span { border-color: #9F7354; }
span { border-color: rgb(159,115,84); }
td.TdClassName
{
border-color: #9F7354;
}
.TagClassName
{
border-color: #9F7354;
}
</style>