Shades of Pale Brown #9B7353
Tints of Pale Brown #9B7353
RGB
CMYK
RGB Variations
Color information
#9B7353 (or 0x9B7353) is known color: Pale Brown. HEX triplet: 9B, 73 and 53. RGB value is (155,115,83). Sum of RGB (Red+Green+Blue) = 155+115+83=353 (46% of max value = 765). Red value is 155 (60.94% from 255 or 43.91% from 353); Green value is 115 (45.31% from 255 or 32.58% from 353); Blue value is 83 (32.81% from 255 or 23.51% from 353); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7353 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B7353 is #648CAC. Grayscale: #7B7B7B. Windows color (decimal): -6589613 or 5469083. OLE color: 5469083.
HSL color Cylindrical-coordinate representation of color #9B7353: hue angle of 26.67º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9B7353 is Cyan = 0, Magento = 0.26, Yellow = 0.46 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 115 | 83 | - |
| CMYK | 0 | 0.26 | 0.46 | 0.39 |
| HSL | 26.67º | 0.3% | 0.47% | - |
| HSV(B) | 26.67º | 0.46% | 0.61% | - |
| XYZ | 21.21 | 19.85 | 10.9 | - |
| YUV | 123.31 | 105.25 | 150.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 115 | 83 | 0 | 0.26 | 0.46 | 0.39 | 26.67 | 0.3 | 0.47 |
| Hex | 9B | 73 | 53 | 0 | 1A | 2E | 27 | 1B | 1E | 2F |
| Octal | 233 | 163 | 123 | 0 | 32 | 56 | 47 | 33 | 36 | 57 |
| Binary | 10011011 | 1110011 | 1010011 | 0 | 11010 | 101110 | 100111 | 11011 | 11110 | 101111 |
Color Harmonies of #9B7353
Complementary color
Monochromatic Colors of #9B7353
Black with #9B7353
Text Example
Text Example
White with #9B7353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B7353; }
p { color: rgb(155,115,83); }
H1.HeaderClassName
{
color: #9B7353;
}
.AnyTagClassName
{
color: #9B7353;
}
</style>
background-color css
<style>
a { background-color: #9B7353; }
a { background-color: rgb(155,115,83); }
div.DivClassName
{
background-color: #9B7353;
}
.BgClassName
{
background-color: #9B7353;
}
</style>
border-color css
<style>
span { border-color: #9B7353; }
span { border-color: rgb(155,115,83); }
td.TdClassName
{
border-color: #9B7353;
}
.TagClassName
{
border-color: #9B7353;
}
</style>