Shades of Pale Brown #9B7348
Tints of Pale Brown #9B7348
RGB
CMYK
RGB Variations
Color information
#9B7348 (or 0x9B7348) is known color: Pale Brown. HEX triplet: 9B, 73 and 48. RGB value is (155,115,72). Sum of RGB (Red+Green+Blue) = 155+115+72=342 (45% of max value = 765). Red value is 155 (60.94% from 255 or 45.32% from 342); Green value is 115 (45.31% from 255 or 33.63% from 342); Blue value is 72 (28.52% from 255 or 21.05% from 342); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7348 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B7348 is #648CB7. Grayscale: #7A7A7A. Windows color (decimal): -6589624 or 4748187. OLE color: 4748187.
HSL color Cylindrical-coordinate representation of color #9B7348: hue angle of 31.08º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9B7348 is Cyan = 0, Magento = 0.26, Yellow = 0.54 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 115 | 72 | - |
| CMYK | 0 | 0.26 | 0.54 | 0.39 |
| HSL | 31.08º | 0.37% | 0.45% | - |
| HSV(B) | 31.08º | 0.54% | 0.61% | - |
| XYZ | 20.82 | 19.7 | 8.84 | - |
| YUV | 122.06 | 99.75 | 151.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 115 | 72 | 0 | 0.26 | 0.54 | 0.39 | 31.08 | 0.37 | 0.45 |
| Hex | 9B | 73 | 48 | 0 | 1A | 36 | 27 | 1F | 25 | 2D |
| Octal | 233 | 163 | 110 | 0 | 32 | 66 | 47 | 37 | 45 | 55 |
| Binary | 10011011 | 1110011 | 1001000 | 0 | 11010 | 110110 | 100111 | 11111 | 100101 | 101101 |
Color Harmonies of #9B7348
Complementary color
Monochromatic Colors of #9B7348
Black with #9B7348
Text Example
Text Example
White with #9B7348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B7348; }
p { color: rgb(155,115,72); }
H1.HeaderClassName
{
color: #9B7348;
}
.AnyTagClassName
{
color: #9B7348;
}
</style>
background-color css
<style>
a { background-color: #9B7348; }
a { background-color: rgb(155,115,72); }
div.DivClassName
{
background-color: #9B7348;
}
.BgClassName
{
background-color: #9B7348;
}
</style>
border-color css
<style>
span { border-color: #9B7348; }
span { border-color: rgb(155,115,72); }
td.TdClassName
{
border-color: #9B7348;
}
.TagClassName
{
border-color: #9B7348;
}
</style>