Shades of Sorrell Brown #9B7B5D
Tints of Sorrell Brown #9B7B5D
RGB
CMYK
RGB Variations
Color information
#9B7B5D (or 0x9B7B5D) is known color: Sorrell Brown. HEX triplet: 9B, 7B and 5D. RGB value is (155,123,93). Sum of RGB (Red+Green+Blue) = 155+123+93=371 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.78% from 371); Green value is 123 (48.44% from 255 or 33.15% from 371); Blue value is 93 (36.72% from 255 or 25.07% from 371); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7B5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B7B5D is #6484A2. Grayscale: #818181. Windows color (decimal): -6587555 or 6126491. OLE color: 6126491.
HSL color Cylindrical-coordinate representation of color #9B7B5D: hue angle of 29.03º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9B7B5D is Cyan = 0, Magento = 0.21, Yellow = 0.4 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 123 | 93 | - |
| CMYK | 0 | 0.21 | 0.4 | 0.39 |
| HSL | 29.03º | 0.25% | 0.49% | - |
| HSV(B) | 29.03º | 0.4% | 0.61% | - |
| XYZ | 22.58 | 21.92 | 13.4 | - |
| YUV | 129.15 | 107.6 | 146.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 123 | 93 | 0 | 0.21 | 0.4 | 0.39 | 29.03 | 0.25 | 0.49 |
| Hex | 9B | 7B | 5D | 0 | 15 | 28 | 27 | 1D | 19 | 31 |
| Octal | 233 | 173 | 135 | 0 | 25 | 50 | 47 | 35 | 31 | 61 |
| Binary | 10011011 | 1111011 | 1011101 | 0 | 10101 | 101000 | 100111 | 11101 | 11001 | 110001 |
Color Harmonies of #9B7B5D
Complementary color
Monochromatic Colors of #9B7B5D
Black with #9B7B5D
Text Example
Text Example
White with #9B7B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B7B5D; }
p { color: rgb(155,123,93); }
H1.HeaderClassName
{
color: #9B7B5D;
}
.AnyTagClassName
{
color: #9B7B5D;
}
</style>
background-color css
<style>
a { background-color: #9B7B5D; }
a { background-color: rgb(155,123,93); }
div.DivClassName
{
background-color: #9B7B5D;
}
.BgClassName
{
background-color: #9B7B5D;
}
</style>
border-color css
<style>
span { border-color: #9B7B5D; }
span { border-color: rgb(155,123,93); }
td.TdClassName
{
border-color: #9B7B5D;
}
.TagClassName
{
border-color: #9B7B5D;
}
</style>