Shades of Pale Brown #9B7249
Tints of Pale Brown #9B7249
RGB
CMYK
RGB Variations
Color information
#9B7249 (or 0x9B7249) is known color: Pale Brown. HEX triplet: 9B, 72 and 49. RGB value is (155,114,73). Sum of RGB (Red+Green+Blue) = 155+114+73=342 (45% of max value = 765). Red value is 155 (60.94% from 255 or 45.32% from 342); Green value is 114 (44.92% from 255 or 33.33% from 342); Blue value is 73 (28.91% from 255 or 21.35% from 342); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7249 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B7249 is #648DB6. Grayscale: #797979. Windows color (decimal): -6589879 or 4813467. OLE color: 4813467.
HSL color Cylindrical-coordinate representation of color #9B7249: hue angle of 30º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9B7249 is Cyan = 0, Magento = 0.26, Yellow = 0.53 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 114 | 73 | - |
| CMYK | 0 | 0.26 | 0.53 | 0.39 |
| HSL | 30º | 0.36% | 0.45% | - |
| HSV(B) | 30º | 0.53% | 0.61% | - |
| XYZ | 20.74 | 19.48 | 8.97 | - |
| YUV | 121.59 | 100.58 | 151.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 114 | 73 | 0 | 0.26 | 0.53 | 0.39 | 30 | 0.36 | 0.45 |
| Hex | 9B | 72 | 49 | 0 | 1A | 35 | 27 | 1E | 24 | 2D |
| Octal | 233 | 162 | 111 | 0 | 32 | 65 | 47 | 36 | 44 | 55 |
| Binary | 10011011 | 1110010 | 1001001 | 0 | 11010 | 110101 | 100111 | 11110 | 100100 | 101101 |
Color Harmonies of #9B7249
Complementary color
Monochromatic Colors of #9B7249
Black with #9B7249
Text Example
Text Example
White with #9B7249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B7249; }
p { color: rgb(155,114,73); }
H1.HeaderClassName
{
color: #9B7249;
}
.AnyTagClassName
{
color: #9B7249;
}
</style>
background-color css
<style>
a { background-color: #9B7249; }
a { background-color: rgb(155,114,73); }
div.DivClassName
{
background-color: #9B7249;
}
.BgClassName
{
background-color: #9B7249;
}
</style>
border-color css
<style>
span { border-color: #9B7249; }
span { border-color: rgb(155,114,73); }
td.TdClassName
{
border-color: #9B7249;
}
.TagClassName
{
border-color: #9B7249;
}
</style>