Shades of Sorrell Brown #9F815F
Tints of Sorrell Brown #9F815F
RGB
CMYK
RGB Variations
Color information
#9F815F (or 0x9F815F) is known color: Sorrell Brown. HEX triplet: 9F, 81 and 5F. RGB value is (159,129,95). Sum of RGB (Red+Green+Blue) = 159+129+95=383 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.51% from 383); Green value is 129 (50.78% from 255 or 33.68% from 383); Blue value is 95 (37.5% from 255 or 24.80% from 383); Max value from RGB is 159 - color contains mainly: red. Hex color #9F815F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F815F is #607EA0. Grayscale: #868686. Windows color (decimal): -6323873 or 6259103. OLE color: 6259103.
HSL color Cylindrical-coordinate representation of color #9F815F: hue angle of 31.88º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9F815F is Cyan = 0, Magento = 0.19, Yellow = 0.40 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 129 | 95 | - |
| CMYK | 0 | 0.19 | 0.40 | 0.38 |
| HSL | 31.88º | 0.25% | 0.5% | - |
| HSV(B) | 31.88º | 0.4% | 0.62% | - |
| XYZ | 24.21 | 23.9 | 14.16 | - |
| YUV | 134.09 | 105.94 | 145.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 129 | 95 | 0 | 0.19 | 0.40 | 0.38 | 31.88 | 0.25 | 0.5 |
| Hex | 9F | 81 | 5F | 0 | 13 | 28 | 26 | 20 | 19 | 32 |
| Octal | 237 | 201 | 137 | 0 | 23 | 50 | 46 | 40 | 31 | 62 |
| Binary | 10011111 | 10000001 | 1011111 | 0 | 10011 | 101000 | 100110 | 100000 | 11001 | 110010 |
Color Harmonies of #9F815F
Complementary color
Monochromatic Colors of #9F815F
Black with #9F815F
Text Example
Text Example
White with #9F815F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F815F; }
p { color: rgb(159,129,95); }
H1.HeaderClassName
{
color: #9F815F;
}
.AnyTagClassName
{
color: #9F815F;
}
</style>
background-color css
<style>
a { background-color: #9F815F; }
a { background-color: rgb(159,129,95); }
div.DivClassName
{
background-color: #9F815F;
}
.BgClassName
{
background-color: #9F815F;
}
</style>
border-color css
<style>
span { border-color: #9F815F; }
span { border-color: rgb(159,129,95); }
td.TdClassName
{
border-color: #9F815F;
}
.TagClassName
{
border-color: #9F815F;
}
</style>