Shades of Sorrell Brown #9D855D
Tints of Sorrell Brown #9D855D
RGB
CMYK
RGB Variations
Color information
#9D855D (or 0x9D855D) is known color: Sorrell Brown. HEX triplet: 9D, 85 and 5D. RGB value is (157,133,93). Sum of RGB (Red+Green+Blue) = 157+133+93=383 (50% of max value = 765). Red value is 157 (61.72% from 255 or 40.99% from 383); Green value is 133 (52.34% from 255 or 34.73% from 383); Blue value is 93 (36.72% from 255 or 24.28% from 383); Max value from RGB is 157 - color contains mainly: red. Hex color #9D855D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D855D is #627AA2. Grayscale: #878787. Windows color (decimal): -6453923 or 6129053. OLE color: 6129053.
HSL color Cylindrical-coordinate representation of color #9D855D: hue angle of 37.5º degrees, saturation: 0.26, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9D855D is Cyan = 0, Magento = 0.15, Yellow = 0.41 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 133 | 93 | - |
| CMYK | 0 | 0.15 | 0.41 | 0.38 |
| HSL | 37.5º | 0.26% | 0.49% | - |
| HSV(B) | 37.5º | 0.41% | 0.62% | - |
| XYZ | 24.27 | 24.73 | 13.85 | - |
| YUV | 135.62 | 103.95 | 143.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 133 | 93 | 0 | 0.15 | 0.41 | 0.38 | 37.5 | 0.26 | 0.49 |
| Hex | 9D | 85 | 5D | 0 | F | 29 | 26 | 26 | 1A | 31 |
| Octal | 235 | 205 | 135 | 0 | 17 | 51 | 46 | 46 | 32 | 61 |
| Binary | 10011101 | 10000101 | 1011101 | 0 | 1111 | 101001 | 100110 | 100110 | 11010 | 110001 |
Color Harmonies of #9D855D
Complementary color
Monochromatic Colors of #9D855D
Black with #9D855D
Text Example
Text Example
White with #9D855D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D855D; }
p { color: rgb(157,133,93); }
H1.HeaderClassName
{
color: #9D855D;
}
.AnyTagClassName
{
color: #9D855D;
}
</style>
background-color css
<style>
a { background-color: #9D855D; }
a { background-color: rgb(157,133,93); }
div.DivClassName
{
background-color: #9D855D;
}
.BgClassName
{
background-color: #9D855D;
}
</style>
border-color css
<style>
span { border-color: #9D855D; }
span { border-color: rgb(157,133,93); }
td.TdClassName
{
border-color: #9D855D;
}
.TagClassName
{
border-color: #9D855D;
}
</style>