Shades of Pale Brown #9B7444
Tints of Pale Brown #9B7444
RGB
CMYK
RGB Variations
Color information
#9B7444 (or 0x9B7444) is known color: Pale Brown. HEX triplet: 9B, 74 and 44. RGB value is (155,116,68). Sum of RGB (Red+Green+Blue) = 155+116+68=339 (44% of max value = 765). Red value is 155 (60.94% from 255 or 45.72% from 339); Green value is 116 (45.70% from 255 or 34.22% from 339); Blue value is 68 (26.95% from 255 or 20.06% from 339); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7444 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B7444 is #648BBB. Grayscale: #7A7A7A. Windows color (decimal): -6589372 or 4486299. OLE color: 4486299.
HSL color Cylindrical-coordinate representation of color #9B7444: hue angle of 33.1º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9B7444 is Cyan = 0, Magento = 0.25, Yellow = 0.56 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 116 | 68 | - |
| CMYK | 0 | 0.25 | 0.56 | 0.39 |
| HSL | 33.1º | 0.39% | 0.44% | - |
| HSV(B) | 33.1º | 0.56% | 0.61% | - |
| XYZ | 20.81 | 19.88 | 8.21 | - |
| YUV | 122.19 | 97.42 | 151.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 116 | 68 | 0 | 0.25 | 0.56 | 0.39 | 33.1 | 0.39 | 0.44 |
| Hex | 9B | 74 | 44 | 0 | 19 | 38 | 27 | 21 | 27 | 2C |
| Octal | 233 | 164 | 104 | 0 | 31 | 70 | 47 | 41 | 47 | 54 |
| Binary | 10011011 | 1110100 | 1000100 | 0 | 11001 | 111000 | 100111 | 100001 | 100111 | 101100 |
Color Harmonies of #9B7444
Complementary color
Monochromatic Colors of #9B7444
Black with #9B7444
Text Example
Text Example
White with #9B7444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B7444; }
p { color: rgb(155,116,68); }
H1.HeaderClassName
{
color: #9B7444;
}
.AnyTagClassName
{
color: #9B7444;
}
</style>
background-color css
<style>
a { background-color: #9B7444; }
a { background-color: rgb(155,116,68); }
div.DivClassName
{
background-color: #9B7444;
}
.BgClassName
{
background-color: #9B7444;
}
</style>
border-color css
<style>
span { border-color: #9B7444; }
span { border-color: rgb(155,116,68); }
td.TdClassName
{
border-color: #9B7444;
}
.TagClassName
{
border-color: #9B7444;
}
</style>