Shades of Sorrell Brown #9C7C5E
Tints of Sorrell Brown #9C7C5E
RGB
CMYK
RGB Variations
Color information
#9C7C5E (or 0x9C7C5E) is known color: Sorrell Brown. HEX triplet: 9C, 7C and 5E. RGB value is (156,124,94). Sum of RGB (Red+Green+Blue) = 156+124+94=374 (49% of max value = 765). Red value is 156 (61.33% from 255 or 41.71% from 374); Green value is 124 (48.83% from 255 or 33.16% from 374); Blue value is 94 (37.11% from 255 or 25.13% from 374); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7C5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C7C5E is #6383A1. Grayscale: #828282. Windows color (decimal): -6521762 or 6192284. OLE color: 6192284.
HSL color Cylindrical-coordinate representation of color #9C7C5E: hue angle of 29.03º 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 #9C7C5E is Cyan = 0, Magento = 0.21, Yellow = 0.40 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 124 | 94 | - |
| CMYK | 0 | 0.21 | 0.40 | 0.39 |
| HSL | 29.03º | 0.25% | 0.49% | - |
| HSV(B) | 29.03º | 0.4% | 0.61% | - |
| XYZ | 22.94 | 22.29 | 13.68 | - |
| YUV | 130.15 | 107.6 | 146.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 124 | 94 | 0 | 0.21 | 0.40 | 0.39 | 29.03 | 0.25 | 0.49 |
| Hex | 9C | 7C | 5E | 0 | 15 | 28 | 27 | 1D | 19 | 31 |
| Octal | 234 | 174 | 136 | 0 | 25 | 50 | 47 | 35 | 31 | 61 |
| Binary | 10011100 | 1111100 | 1011110 | 0 | 10101 | 101000 | 100111 | 11101 | 11001 | 110001 |
Color Harmonies of #9C7C5E
Complementary color
Monochromatic Colors of #9C7C5E
Black with #9C7C5E
Text Example
Text Example
White with #9C7C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C7C5E; }
p { color: rgb(156,124,94); }
H1.HeaderClassName
{
color: #9C7C5E;
}
.AnyTagClassName
{
color: #9C7C5E;
}
</style>
background-color css
<style>
a { background-color: #9C7C5E; }
a { background-color: rgb(156,124,94); }
div.DivClassName
{
background-color: #9C7C5E;
}
.BgClassName
{
background-color: #9C7C5E;
}
</style>
border-color css
<style>
span { border-color: #9C7C5E; }
span { border-color: rgb(156,124,94); }
td.TdClassName
{
border-color: #9C7C5E;
}
.TagClassName
{
border-color: #9C7C5E;
}
</style>