Shades of Sorrell Brown #9D8261
Tints of Sorrell Brown #9D8261
RGB
CMYK
RGB Variations
Color information
#9D8261 (or 0x9D8261) is known color: Sorrell Brown. HEX triplet: 9D, 82 and 61. RGB value is (157,130,97). Sum of RGB (Red+Green+Blue) = 157+130+97=384 (50% of max value = 765). Red value is 157 (61.72% from 255 or 40.89% from 384); Green value is 130 (51.17% from 255 or 33.85% from 384); Blue value is 97 (38.28% from 255 or 25.26% from 384); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8261 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D8261 is #627D9E. Grayscale: #868686. Windows color (decimal): -6454687 or 6390429. OLE color: 6390429.
HSL color Cylindrical-coordinate representation of color #9D8261: hue angle of 33º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9D8261 is Cyan = 0, Magento = 0.17, Yellow = 0.38 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 130 | 97 | - |
| CMYK | 0 | 0.17 | 0.38 | 0.38 |
| HSL | 33º | 0.24% | 0.5% | - |
| HSV(B) | 33º | 0.38% | 0.62% | - |
| XYZ | 24.04 | 24 | 14.67 | - |
| YUV | 134.31 | 106.95 | 144.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 130 | 97 | 0 | 0.17 | 0.38 | 0.38 | 33 | 0.24 | 0.5 |
| Hex | 9D | 82 | 61 | 0 | 11 | 26 | 26 | 21 | 18 | 32 |
| Octal | 235 | 202 | 141 | 0 | 21 | 46 | 46 | 41 | 30 | 62 |
| Binary | 10011101 | 10000010 | 1100001 | 0 | 10001 | 100110 | 100110 | 100001 | 11000 | 110010 |
Color Harmonies of #9D8261
Complementary color
Monochromatic Colors of #9D8261
Black with #9D8261
Text Example
Text Example
White with #9D8261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D8261; }
p { color: rgb(157,130,97); }
H1.HeaderClassName
{
color: #9D8261;
}
.AnyTagClassName
{
color: #9D8261;
}
</style>
background-color css
<style>
a { background-color: #9D8261; }
a { background-color: rgb(157,130,97); }
div.DivClassName
{
background-color: #9D8261;
}
.BgClassName
{
background-color: #9D8261;
}
</style>
border-color css
<style>
span { border-color: #9D8261; }
span { border-color: rgb(157,130,97); }
td.TdClassName
{
border-color: #9D8261;
}
.TagClassName
{
border-color: #9D8261;
}
</style>