Shades of Pale Brown #987457
Tints of Pale Brown #987457
RGB
CMYK
RGB Variations
Color information
#987457 (or 0x987457) is known color: Pale Brown. HEX triplet: 98, 74 and 57. RGB value is (152,116,87). Sum of RGB (Red+Green+Blue) = 152+116+87=355 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.82% from 355); Green value is 116 (45.70% from 255 or 32.68% from 355); Blue value is 87 (34.38% from 255 or 24.51% from 355); Max value from RGB is 152 - color contains mainly: red. Hex color #987457 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987457 is #678BA8. Grayscale: #7B7B7B. Windows color (decimal): -6785961 or 5731480. OLE color: 5731480.
HSL color Cylindrical-coordinate representation of color #987457: hue angle of 26.77º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #987457 is Cyan = 0, Magento = 0.24, Yellow = 0.43 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 116 | 87 | - |
| CMYK | 0 | 0.24 | 0.43 | 0.40 |
| HSL | 26.77º | 0.27% | 0.47% | - |
| HSV(B) | 26.77º | 0.43% | 0.6% | - |
| XYZ | 20.91 | 19.85 | 11.75 | - |
| YUV | 123.46 | 107.43 | 148.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 116 | 87 | 0 | 0.24 | 0.43 | 0.40 | 26.77 | 0.27 | 0.47 |
| Hex | 98 | 74 | 57 | 0 | 18 | 2B | 28 | 1B | 1B | 2F |
| Octal | 230 | 164 | 127 | 0 | 30 | 53 | 50 | 33 | 33 | 57 |
| Binary | 10011000 | 1110100 | 1010111 | 0 | 11000 | 101011 | 101000 | 11011 | 11011 | 101111 |
Color Harmonies of #987457
Complementary color
Monochromatic Colors of #987457
Black with #987457
Text Example
Text Example
White with #987457
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987457; }
p { color: rgb(152,116,87); }
H1.HeaderClassName
{
color: #987457;
}
.AnyTagClassName
{
color: #987457;
}
</style>
background-color css
<style>
a { background-color: #987457; }
a { background-color: rgb(152,116,87); }
div.DivClassName
{
background-color: #987457;
}
.BgClassName
{
background-color: #987457;
}
</style>
border-color css
<style>
span { border-color: #987457; }
span { border-color: rgb(152,116,87); }
td.TdClassName
{
border-color: #987457;
}
.TagClassName
{
border-color: #987457;
}
</style>