Shades of Sorrell Brown #9C785D
Tints of Sorrell Brown #9C785D
RGB
CMYK
RGB Variations
Color information
#9C785D (or 0x9C785D) is known color: Sorrell Brown. HEX triplet: 9C, 78 and 5D. RGB value is (156,120,93). Sum of RGB (Red+Green+Blue) = 156+120+93=369 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.28% from 369); Green value is 120 (47.27% from 255 or 32.52% from 369); Blue value is 93 (36.72% from 255 or 25.20% from 369); Max value from RGB is 156 - color contains mainly: red. Hex color #9C785D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C785D is #6387A2. Grayscale: #7F7F7F. Windows color (decimal): -6522787 or 6125724. OLE color: 6125724.
HSL color Cylindrical-coordinate representation of color #9C785D: hue angle of 25.71º 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 #9C785D is Cyan = 0, Magento = 0.23, Yellow = 0.40 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 120 | 93 | - |
| CMYK | 0 | 0.23 | 0.40 | 0.39 |
| HSL | 25.71º | 0.25% | 0.49% | - |
| HSV(B) | 25.71º | 0.4% | 0.61% | - |
| XYZ | 22.4 | 21.29 | 13.28 | - |
| YUV | 127.69 | 108.43 | 148.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 120 | 93 | 0 | 0.23 | 0.40 | 0.39 | 25.71 | 0.25 | 0.49 |
| Hex | 9C | 78 | 5D | 0 | 17 | 28 | 27 | 1A | 19 | 31 |
| Octal | 234 | 170 | 135 | 0 | 27 | 50 | 47 | 32 | 31 | 61 |
| Binary | 10011100 | 1111000 | 1011101 | 0 | 10111 | 101000 | 100111 | 11010 | 11001 | 110001 |
Color Harmonies of #9C785D
Complementary color
Monochromatic Colors of #9C785D
Black with #9C785D
Text Example
Text Example
White with #9C785D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C785D; }
p { color: rgb(156,120,93); }
H1.HeaderClassName
{
color: #9C785D;
}
.AnyTagClassName
{
color: #9C785D;
}
</style>
background-color css
<style>
a { background-color: #9C785D; }
a { background-color: rgb(156,120,93); }
div.DivClassName
{
background-color: #9C785D;
}
.BgClassName
{
background-color: #9C785D;
}
</style>
border-color css
<style>
span { border-color: #9C785D; }
span { border-color: rgb(156,120,93); }
td.TdClassName
{
border-color: #9C785D;
}
.TagClassName
{
border-color: #9C785D;
}
</style>