Shades of Pale Brown #9B784D
Tints of Pale Brown #9B784D
RGB
CMYK
RGB Variations
Color information
#9B784D (or 0x9B784D) is known color: Pale Brown. HEX triplet: 9B, 78 and 4D. RGB value is (155,120,77). Sum of RGB (Red+Green+Blue) = 155+120+77=352 (46% of max value = 765). Red value is 155 (60.94% from 255 or 44.03% from 352); Green value is 120 (47.27% from 255 or 34.09% from 352); Blue value is 77 (30.47% from 255 or 21.88% from 352); Max value from RGB is 155 - color contains mainly: red. Hex color #9B784D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B784D is #6487B2. Grayscale: #7D7D7D. Windows color (decimal): -6588339 or 5077147. OLE color: 5077147.
HSL color Cylindrical-coordinate representation of color #9B784D: hue angle of 33.08º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9B784D is Cyan = 0, Magento = 0.23, Yellow = 0.50 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 120 | 77 | - |
| CMYK | 0 | 0.23 | 0.50 | 0.39 |
| HSL | 33.08º | 0.34% | 0.45% | - |
| HSV(B) | 33.08º | 0.5% | 0.61% | - |
| XYZ | 21.57 | 20.94 | 9.93 | - |
| YUV | 125.56 | 100.6 | 149 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 120 | 77 | 0 | 0.23 | 0.50 | 0.39 | 33.08 | 0.34 | 0.45 |
| Hex | 9B | 78 | 4D | 0 | 17 | 32 | 27 | 21 | 22 | 2D |
| Octal | 233 | 170 | 115 | 0 | 27 | 62 | 47 | 41 | 42 | 55 |
| Binary | 10011011 | 1111000 | 1001101 | 0 | 10111 | 110010 | 100111 | 100001 | 100010 | 101101 |
Color Harmonies of #9B784D
Complementary color
Monochromatic Colors of #9B784D
Black with #9B784D
Text Example
Text Example
White with #9B784D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B784D; }
p { color: rgb(155,120,77); }
H1.HeaderClassName
{
color: #9B784D;
}
.AnyTagClassName
{
color: #9B784D;
}
</style>
background-color css
<style>
a { background-color: #9B784D; }
a { background-color: rgb(155,120,77); }
div.DivClassName
{
background-color: #9B784D;
}
.BgClassName
{
background-color: #9B784D;
}
</style>
border-color css
<style>
span { border-color: #9B784D; }
span { border-color: rgb(155,120,77); }
td.TdClassName
{
border-color: #9B784D;
}
.TagClassName
{
border-color: #9B784D;
}
</style>