Shades of Sorrell Brown #9F825E
Tints of Sorrell Brown #9F825E
RGB
CMYK
RGB Variations
Color information
#9F825E (or 0x9F825E) is known color: Sorrell Brown. HEX triplet: 9F, 82 and 5E. RGB value is (159,130,94). Sum of RGB (Red+Green+Blue) = 159+130+94=383 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.51% from 383); Green value is 130 (51.17% from 255 or 33.94% from 383); Blue value is 94 (37.11% from 255 or 24.54% from 383); Max value from RGB is 159 - color contains mainly: red. Hex color #9F825E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F825E is #607DA1. Grayscale: #868686. Windows color (decimal): -6323618 or 6193823. OLE color: 6193823.
HSL color Cylindrical-coordinate representation of color #9F825E: hue angle of 33.23º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9F825E is Cyan = 0, Magento = 0.18, Yellow = 0.41 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 130 | 94 | - |
| CMYK | 0 | 0.18 | 0.41 | 0.38 |
| HSL | 33.23º | 0.26% | 0.5% | - |
| HSV(B) | 33.23º | 0.41% | 0.62% | - |
| XYZ | 24.3 | 24.14 | 13.97 | - |
| YUV | 134.57 | 105.11 | 145.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 130 | 94 | 0 | 0.18 | 0.41 | 0.38 | 33.23 | 0.26 | 0.5 |
| Hex | 9F | 82 | 5E | 0 | 12 | 29 | 26 | 21 | 1A | 32 |
| Octal | 237 | 202 | 136 | 0 | 22 | 51 | 46 | 41 | 32 | 62 |
| Binary | 10011111 | 10000010 | 1011110 | 0 | 10010 | 101001 | 100110 | 100001 | 11010 | 110010 |
Color Harmonies of #9F825E
Complementary color
Monochromatic Colors of #9F825E
Black with #9F825E
Text Example
Text Example
White with #9F825E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F825E; }
p { color: rgb(159,130,94); }
H1.HeaderClassName
{
color: #9F825E;
}
.AnyTagClassName
{
color: #9F825E;
}
</style>
background-color css
<style>
a { background-color: #9F825E; }
a { background-color: rgb(159,130,94); }
div.DivClassName
{
background-color: #9F825E;
}
.BgClassName
{
background-color: #9F825E;
}
</style>
border-color css
<style>
span { border-color: #9F825E; }
span { border-color: rgb(159,130,94); }
td.TdClassName
{
border-color: #9F825E;
}
.TagClassName
{
border-color: #9F825E;
}
</style>