Shades of Sorrell Brown #9D7D5B
Tints of Sorrell Brown #9D7D5B
RGB
CMYK
RGB Variations
Color information
#9D7D5B (or 0x9D7D5B) is known color: Sorrell Brown. HEX triplet: 9D, 7D and 5B. RGB value is (157,125,91). Sum of RGB (Red+Green+Blue) = 157+125+91=373 (49% of max value = 765). Red value is 157 (61.72% from 255 or 42.09% from 373); Green value is 125 (49.22% from 255 or 33.51% from 373); Blue value is 91 (35.94% from 255 or 24.40% from 373); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7D5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D7D5B is #6282A4. Grayscale: #828282. Windows color (decimal): -6455973 or 5995933. OLE color: 5995933.
HSL color Cylindrical-coordinate representation of color #9D7D5B: hue angle of 30.91º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9D7D5B is Cyan = 0, Magento = 0.20, Yellow = 0.42 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 125 | 91 | - |
| CMYK | 0 | 0.20 | 0.42 | 0.38 |
| HSL | 30.91º | 0.27% | 0.49% | - |
| HSV(B) | 30.91º | 0.42% | 0.62% | - |
| XYZ | 23.13 | 22.59 | 13.04 | - |
| YUV | 130.69 | 105.6 | 146.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 125 | 91 | 0 | 0.20 | 0.42 | 0.38 | 30.91 | 0.27 | 0.49 |
| Hex | 9D | 7D | 5B | 0 | 14 | 2A | 26 | 1F | 1B | 31 |
| Octal | 235 | 175 | 133 | 0 | 24 | 52 | 46 | 37 | 33 | 61 |
| Binary | 10011101 | 1111101 | 1011011 | 0 | 10100 | 101010 | 100110 | 11111 | 11011 | 110001 |
Color Harmonies of #9D7D5B
Complementary color
Monochromatic Colors of #9D7D5B
Black with #9D7D5B
Text Example
Text Example
White with #9D7D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D7D5B; }
p { color: rgb(157,125,91); }
H1.HeaderClassName
{
color: #9D7D5B;
}
.AnyTagClassName
{
color: #9D7D5B;
}
</style>
background-color css
<style>
a { background-color: #9D7D5B; }
a { background-color: rgb(157,125,91); }
div.DivClassName
{
background-color: #9D7D5B;
}
.BgClassName
{
background-color: #9D7D5B;
}
</style>
border-color css
<style>
span { border-color: #9D7D5B; }
span { border-color: rgb(157,125,91); }
td.TdClassName
{
border-color: #9D7D5B;
}
.TagClassName
{
border-color: #9D7D5B;
}
</style>