Shades of Sorrell Brown #9D7C5D
Tints of Sorrell Brown #9D7C5D
RGB
CMYK
RGB Variations
Color information
#9D7C5D (or 0x9D7C5D) is known color: Sorrell Brown. HEX triplet: 9D, 7C and 5D. RGB value is (157,124,93). Sum of RGB (Red+Green+Blue) = 157+124+93=374 (49% of max value = 765). Red value is 157 (61.72% from 255 or 41.98% from 374); Green value is 124 (48.83% from 255 or 33.16% from 374); Blue value is 93 (36.72% from 255 or 24.87% from 374); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7C5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D7C5D is #6283A2. Grayscale: #828282. Windows color (decimal): -6456227 or 6126749. OLE color: 6126749.
HSL color Cylindrical-coordinate representation of color #9D7C5D: hue angle of 29.06º 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 #9D7C5D is Cyan = 0, Magento = 0.21, Yellow = 0.41 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 124 | 93 | - |
| CMYK | 0 | 0.21 | 0.41 | 0.38 |
| HSL | 29.06º | 0.26% | 0.49% | - |
| HSV(B) | 29.06º | 0.41% | 0.62% | - |
| XYZ | 23.09 | 22.37 | 13.46 | - |
| YUV | 130.33 | 106.93 | 147.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 124 | 93 | 0 | 0.21 | 0.41 | 0.38 | 29.06 | 0.26 | 0.49 |
| Hex | 9D | 7C | 5D | 0 | 15 | 29 | 26 | 1D | 1A | 31 |
| Octal | 235 | 174 | 135 | 0 | 25 | 51 | 46 | 35 | 32 | 61 |
| Binary | 10011101 | 1111100 | 1011101 | 0 | 10101 | 101001 | 100110 | 11101 | 11010 | 110001 |
Color Harmonies of #9D7C5D
Complementary color
Monochromatic Colors of #9D7C5D
Black with #9D7C5D
Text Example
Text Example
White with #9D7C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D7C5D; }
p { color: rgb(157,124,93); }
H1.HeaderClassName
{
color: #9D7C5D;
}
.AnyTagClassName
{
color: #9D7C5D;
}
</style>
background-color css
<style>
a { background-color: #9D7C5D; }
a { background-color: rgb(157,124,93); }
div.DivClassName
{
background-color: #9D7C5D;
}
.BgClassName
{
background-color: #9D7C5D;
}
</style>
border-color css
<style>
span { border-color: #9D7C5D; }
span { border-color: rgb(157,124,93); }
td.TdClassName
{
border-color: #9D7C5D;
}
.TagClassName
{
border-color: #9D7C5D;
}
</style>