Shades of Sorrell Brown #9D7D5D
Tints of Sorrell Brown #9D7D5D
RGB
CMYK
RGB Variations
Color information
#9D7D5D (or 0x9D7D5D) is known color: Sorrell Brown. HEX triplet: 9D, 7D and 5D. RGB value is (157,125,93). Sum of RGB (Red+Green+Blue) = 157+125+93=375 (49% of max value = 765). Red value is 157 (61.72% from 255 or 41.87% from 375); Green value is 125 (49.22% from 255 or 33.33% from 375); Blue value is 93 (36.72% from 255 or 24.8% from 375); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7D5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D7D5D is #6282A2. Grayscale: #838383. Windows color (decimal): -6455971 or 6127005. OLE color: 6127005.
HSL color Cylindrical-coordinate representation of color #9D7D5D: hue angle of 30º degrees, saturation: 0.26, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9D7D5D is Cyan = 0, Magento = 0.20, Yellow = 0.41 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 125 | 93 | - |
| CMYK | 0 | 0.20 | 0.41 | 0.38 |
| HSL | 30º | 0.26% | 0.49% | - |
| HSV(B) | 30º | 0.41% | 0.62% | - |
| XYZ | 23.21 | 22.63 | 13.5 | - |
| YUV | 130.92 | 106.6 | 146.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 125 | 93 | 0 | 0.20 | 0.41 | 0.38 | 30 | 0.26 | 0.49 |
| Hex | 9D | 7D | 5D | 0 | 14 | 29 | 26 | 1E | 1A | 31 |
| Octal | 235 | 175 | 135 | 0 | 24 | 51 | 46 | 36 | 32 | 61 |
| Binary | 10011101 | 1111101 | 1011101 | 0 | 10100 | 101001 | 100110 | 11110 | 11010 | 110001 |
Color Harmonies of #9D7D5D
Complementary color
Monochromatic Colors of #9D7D5D
Black with #9D7D5D
Text Example
Text Example
White with #9D7D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D7D5D; }
p { color: rgb(157,125,93); }
H1.HeaderClassName
{
color: #9D7D5D;
}
.AnyTagClassName
{
color: #9D7D5D;
}
</style>
background-color css
<style>
a { background-color: #9D7D5D; }
a { background-color: rgb(157,125,93); }
div.DivClassName
{
background-color: #9D7D5D;
}
.BgClassName
{
background-color: #9D7D5D;
}
</style>
border-color css
<style>
span { border-color: #9D7D5D; }
span { border-color: rgb(157,125,93); }
td.TdClassName
{
border-color: #9D7D5D;
}
.TagClassName
{
border-color: #9D7D5D;
}
</style>