Shades of Pale Brown #987544
Tints of Pale Brown #987544
RGB
CMYK
RGB Variations
Color information
#987544 (or 0x987544) is known color: Pale Brown. HEX triplet: 98, 75 and 44. RGB value is (152,117,68). Sum of RGB (Red+Green+Blue) = 152+117+68=337 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.10% from 337); Green value is 117 (46.09% from 255 or 34.72% from 337); Blue value is 68 (26.95% from 255 or 20.18% from 337); Max value from RGB is 152 - color contains mainly: red. Hex color #987544 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987544 is #678ABB. Grayscale: #7A7A7A. Windows color (decimal): -6785724 or 4486552. OLE color: 4486552.
HSL color Cylindrical-coordinate representation of color #987544: hue angle of 35º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #987544 is Cyan = 0, Magento = 0.23, Yellow = 0.55 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 117 | 68 | - |
| CMYK | 0 | 0.23 | 0.55 | 0.40 |
| HSL | 35º | 0.38% | 0.43% | - |
| HSV(B) | 35º | 0.55% | 0.6% | - |
| XYZ | 20.35 | 19.82 | 8.22 | - |
| YUV | 121.88 | 97.6 | 149.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 117 | 68 | 0 | 0.23 | 0.55 | 0.40 | 35 | 0.38 | 0.43 |
| Hex | 98 | 75 | 44 | 0 | 17 | 37 | 28 | 23 | 26 | 2B |
| Octal | 230 | 165 | 104 | 0 | 27 | 67 | 50 | 43 | 46 | 53 |
| Binary | 10011000 | 1110101 | 1000100 | 0 | 10111 | 110111 | 101000 | 100011 | 100110 | 101011 |
Color Harmonies of #987544
Complementary color
Monochromatic Colors of #987544
Black with #987544
Text Example
Text Example
White with #987544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987544; }
p { color: rgb(152,117,68); }
H1.HeaderClassName
{
color: #987544;
}
.AnyTagClassName
{
color: #987544;
}
</style>
background-color css
<style>
a { background-color: #987544; }
a { background-color: rgb(152,117,68); }
div.DivClassName
{
background-color: #987544;
}
.BgClassName
{
background-color: #987544;
}
</style>
border-color css
<style>
span { border-color: #987544; }
span { border-color: rgb(152,117,68); }
td.TdClassName
{
border-color: #987544;
}
.TagClassName
{
border-color: #987544;
}
</style>