Shades of Sorrell Brown #9F7A5D
Tints of Sorrell Brown #9F7A5D
RGB
CMYK
RGB Variations
Color information
#9F7A5D (or 0x9F7A5D) is known color: Sorrell Brown. HEX triplet: 9F, 7A and 5D. RGB value is (159,122,93). Sum of RGB (Red+Green+Blue) = 159+122+93=374 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.51% from 374); Green value is 122 (48.05% from 255 or 32.62% from 374); Blue value is 93 (36.72% from 255 or 24.87% from 374); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7A5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F7A5D is #6085A2. Grayscale: #818181. Windows color (decimal): -6325667 or 6126239. OLE color: 6126239.
HSL color Cylindrical-coordinate representation of color #9F7A5D: hue angle of 26.36º degrees, saturation: 0.26, 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 #9F7A5D is Cyan = 0, Magento = 0.23, Yellow = 0.42 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 122 | 93 | - |
| CMYK | 0 | 0.23 | 0.42 | 0.38 |
| HSL | 26.36º | 0.26% | 0.49% | - |
| HSV(B) | 26.36º | 0.42% | 0.62% | - |
| XYZ | 23.23 | 22.08 | 13.39 | - |
| YUV | 129.76 | 107.26 | 148.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 122 | 93 | 0 | 0.23 | 0.42 | 0.38 | 26.36 | 0.26 | 0.49 |
| Hex | 9F | 7A | 5D | 0 | 17 | 2A | 26 | 1A | 1A | 31 |
| Octal | 237 | 172 | 135 | 0 | 27 | 52 | 46 | 32 | 32 | 61 |
| Binary | 10011111 | 1111010 | 1011101 | 0 | 10111 | 101010 | 100110 | 11010 | 11010 | 110001 |
Color Harmonies of #9F7A5D
Complementary color
Monochromatic Colors of #9F7A5D
Black with #9F7A5D
Text Example
Text Example
White with #9F7A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7A5D; }
p { color: rgb(159,122,93); }
H1.HeaderClassName
{
color: #9F7A5D;
}
.AnyTagClassName
{
color: #9F7A5D;
}
</style>
background-color css
<style>
a { background-color: #9F7A5D; }
a { background-color: rgb(159,122,93); }
div.DivClassName
{
background-color: #9F7A5D;
}
.BgClassName
{
background-color: #9F7A5D;
}
</style>
border-color css
<style>
span { border-color: #9F7A5D; }
span { border-color: rgb(159,122,93); }
td.TdClassName
{
border-color: #9F7A5D;
}
.TagClassName
{
border-color: #9F7A5D;
}
</style>