Shades of Pale Brown #9B7150
Tints of Pale Brown #9B7150
RGB
CMYK
RGB Variations
Color information
#9B7150 (or 0x9B7150) is known color: Pale Brown. HEX triplet: 9B, 71 and 50. RGB value is (155,113,80). Sum of RGB (Red+Green+Blue) = 155+113+80=348 (46% of max value = 765). Red value is 155 (60.94% from 255 or 44.54% from 348); Green value is 113 (44.53% from 255 or 32.47% from 348); Blue value is 80 (31.64% from 255 or 22.99% from 348); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7150 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B7150 is #648EAF. Grayscale: #797979. Windows color (decimal): -6590128 or 5271963. OLE color: 5271963.
HSL color Cylindrical-coordinate representation of color #9B7150: hue angle of 26.4º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9B7150 is Cyan = 0, Magento = 0.27, Yellow = 0.48 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 113 | 80 | - |
| CMYK | 0 | 0.27 | 0.48 | 0.39 |
| HSL | 26.4º | 0.32% | 0.46% | - |
| HSV(B) | 26.4º | 0.48% | 0.61% | - |
| XYZ | 20.87 | 19.36 | 10.23 | - |
| YUV | 121.8 | 104.41 | 151.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 113 | 80 | 0 | 0.27 | 0.48 | 0.39 | 26.4 | 0.32 | 0.46 |
| Hex | 9B | 71 | 50 | 0 | 1B | 30 | 27 | 1A | 20 | 2E |
| Octal | 233 | 161 | 120 | 0 | 33 | 60 | 47 | 32 | 40 | 56 |
| Binary | 10011011 | 1110001 | 1010000 | 0 | 11011 | 110000 | 100111 | 11010 | 100000 | 101110 |
Color Harmonies of #9B7150
Complementary color
Monochromatic Colors of #9B7150
Black with #9B7150
Text Example
Text Example
White with #9B7150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B7150; }
p { color: rgb(155,113,80); }
H1.HeaderClassName
{
color: #9B7150;
}
.AnyTagClassName
{
color: #9B7150;
}
</style>
background-color css
<style>
a { background-color: #9B7150; }
a { background-color: rgb(155,113,80); }
div.DivClassName
{
background-color: #9B7150;
}
.BgClassName
{
background-color: #9B7150;
}
</style>
border-color css
<style>
span { border-color: #9B7150; }
span { border-color: rgb(155,113,80); }
td.TdClassName
{
border-color: #9B7150;
}
.TagClassName
{
border-color: #9B7150;
}
</style>