Shades of Sorrell Brown #9C7F5F
Tints of Sorrell Brown #9C7F5F
RGB
CMYK
RGB Variations
Color information
#9C7F5F (or 0x9C7F5F) is known color: Sorrell Brown. HEX triplet: 9C, 7F and 5F. RGB value is (156,127,95). Sum of RGB (Red+Green+Blue) = 156+127+95=378 (50% of max value = 765). Red value is 156 (61.33% from 255 or 41.27% from 378); Green value is 127 (50% from 255 or 33.60% from 378); Blue value is 95 (37.5% from 255 or 25.13% from 378); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7F5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C7F5F is #6380A0. Grayscale: #848484. Windows color (decimal): -6520993 or 6258588. OLE color: 6258588.
HSL color Cylindrical-coordinate representation of color #9C7F5F: hue angle of 31.48º 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 #9C7F5F is Cyan = 0, Magento = 0.19, Yellow = 0.39 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 127 | 95 | - |
| CMYK | 0 | 0.19 | 0.39 | 0.39 |
| HSL | 31.48º | 0.24% | 0.49% | - |
| HSV(B) | 31.48º | 0.39% | 0.61% | - |
| XYZ | 23.37 | 23.07 | 14.05 | - |
| YUV | 132.02 | 107.11 | 145.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 127 | 95 | 0 | 0.19 | 0.39 | 0.39 | 31.48 | 0.24 | 0.49 |
| Hex | 9C | 7F | 5F | 0 | 13 | 27 | 27 | 1F | 18 | 31 |
| Octal | 234 | 177 | 137 | 0 | 23 | 47 | 47 | 37 | 30 | 61 |
| Binary | 10011100 | 1111111 | 1011111 | 0 | 10011 | 100111 | 100111 | 11111 | 11000 | 110001 |
Color Harmonies of #9C7F5F
Complementary color
Monochromatic Colors of #9C7F5F
Black with #9C7F5F
Text Example
Text Example
White with #9C7F5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C7F5F; }
p { color: rgb(156,127,95); }
H1.HeaderClassName
{
color: #9C7F5F;
}
.AnyTagClassName
{
color: #9C7F5F;
}
</style>
background-color css
<style>
a { background-color: #9C7F5F; }
a { background-color: rgb(156,127,95); }
div.DivClassName
{
background-color: #9C7F5F;
}
.BgClassName
{
background-color: #9C7F5F;
}
</style>
border-color css
<style>
span { border-color: #9C7F5F; }
span { border-color: rgb(156,127,95); }
td.TdClassName
{
border-color: #9C7F5F;
}
.TagClassName
{
border-color: #9C7F5F;
}
</style>