Shades of Sorrell Brown #9F825D
Tints of Sorrell Brown #9F825D
RGB
CMYK
RGB Variations
Color information
#9F825D (or 0x9F825D) is known color: Sorrell Brown. HEX triplet: 9F, 82 and 5D. RGB value is (159,130,93). Sum of RGB (Red+Green+Blue) = 159+130+93=382 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.62% from 382); Green value is 130 (51.17% from 255 or 34.03% from 382); Blue value is 93 (36.72% from 255 or 24.35% from 382); Max value from RGB is 159 - color contains mainly: red. Hex color #9F825D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F825D is #607DA2. Grayscale: #868686. Windows color (decimal): -6323619 or 6128287. OLE color: 6128287.
HSL color Cylindrical-coordinate representation of color #9F825D: hue angle of 33.64º 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 #9F825D is Cyan = 0, Magento = 0.18, Yellow = 0.42 and Black (K on CMYK) = 0.38.
Color convert
RGB | 159 | 130 | 93 | - |
CMYK | 0 | 0.18 | 0.42 | 0.38 |
HSL | 33.64º | 0.26% | 0.49% | - |
HSV(B) | 33.64º | 0.42% | 0.62% | - |
XYZ | 24.26 | 24.13 | 13.73 | - |
YUV | 134.45 | 104.61 | 145.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 159 | 130 | 93 | 0 | 0.18 | 0.42 | 0.38 | 33.64 | 0.26 | 0.49 |
Hex | 9F | 82 | 5D | 0 | 12 | 2A | 26 | 22 | 1A | 31 |
Octal | 237 | 202 | 135 | 0 | 22 | 52 | 46 | 42 | 32 | 61 |
Binary | 10011111 | 10000010 | 1011101 | 0 | 10010 | 101010 | 100110 | 100010 | 11010 | 110001 |
Color Harmonies of #9F825D
Complementary color
Monochromatic Colors of #9F825D
Black with #9F825D
Text Example
Text Example
White with #9F825D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F825D; }
p { color: rgb(159,130,93); }
H1.HeaderClassName
{
color: #9F825D;
}
.AnyTagClassName
{
color: #9F825D;
}
</style>
background-color css
<style>
a { background-color: #9F825D; }
a { background-color: rgb(159,130,93); }
div.DivClassName
{
background-color: #9F825D;
}
.BgClassName
{
background-color: #9F825D;
}
</style>
border-color css
<style>
span { border-color: #9F825D; }
span { border-color: rgb(159,130,93); }
td.TdClassName
{
border-color: #9F825D;
}
.TagClassName
{
border-color: #9F825D;
}
</style>