Shades of Sorrell Brown #9C785F
Tints of Sorrell Brown #9C785F
RGB
CMYK
RGB Variations
Color information
#9C785F (or 0x9C785F) is known color: Sorrell Brown. HEX triplet: 9C, 78 and 5F. RGB value is (156,120,95). Sum of RGB (Red+Green+Blue) = 156+120+95=371 (49% of max value = 765). Red value is 156 (61.33% from 255 or 42.05% from 371); Green value is 120 (47.27% from 255 or 32.35% from 371); Blue value is 95 (37.5% from 255 or 25.61% from 371); Max value from RGB is 156 - color contains mainly: red. Hex color #9C785F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C785F is #6387A0. Grayscale: #808080. Windows color (decimal): -6522785 or 6256796. OLE color: 6256796.
HSL color Cylindrical-coordinate representation of color #9C785F: hue angle of 24.59º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9C785F is Cyan = 0, Magento = 0.23, Yellow = 0.39 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 120 | 95 | - |
| CMYK | 0 | 0.23 | 0.39 | 0.39 |
| HSL | 24.59º | 0.24% | 0.49% | - |
| HSV(B) | 24.59º | 0.39% | 0.61% | - |
| XYZ | 22.49 | 21.33 | 13.76 | - |
| YUV | 127.91 | 109.43 | 148.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 120 | 95 | 0 | 0.23 | 0.39 | 0.39 | 24.59 | 0.24 | 0.49 |
| Hex | 9C | 78 | 5F | 0 | 17 | 27 | 27 | 19 | 18 | 31 |
| Octal | 234 | 170 | 137 | 0 | 27 | 47 | 47 | 31 | 30 | 61 |
| Binary | 10011100 | 1111000 | 1011111 | 0 | 10111 | 100111 | 100111 | 11001 | 11000 | 110001 |
Color Harmonies of #9C785F
Complementary color
Monochromatic Colors of #9C785F
Black with #9C785F
Text Example
Text Example
White with #9C785F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C785F; }
p { color: rgb(156,120,95); }
H1.HeaderClassName
{
color: #9C785F;
}
.AnyTagClassName
{
color: #9C785F;
}
</style>
background-color css
<style>
a { background-color: #9C785F; }
a { background-color: rgb(156,120,95); }
div.DivClassName
{
background-color: #9C785F;
}
.BgClassName
{
background-color: #9C785F;
}
</style>
border-color css
<style>
span { border-color: #9C785F; }
span { border-color: rgb(156,120,95); }
td.TdClassName
{
border-color: #9C785F;
}
.TagClassName
{
border-color: #9C785F;
}
</style>