Shades of Sorrell Brown #9B7B5B
Tints of Sorrell Brown #9B7B5B
RGB
CMYK
RGB Variations
Color information
#9B7B5B (or 0x9B7B5B) is known color: Sorrell Brown. HEX triplet: 9B, 7B and 5B. RGB value is (155,123,91). Sum of RGB (Red+Green+Blue) = 155+123+91=369 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.01% from 369); Green value is 123 (48.44% from 255 or 33.33% from 369); Blue value is 91 (35.94% from 255 or 24.66% from 369); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7B5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B7B5B is #6484A4. Grayscale: #818181. Windows color (decimal): -6587557 or 5995419. OLE color: 5995419.
HSL color Cylindrical-coordinate representation of color #9B7B5B: hue angle of 30º degrees, saturation: 0.26, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9B7B5B is Cyan = 0, Magento = 0.21, Yellow = 0.41 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 123 | 91 | - |
| CMYK | 0 | 0.21 | 0.41 | 0.39 |
| HSL | 30º | 0.26% | 0.48% | - |
| HSV(B) | 30º | 0.41% | 0.61% | - |
| XYZ | 22.49 | 21.89 | 12.94 | - |
| YUV | 128.92 | 106.6 | 146.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 123 | 91 | 0 | 0.21 | 0.41 | 0.39 | 30 | 0.26 | 0.48 |
| Hex | 9B | 7B | 5B | 0 | 15 | 29 | 27 | 1E | 1A | 30 |
| Octal | 233 | 173 | 133 | 0 | 25 | 51 | 47 | 36 | 32 | 60 |
| Binary | 10011011 | 1111011 | 1011011 | 0 | 10101 | 101001 | 100111 | 11110 | 11010 | 110000 |
Color Harmonies of #9B7B5B
Complementary color
Monochromatic Colors of #9B7B5B
Black with #9B7B5B
Text Example
Text Example
White with #9B7B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B7B5B; }
p { color: rgb(155,123,91); }
H1.HeaderClassName
{
color: #9B7B5B;
}
.AnyTagClassName
{
color: #9B7B5B;
}
</style>
background-color css
<style>
a { background-color: #9B7B5B; }
a { background-color: rgb(155,123,91); }
div.DivClassName
{
background-color: #9B7B5B;
}
.BgClassName
{
background-color: #9B7B5B;
}
</style>
border-color css
<style>
span { border-color: #9B7B5B; }
span { border-color: rgb(155,123,91); }
td.TdClassName
{
border-color: #9B7B5B;
}
.TagClassName
{
border-color: #9B7B5B;
}
</style>