Shades of Pale Brown #9B7447
Tints of Pale Brown #9B7447
RGB
CMYK
RGB Variations
Color information
#9B7447 (or 0x9B7447) is known color: Pale Brown. HEX triplet: 9B, 74 and 47. RGB value is (155,116,71). Sum of RGB (Red+Green+Blue) = 155+116+71=342 (45% of max value = 765). Red value is 155 (60.94% from 255 or 45.32% from 342); Green value is 116 (45.70% from 255 or 33.92% from 342); Blue value is 71 (28.12% from 255 or 20.76% from 342); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7447 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B7447 is #648BB8. Grayscale: #7A7A7A. Windows color (decimal): -6589369 or 4682907. OLE color: 4682907.
HSL color Cylindrical-coordinate representation of color #9B7447: hue angle of 32.14º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9B7447 is Cyan = 0, Magento = 0.25, Yellow = 0.54 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 116 | 71 | - |
| CMYK | 0 | 0.25 | 0.54 | 0.39 |
| HSL | 32.14º | 0.37% | 0.44% | - |
| HSV(B) | 32.14º | 0.54% | 0.61% | - |
| XYZ | 20.9 | 19.91 | 8.7 | - |
| YUV | 122.53 | 98.92 | 151.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 116 | 71 | 0 | 0.25 | 0.54 | 0.39 | 32.14 | 0.37 | 0.44 |
| Hex | 9B | 74 | 47 | 0 | 19 | 36 | 27 | 20 | 25 | 2C |
| Octal | 233 | 164 | 107 | 0 | 31 | 66 | 47 | 40 | 45 | 54 |
| Binary | 10011011 | 1110100 | 1000111 | 0 | 11001 | 110110 | 100111 | 100000 | 100101 | 101100 |
Color Harmonies of #9B7447
Complementary color
Monochromatic Colors of #9B7447
Black with #9B7447
Text Example
Text Example
White with #9B7447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B7447; }
p { color: rgb(155,116,71); }
H1.HeaderClassName
{
color: #9B7447;
}
.AnyTagClassName
{
color: #9B7447;
}
</style>
background-color css
<style>
a { background-color: #9B7447; }
a { background-color: rgb(155,116,71); }
div.DivClassName
{
background-color: #9B7447;
}
.BgClassName
{
background-color: #9B7447;
}
</style>
border-color css
<style>
span { border-color: #9B7447; }
span { border-color: rgb(155,116,71); }
td.TdClassName
{
border-color: #9B7447;
}
.TagClassName
{
border-color: #9B7447;
}
</style>