Shades of Pale Brown #987149
Tints of Pale Brown #987149
RGB
CMYK
RGB Variations
Color information
#987149 (or 0x987149) is known color: Pale Brown. HEX triplet: 98, 71 and 49. RGB value is (152,113,73). Sum of RGB (Red+Green+Blue) = 152+113+73=338 (44% of max value = 765). Red value is 152 (59.77% from 255 or 44.97% from 338); Green value is 113 (44.53% from 255 or 33.43% from 338); Blue value is 73 (28.91% from 255 or 21.60% from 338); Max value from RGB is 152 - color contains mainly: red. Hex color #987149 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987149 is #678EB6. Grayscale: #787878. Windows color (decimal): -6786743 or 4813208. OLE color: 4813208.
HSL color Cylindrical-coordinate representation of color #987149: hue angle of 30.38º 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 #987149 is Cyan = 0, Magento = 0.26, Yellow = 0.52 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 113 | 73 | - |
| CMYK | 0 | 0.26 | 0.52 | 0.40 |
| HSL | 30.38º | 0.35% | 0.44% | - |
| HSV(B) | 30.38º | 0.52% | 0.6% | - |
| XYZ | 20.06 | 18.97 | 8.91 | - |
| YUV | 120.1 | 101.42 | 150.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 113 | 73 | 0 | 0.26 | 0.52 | 0.40 | 30.38 | 0.35 | 0.44 |
| Hex | 98 | 71 | 49 | 0 | 1A | 34 | 28 | 1E | 23 | 2C |
| Octal | 230 | 161 | 111 | 0 | 32 | 64 | 50 | 36 | 43 | 54 |
| Binary | 10011000 | 1110001 | 1001001 | 0 | 11010 | 110100 | 101000 | 11110 | 100011 | 101100 |
Color Harmonies of #987149
Complementary color
Monochromatic Colors of #987149
Black with #987149
Text Example
Text Example
White with #987149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987149; }
p { color: rgb(152,113,73); }
H1.HeaderClassName
{
color: #987149;
}
.AnyTagClassName
{
color: #987149;
}
</style>
background-color css
<style>
a { background-color: #987149; }
a { background-color: rgb(152,113,73); }
div.DivClassName
{
background-color: #987149;
}
.BgClassName
{
background-color: #987149;
}
</style>
border-color css
<style>
span { border-color: #987149; }
span { border-color: rgb(152,113,73); }
td.TdClassName
{
border-color: #987149;
}
.TagClassName
{
border-color: #987149;
}
</style>