Shades of Sorrell Brown #9C7C5D
Tints of Sorrell Brown #9C7C5D
RGB
CMYK
RGB Variations
Color information
#9C7C5D (or 0x9C7C5D) is known color: Sorrell Brown. HEX triplet: 9C, 7C and 5D. RGB value is (156,124,93). Sum of RGB (Red+Green+Blue) = 156+124+93=373 (49% of max value = 765). Red value is 156 (61.33% from 255 or 41.82% from 373); Green value is 124 (48.83% from 255 or 33.24% from 373); Blue value is 93 (36.72% from 255 or 24.93% from 373); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7C5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C7C5D is #6383A2. Grayscale: #828282. Windows color (decimal): -6521763 or 6126748. OLE color: 6126748.
HSL color Cylindrical-coordinate representation of color #9C7C5D: hue angle of 29.52º 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 #9C7C5D is Cyan = 0, Magento = 0.21, Yellow = 0.40 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 124 | 93 | - |
| CMYK | 0 | 0.21 | 0.40 | 0.39 |
| HSL | 29.52º | 0.25% | 0.49% | - |
| HSV(B) | 29.52º | 0.4% | 0.61% | - |
| XYZ | 22.89 | 22.27 | 13.45 | - |
| YUV | 130.03 | 107.1 | 146.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 124 | 93 | 0 | 0.21 | 0.40 | 0.39 | 29.52 | 0.25 | 0.49 |
| Hex | 9C | 7C | 5D | 0 | 15 | 28 | 27 | 1E | 19 | 31 |
| Octal | 234 | 174 | 135 | 0 | 25 | 50 | 47 | 36 | 31 | 61 |
| Binary | 10011100 | 1111100 | 1011101 | 0 | 10101 | 101000 | 100111 | 11110 | 11001 | 110001 |
Color Harmonies of #9C7C5D
Complementary color
Monochromatic Colors of #9C7C5D
Black with #9C7C5D
Text Example
Text Example
White with #9C7C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C7C5D; }
p { color: rgb(156,124,93); }
H1.HeaderClassName
{
color: #9C7C5D;
}
.AnyTagClassName
{
color: #9C7C5D;
}
</style>
background-color css
<style>
a { background-color: #9C7C5D; }
a { background-color: rgb(156,124,93); }
div.DivClassName
{
background-color: #9C7C5D;
}
.BgClassName
{
background-color: #9C7C5D;
}
</style>
border-color css
<style>
span { border-color: #9C7C5D; }
span { border-color: rgb(156,124,93); }
td.TdClassName
{
border-color: #9C7C5D;
}
.TagClassName
{
border-color: #9C7C5D;
}
</style>