Shades of Sorrell Brown #9F7F5C
Tints of Sorrell Brown #9F7F5C
RGB
CMYK
RGB Variations
Color information
#9F7F5C (or 0x9F7F5C) is known color: Sorrell Brown. HEX triplet: 9F, 7F and 5C. RGB value is (159,127,92). Sum of RGB (Red+Green+Blue) = 159+127+92=378 (50% of max value = 765). Red value is 159 (62.5% from 255 or 42.06% from 378); Green value is 127 (50% from 255 or 33.60% from 378); Blue value is 92 (36.33% from 255 or 24.34% from 378); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7F5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F7F5C is #6080A3. Grayscale: #848484. Windows color (decimal): -6324388 or 6061983. OLE color: 6061983.
HSL color Cylindrical-coordinate representation of color #9F7F5C: hue angle of 31.34º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9F7F5C is Cyan = 0, Magento = 0.20, Yellow = 0.42 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 127 | 92 | - |
| CMYK | 0 | 0.20 | 0.42 | 0.38 |
| HSL | 31.34º | 0.27% | 0.49% | - |
| HSV(B) | 31.34º | 0.42% | 0.62% | - |
| XYZ | 23.82 | 23.32 | 13.37 | - |
| YUV | 132.58 | 105.1 | 146.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 127 | 92 | 0 | 0.20 | 0.42 | 0.38 | 31.34 | 0.27 | 0.49 |
| Hex | 9F | 7F | 5C | 0 | 14 | 2A | 26 | 1F | 1B | 31 |
| Octal | 237 | 177 | 134 | 0 | 24 | 52 | 46 | 37 | 33 | 61 |
| Binary | 10011111 | 1111111 | 1011100 | 0 | 10100 | 101010 | 100110 | 11111 | 11011 | 110001 |
Color Harmonies of #9F7F5C
Complementary color
Monochromatic Colors of #9F7F5C
Black with #9F7F5C
Text Example
Text Example
White with #9F7F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7F5C; }
p { color: rgb(159,127,92); }
H1.HeaderClassName
{
color: #9F7F5C;
}
.AnyTagClassName
{
color: #9F7F5C;
}
</style>
background-color css
<style>
a { background-color: #9F7F5C; }
a { background-color: rgb(159,127,92); }
div.DivClassName
{
background-color: #9F7F5C;
}
.BgClassName
{
background-color: #9F7F5C;
}
</style>
border-color css
<style>
span { border-color: #9F7F5C; }
span { border-color: rgb(159,127,92); }
td.TdClassName
{
border-color: #9F7F5C;
}
.TagClassName
{
border-color: #9F7F5C;
}
</style>