Shades of Sorrell Brown #9F7D5A
Tints of Sorrell Brown #9F7D5A
RGB
CMYK
RGB Variations
Color information
#9F7D5A (or 0x9F7D5A) is known color: Sorrell Brown. HEX triplet: 9F, 7D and 5A. RGB value is (159,125,90). Sum of RGB (Red+Green+Blue) = 159+125+90=374 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.51% from 374); Green value is 125 (49.22% from 255 or 33.42% from 374); Blue value is 90 (35.55% from 255 or 24.06% from 374); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7D5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F7D5A is #6082A5. Grayscale: #838383. Windows color (decimal): -6324902 or 5930399. OLE color: 5930399.
HSL color Cylindrical-coordinate representation of color #9F7D5A: hue angle of 30.43º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9F7D5A is Cyan = 0, Magento = 0.21, Yellow = 0.43 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 125 | 90 | - |
| CMYK | 0 | 0.21 | 0.43 | 0.38 |
| HSL | 30.43º | 0.28% | 0.49% | - |
| HSV(B) | 30.43º | 0.43% | 0.62% | - |
| XYZ | 23.48 | 22.78 | 12.83 | - |
| YUV | 131.18 | 104.76 | 147.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 125 | 90 | 0 | 0.21 | 0.43 | 0.38 | 30.43 | 0.28 | 0.49 |
| Hex | 9F | 7D | 5A | 0 | 15 | 2B | 26 | 1E | 1C | 31 |
| Octal | 237 | 175 | 132 | 0 | 25 | 53 | 46 | 36 | 34 | 61 |
| Binary | 10011111 | 1111101 | 1011010 | 0 | 10101 | 101011 | 100110 | 11110 | 11100 | 110001 |
Color Harmonies of #9F7D5A
Complementary color
Monochromatic Colors of #9F7D5A
Black with #9F7D5A
Text Example
Text Example
White with #9F7D5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7D5A; }
p { color: rgb(159,125,90); }
H1.HeaderClassName
{
color: #9F7D5A;
}
.AnyTagClassName
{
color: #9F7D5A;
}
</style>
background-color css
<style>
a { background-color: #9F7D5A; }
a { background-color: rgb(159,125,90); }
div.DivClassName
{
background-color: #9F7D5A;
}
.BgClassName
{
background-color: #9F7D5A;
}
</style>
border-color css
<style>
span { border-color: #9F7D5A; }
span { border-color: rgb(159,125,90); }
td.TdClassName
{
border-color: #9F7D5A;
}
.TagClassName
{
border-color: #9F7D5A;
}
</style>