Shades of Pale Brown #9F7753
Tints of Pale Brown #9F7753
RGB
CMYK
RGB Variations
Color information
#9F7753 (or 0x9F7753) is known color: Pale Brown. HEX triplet: 9F, 77 and 53. RGB value is (159,119,83). Sum of RGB (Red+Green+Blue) = 159+119+83=361 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.04% from 361); Green value is 119 (46.88% from 255 or 32.96% from 361); Blue value is 83 (32.81% from 255 or 22.99% from 361); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7753 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F7753 is #6088AC. Grayscale: #7F7F7F. Windows color (decimal): -6326445 or 5470111. OLE color: 5470111.
HSL color Cylindrical-coordinate representation of color #9F7753: hue angle of 28.42º degrees, saturation: 0.31, 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 #9F7753 is Cyan = 0, Magento = 0.25, Yellow = 0.48 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 119 | 83 | - |
| CMYK | 0 | 0.25 | 0.48 | 0.38 |
| HSL | 28.42º | 0.31% | 0.47% | - |
| HSV(B) | 28.42º | 0.48% | 0.62% | - |
| XYZ | 22.46 | 21.19 | 11.09 | - |
| YUV | 126.86 | 103.25 | 150.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 119 | 83 | 0 | 0.25 | 0.48 | 0.38 | 28.42 | 0.31 | 0.47 |
| Hex | 9F | 77 | 53 | 0 | 19 | 30 | 26 | 1C | 1F | 2F |
| Octal | 237 | 167 | 123 | 0 | 31 | 60 | 46 | 34 | 37 | 57 |
| Binary | 10011111 | 1110111 | 1010011 | 0 | 11001 | 110000 | 100110 | 11100 | 11111 | 101111 |
Color Harmonies of #9F7753
Complementary color
Monochromatic Colors of #9F7753
Black with #9F7753
Text Example
Text Example
White with #9F7753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7753; }
p { color: rgb(159,119,83); }
H1.HeaderClassName
{
color: #9F7753;
}
.AnyTagClassName
{
color: #9F7753;
}
</style>
background-color css
<style>
a { background-color: #9F7753; }
a { background-color: rgb(159,119,83); }
div.DivClassName
{
background-color: #9F7753;
}
.BgClassName
{
background-color: #9F7753;
}
</style>
border-color css
<style>
span { border-color: #9F7753; }
span { border-color: rgb(159,119,83); }
td.TdClassName
{
border-color: #9F7753;
}
.TagClassName
{
border-color: #9F7753;
}
</style>