Shades of Pale Brown #987453
Tints of Pale Brown #987453
RGB
CMYK
RGB Variations
Color information
#987453 (or 0x987453) is known color: Pale Brown. HEX triplet: 98, 74 and 53. RGB value is (152,116,83). Sum of RGB (Red+Green+Blue) = 152+116+83=351 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.30% from 351); Green value is 116 (45.70% from 255 or 33.05% from 351); Blue value is 83 (32.81% from 255 or 23.65% from 351); Max value from RGB is 152 - color contains mainly: red. Hex color #987453 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987453 is #678BAC. Grayscale: #7B7B7B. Windows color (decimal): -6785965 or 5469336. OLE color: 5469336.
HSL color Cylindrical-coordinate representation of color #987453: hue angle of 28.7º 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 #987453 is Cyan = 0, Magento = 0.24, Yellow = 0.45 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 116 | 83 | - |
| CMYK | 0 | 0.24 | 0.45 | 0.40 |
| HSL | 28.7º | 0.29% | 0.46% | - |
| HSV(B) | 28.7º | 0.45% | 0.6% | - |
| XYZ | 20.76 | 19.79 | 10.91 | - |
| YUV | 123 | 105.43 | 148.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 116 | 83 | 0 | 0.24 | 0.45 | 0.40 | 28.7 | 0.29 | 0.46 |
| Hex | 98 | 74 | 53 | 0 | 18 | 2D | 28 | 1D | 1D | 2E |
| Octal | 230 | 164 | 123 | 0 | 30 | 55 | 50 | 35 | 35 | 56 |
| Binary | 10011000 | 1110100 | 1010011 | 0 | 11000 | 101101 | 101000 | 11101 | 11101 | 101110 |
Color Harmonies of #987453
Complementary color
Monochromatic Colors of #987453
Black with #987453
Text Example
Text Example
White with #987453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987453; }
p { color: rgb(152,116,83); }
H1.HeaderClassName
{
color: #987453;
}
.AnyTagClassName
{
color: #987453;
}
</style>
background-color css
<style>
a { background-color: #987453; }
a { background-color: rgb(152,116,83); }
div.DivClassName
{
background-color: #987453;
}
.BgClassName
{
background-color: #987453;
}
</style>
border-color css
<style>
span { border-color: #987453; }
span { border-color: rgb(152,116,83); }
td.TdClassName
{
border-color: #987453;
}
.TagClassName
{
border-color: #987453;
}
</style>