Shades of Pale Brown #987353
Tints of Pale Brown #987353
RGB
CMYK
RGB Variations
Color information
#987353 (or 0x987353) is known color: Pale Brown. HEX triplet: 98, 73 and 53. RGB value is (152,115,83). Sum of RGB (Red+Green+Blue) = 152+115+83=350 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.43% from 350); Green value is 115 (45.31% from 255 or 32.86% from 350); Blue value is 83 (32.81% from 255 or 23.71% from 350); Max value from RGB is 152 - color contains mainly: red. Hex color #987353 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987353 is #678CAC. Grayscale: #7A7A7A. Windows color (decimal): -6786221 or 5469080. OLE color: 5469080.
HSL color Cylindrical-coordinate representation of color #987353: hue angle of 27.83º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #987353 is Cyan = 0, Magento = 0.24, Yellow = 0.45 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 115 | 83 | - |
| CMYK | 0 | 0.24 | 0.45 | 0.40 |
| HSL | 27.83º | 0.29% | 0.46% | - |
| HSV(B) | 27.83º | 0.45% | 0.6% | - |
| XYZ | 20.64 | 19.56 | 10.87 | - |
| YUV | 122.42 | 105.76 | 149.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 115 | 83 | 0 | 0.24 | 0.45 | 0.40 | 27.83 | 0.29 | 0.46 |
| Hex | 98 | 73 | 53 | 0 | 18 | 2D | 28 | 1C | 1D | 2E |
| Octal | 230 | 163 | 123 | 0 | 30 | 55 | 50 | 34 | 35 | 56 |
| Binary | 10011000 | 1110011 | 1010011 | 0 | 11000 | 101101 | 101000 | 11100 | 11101 | 101110 |
Color Harmonies of #987353
Complementary color
Monochromatic Colors of #987353
Black with #987353
Text Example
Text Example
White with #987353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987353; }
p { color: rgb(152,115,83); }
H1.HeaderClassName
{
color: #987353;
}
.AnyTagClassName
{
color: #987353;
}
</style>
background-color css
<style>
a { background-color: #987353; }
a { background-color: rgb(152,115,83); }
div.DivClassName
{
background-color: #987353;
}
.BgClassName
{
background-color: #987353;
}
</style>
border-color css
<style>
span { border-color: #987353; }
span { border-color: rgb(152,115,83); }
td.TdClassName
{
border-color: #987353;
}
.TagClassName
{
border-color: #987353;
}
</style>