Shades of Pale Brown #987349
Tints of Pale Brown #987349
RGB
CMYK
RGB Variations
Color information
#987349 (or 0x987349) is known color: Pale Brown. HEX triplet: 98, 73 and 49. RGB value is (152,115,73). Sum of RGB (Red+Green+Blue) = 152+115+73=340 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.71% from 340); Green value is 115 (45.31% from 255 or 33.82% from 340); Blue value is 73 (28.91% from 255 or 21.47% from 340); Max value from RGB is 152 - color contains mainly: red. Hex color #987349 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987349 is #678CB6. Grayscale: #797979. Windows color (decimal): -6786231 or 4813720. OLE color: 4813720.
HSL color Cylindrical-coordinate representation of color #987349: hue angle of 31.9º 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 #987349 is Cyan = 0, Magento = 0.24, Yellow = 0.52 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 115 | 73 | - |
| CMYK | 0 | 0.24 | 0.52 | 0.40 |
| HSL | 31.9º | 0.35% | 0.44% | - |
| HSV(B) | 31.9º | 0.52% | 0.6% | - |
| XYZ | 20.28 | 19.42 | 8.98 | - |
| YUV | 121.28 | 100.76 | 149.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 115 | 73 | 0 | 0.24 | 0.52 | 0.40 | 31.9 | 0.35 | 0.44 |
| Hex | 98 | 73 | 49 | 0 | 18 | 34 | 28 | 20 | 23 | 2C |
| Octal | 230 | 163 | 111 | 0 | 30 | 64 | 50 | 40 | 43 | 54 |
| Binary | 10011000 | 1110011 | 1001001 | 0 | 11000 | 110100 | 101000 | 100000 | 100011 | 101100 |
Color Harmonies of #987349
Complementary color
Monochromatic Colors of #987349
Black with #987349
Text Example
Text Example
White with #987349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987349; }
p { color: rgb(152,115,73); }
H1.HeaderClassName
{
color: #987349;
}
.AnyTagClassName
{
color: #987349;
}
</style>
background-color css
<style>
a { background-color: #987349; }
a { background-color: rgb(152,115,73); }
div.DivClassName
{
background-color: #987349;
}
.BgClassName
{
background-color: #987349;
}
</style>
border-color css
<style>
span { border-color: #987349; }
span { border-color: rgb(152,115,73); }
td.TdClassName
{
border-color: #987349;
}
.TagClassName
{
border-color: #987349;
}
</style>