Shades of Pale Brown #987552
Tints of Pale Brown #987552
RGB
CMYK
RGB Variations
Color information
#987552 (or 0x987552) is known color: Pale Brown. HEX triplet: 98, 75 and 52. RGB value is (152,117,82). Sum of RGB (Red+Green+Blue) = 152+117+82=351 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.30% from 351); Green value is 117 (46.09% from 255 or 33.33% from 351); Blue value is 82 (32.42% from 255 or 23.36% from 351); Max value from RGB is 152 - color contains mainly: red. Hex color #987552 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987552 is #678AAD. Grayscale: #7B7B7B. Windows color (decimal): -6785710 or 5404056. OLE color: 5404056.
HSL color Cylindrical-coordinate representation of color #987552: hue angle of 30º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #987552 is Cyan = 0, Magento = 0.23, Yellow = 0.46 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 117 | 82 | - |
| CMYK | 0 | 0.23 | 0.46 | 0.40 |
| HSL | 30º | 0.3% | 0.46% | - |
| HSV(B) | 30º | 0.46% | 0.6% | - |
| XYZ | 20.83 | 20.01 | 10.75 | - |
| YUV | 123.48 | 104.6 | 148.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 117 | 82 | 0 | 0.23 | 0.46 | 0.40 | 30 | 0.3 | 0.46 |
| Hex | 98 | 75 | 52 | 0 | 17 | 2E | 28 | 1E | 1E | 2E |
| Octal | 230 | 165 | 122 | 0 | 27 | 56 | 50 | 36 | 36 | 56 |
| Binary | 10011000 | 1110101 | 1010010 | 0 | 10111 | 101110 | 101000 | 11110 | 11110 | 101110 |
Color Harmonies of #987552
Complementary color
Monochromatic Colors of #987552
Black with #987552
Text Example
Text Example
White with #987552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987552; }
p { color: rgb(152,117,82); }
H1.HeaderClassName
{
color: #987552;
}
.AnyTagClassName
{
color: #987552;
}
</style>
background-color css
<style>
a { background-color: #987552; }
a { background-color: rgb(152,117,82); }
div.DivClassName
{
background-color: #987552;
}
.BgClassName
{
background-color: #987552;
}
</style>
border-color css
<style>
span { border-color: #987552; }
span { border-color: rgb(152,117,82); }
td.TdClassName
{
border-color: #987552;
}
.TagClassName
{
border-color: #987552;
}
</style>