Shades of Pale Brown #987449
Tints of Pale Brown #987449
RGB
CMYK
RGB Variations
Color information
#987449 (or 0x987449) is known color: Pale Brown. HEX triplet: 98, 74 and 49. RGB value is (152,116,73). Sum of RGB (Red+Green+Blue) = 152+116+73=341 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.57% from 341); Green value is 116 (45.70% from 255 or 34.02% from 341); Blue value is 73 (28.91% from 255 or 21.41% from 341); Max value from RGB is 152 - color contains mainly: red. Hex color #987449 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987449 is #678BB6. Grayscale: #7A7A7A. Windows color (decimal): -6785975 or 4813976. OLE color: 4813976.
HSL color Cylindrical-coordinate representation of color #987449: hue angle of 32.66º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #987449 is Cyan = 0, Magento = 0.24, Yellow = 0.52 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 116 | 73 | - |
| CMYK | 0 | 0.24 | 0.52 | 0.40 |
| HSL | 32.66º | 0.35% | 0.44% | - |
| HSV(B) | 32.66º | 0.52% | 0.6% | - |
| XYZ | 20.4 | 19.65 | 9.02 | - |
| YUV | 121.86 | 100.43 | 149.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 116 | 73 | 0 | 0.24 | 0.52 | 0.40 | 32.66 | 0.35 | 0.44 |
| Hex | 98 | 74 | 49 | 0 | 18 | 34 | 28 | 21 | 23 | 2C |
| Octal | 230 | 164 | 111 | 0 | 30 | 64 | 50 | 41 | 43 | 54 |
| Binary | 10011000 | 1110100 | 1001001 | 0 | 11000 | 110100 | 101000 | 100001 | 100011 | 101100 |
Color Harmonies of #987449
Complementary color
Monochromatic Colors of #987449
Black with #987449
Text Example
Text Example
White with #987449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987449; }
p { color: rgb(152,116,73); }
H1.HeaderClassName
{
color: #987449;
}
.AnyTagClassName
{
color: #987449;
}
</style>
background-color css
<style>
a { background-color: #987449; }
a { background-color: rgb(152,116,73); }
div.DivClassName
{
background-color: #987449;
}
.BgClassName
{
background-color: #987449;
}
</style>
border-color css
<style>
span { border-color: #987449; }
span { border-color: rgb(152,116,73); }
td.TdClassName
{
border-color: #987449;
}
.TagClassName
{
border-color: #987449;
}
</style>