Shades of Sorrell Brown #9D7D5C
Tints of Sorrell Brown #9D7D5C
RGB
CMYK
RGB Variations
Color information
#9D7D5C (or 0x9D7D5C) is known color: Sorrell Brown. HEX triplet: 9D, 7D and 5C. RGB value is (157,125,92). Sum of RGB (Red+Green+Blue) = 157+125+92=374 (49% of max value = 765). Red value is 157 (61.72% from 255 or 41.98% from 374); Green value is 125 (49.22% from 255 or 33.42% from 374); Blue value is 92 (36.33% from 255 or 24.60% from 374); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7D5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D7D5C is #6282A3. Grayscale: #828282. Windows color (decimal): -6455972 or 6061469. OLE color: 6061469.
HSL color Cylindrical-coordinate representation of color #9D7D5C: hue angle of 30.46º 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 #9D7D5C is Cyan = 0, Magento = 0.20, Yellow = 0.41 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 125 | 92 | - |
| CMYK | 0 | 0.20 | 0.41 | 0.38 |
| HSL | 30.46º | 0.26% | 0.49% | - |
| HSV(B) | 30.46º | 0.41% | 0.62% | - |
| XYZ | 23.17 | 22.61 | 13.27 | - |
| YUV | 130.81 | 106.1 | 146.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 125 | 92 | 0 | 0.20 | 0.41 | 0.38 | 30.46 | 0.26 | 0.49 |
| Hex | 9D | 7D | 5C | 0 | 14 | 29 | 26 | 1E | 1A | 31 |
| Octal | 235 | 175 | 134 | 0 | 24 | 51 | 46 | 36 | 32 | 61 |
| Binary | 10011101 | 1111101 | 1011100 | 0 | 10100 | 101001 | 100110 | 11110 | 11010 | 110001 |
Color Harmonies of #9D7D5C
Complementary color
Monochromatic Colors of #9D7D5C
Black with #9D7D5C
Text Example
Text Example
White with #9D7D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D7D5C; }
p { color: rgb(157,125,92); }
H1.HeaderClassName
{
color: #9D7D5C;
}
.AnyTagClassName
{
color: #9D7D5C;
}
</style>
background-color css
<style>
a { background-color: #9D7D5C; }
a { background-color: rgb(157,125,92); }
div.DivClassName
{
background-color: #9D7D5C;
}
.BgClassName
{
background-color: #9D7D5C;
}
</style>
border-color css
<style>
span { border-color: #9D7D5C; }
span { border-color: rgb(157,125,92); }
td.TdClassName
{
border-color: #9D7D5C;
}
.TagClassName
{
border-color: #9D7D5C;
}
</style>