Shades of Sorrell Brown #987B5D
Tints of Sorrell Brown #987B5D
RGB
CMYK
RGB Variations
Color information
#987B5D (or 0x987B5D) is known color: Sorrell Brown. HEX triplet: 98, 7B and 5D. RGB value is (152,123,93). Sum of RGB (Red+Green+Blue) = 152+123+93=368 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.30% from 368); Green value is 123 (48.44% from 255 or 33.42% from 368); Blue value is 93 (36.72% from 255 or 25.27% from 368); Max value from RGB is 152 - color contains mainly: red. Hex color #987B5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987B5D is #6784A2. Grayscale: #808080. Windows color (decimal): -6784163 or 6126488. OLE color: 6126488.
HSL color Cylindrical-coordinate representation of color #987B5D: hue angle of 30.51º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #987B5D is Cyan = 0, Magento = 0.19, Yellow = 0.39 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 123 | 93 | - |
| CMYK | 0 | 0.19 | 0.39 | 0.40 |
| HSL | 30.51º | 0.24% | 0.48% | - |
| HSV(B) | 30.51º | 0.39% | 0.6% | - |
| XYZ | 22.01 | 21.63 | 13.37 | - |
| YUV | 128.25 | 108.11 | 144.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 123 | 93 | 0 | 0.19 | 0.39 | 0.40 | 30.51 | 0.24 | 0.48 |
| Hex | 98 | 7B | 5D | 0 | 13 | 27 | 28 | 1F | 18 | 30 |
| Octal | 230 | 173 | 135 | 0 | 23 | 47 | 50 | 37 | 30 | 60 |
| Binary | 10011000 | 1111011 | 1011101 | 0 | 10011 | 100111 | 101000 | 11111 | 11000 | 110000 |
Color Harmonies of #987B5D
Complementary color
Monochromatic Colors of #987B5D
Black with #987B5D
Text Example
Text Example
White with #987B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987B5D; }
p { color: rgb(152,123,93); }
H1.HeaderClassName
{
color: #987B5D;
}
.AnyTagClassName
{
color: #987B5D;
}
</style>
background-color css
<style>
a { background-color: #987B5D; }
a { background-color: rgb(152,123,93); }
div.DivClassName
{
background-color: #987B5D;
}
.BgClassName
{
background-color: #987B5D;
}
</style>
border-color css
<style>
span { border-color: #987B5D; }
span { border-color: rgb(152,123,93); }
td.TdClassName
{
border-color: #987B5D;
}
.TagClassName
{
border-color: #987B5D;
}
</style>