Shades of Pale Brown #987950
Tints of Pale Brown #987950
RGB
CMYK
RGB Variations
Color information
#987950 (or 0x987950) is known color: Pale Brown. HEX triplet: 98, 79 and 50. RGB value is (152,121,80). Sum of RGB (Red+Green+Blue) = 152+121+80=353 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.06% from 353); Green value is 121 (47.66% from 255 or 34.28% from 353); Blue value is 80 (31.64% from 255 or 22.66% from 353); Max value from RGB is 152 - color contains mainly: red. Hex color #987950 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987950 is #6786AF. Grayscale: #7D7D7D. Windows color (decimal): -6784688 or 5274008. OLE color: 5274008.
HSL color Cylindrical-coordinate representation of color #987950: hue angle of 34.17º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #987950 is Cyan = 0, Magento = 0.20, Yellow = 0.47 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 121 | 80 | - |
| CMYK | 0 | 0.20 | 0.47 | 0.40 |
| HSL | 34.17º | 0.31% | 0.45% | - |
| HSV(B) | 34.17º | 0.47% | 0.6% | - |
| XYZ | 21.23 | 20.93 | 10.51 | - |
| YUV | 125.6 | 102.27 | 146.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 121 | 80 | 0 | 0.20 | 0.47 | 0.40 | 34.17 | 0.31 | 0.45 |
| Hex | 98 | 79 | 50 | 0 | 14 | 2F | 28 | 22 | 1F | 2D |
| Octal | 230 | 171 | 120 | 0 | 24 | 57 | 50 | 42 | 37 | 55 |
| Binary | 10011000 | 1111001 | 1010000 | 0 | 10100 | 101111 | 101000 | 100010 | 11111 | 101101 |
Color Harmonies of #987950
Complementary color
Monochromatic Colors of #987950
Black with #987950
Text Example
Text Example
White with #987950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987950; }
p { color: rgb(152,121,80); }
H1.HeaderClassName
{
color: #987950;
}
.AnyTagClassName
{
color: #987950;
}
</style>
background-color css
<style>
a { background-color: #987950; }
a { background-color: rgb(152,121,80); }
div.DivClassName
{
background-color: #987950;
}
.BgClassName
{
background-color: #987950;
}
</style>
border-color css
<style>
span { border-color: #987950; }
span { border-color: rgb(152,121,80); }
td.TdClassName
{
border-color: #987950;
}
.TagClassName
{
border-color: #987950;
}
</style>