Shades of Sorrell Brown #9D855F
Tints of Sorrell Brown #9D855F
RGB
CMYK
RGB Variations
Color information
#9D855F (or 0x9D855F) is known color: Sorrell Brown. HEX triplet: 9D, 85 and 5F. RGB value is (157,133,95). Sum of RGB (Red+Green+Blue) = 157+133+95=385 (50% of max value = 765). Red value is 157 (61.72% from 255 or 40.78% from 385); Green value is 133 (52.34% from 255 or 34.55% from 385); Blue value is 95 (37.5% from 255 or 24.68% from 385); Max value from RGB is 157 - color contains mainly: red. Hex color #9D855F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D855F is #627AA0. Grayscale: #888888. Windows color (decimal): -6453921 or 6260125. OLE color: 6260125.
HSL color Cylindrical-coordinate representation of color #9D855F: hue angle of 36.77º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9D855F is Cyan = 0, Magento = 0.15, Yellow = 0.39 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 133 | 95 | - |
| CMYK | 0 | 0.15 | 0.39 | 0.38 |
| HSL | 36.77º | 0.25% | 0.49% | - |
| HSV(B) | 36.77º | 0.39% | 0.62% | - |
| XYZ | 24.36 | 24.77 | 14.32 | - |
| YUV | 135.84 | 104.95 | 143.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 133 | 95 | 0 | 0.15 | 0.39 | 0.38 | 36.77 | 0.25 | 0.49 |
| Hex | 9D | 85 | 5F | 0 | F | 27 | 26 | 25 | 19 | 31 |
| Octal | 235 | 205 | 137 | 0 | 17 | 47 | 46 | 45 | 31 | 61 |
| Binary | 10011101 | 10000101 | 1011111 | 0 | 1111 | 100111 | 100110 | 100101 | 11001 | 110001 |
Color Harmonies of #9D855F
Complementary color
Monochromatic Colors of #9D855F
Black with #9D855F
Text Example
Text Example
White with #9D855F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D855F; }
p { color: rgb(157,133,95); }
H1.HeaderClassName
{
color: #9D855F;
}
.AnyTagClassName
{
color: #9D855F;
}
</style>
background-color css
<style>
a { background-color: #9D855F; }
a { background-color: rgb(157,133,95); }
div.DivClassName
{
background-color: #9D855F;
}
.BgClassName
{
background-color: #9D855F;
}
</style>
border-color css
<style>
span { border-color: #9D855F; }
span { border-color: rgb(157,133,95); }
td.TdClassName
{
border-color: #9D855F;
}
.TagClassName
{
border-color: #9D855F;
}
</style>