Shades of Pale Brown #987253
Tints of Pale Brown #987253
RGB
CMYK
RGB Variations
Color information
#987253 (or 0x987253) is known color: Pale Brown. HEX triplet: 98, 72 and 53. RGB value is (152,114,83). Sum of RGB (Red+Green+Blue) = 152+114+83=349 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.55% from 349); Green value is 114 (44.92% from 255 or 32.66% from 349); Blue value is 83 (32.81% from 255 or 23.78% from 349); Max value from RGB is 152 - color contains mainly: red. Hex color #987253 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987253 is #678DAC. Grayscale: #797979. Windows color (decimal): -6786477 or 5468824. OLE color: 5468824.
HSL color Cylindrical-coordinate representation of color #987253: hue angle of 26.96º 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 #987253 is Cyan = 0, Magento = 0.25, Yellow = 0.45 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 114 | 83 | - |
| CMYK | 0 | 0.25 | 0.45 | 0.40 |
| HSL | 26.96º | 0.29% | 0.46% | - |
| HSV(B) | 26.96º | 0.45% | 0.6% | - |
| XYZ | 20.53 | 19.33 | 10.83 | - |
| YUV | 121.83 | 106.09 | 149.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 114 | 83 | 0 | 0.25 | 0.45 | 0.40 | 26.96 | 0.29 | 0.46 |
| Hex | 98 | 72 | 53 | 0 | 19 | 2D | 28 | 1B | 1D | 2E |
| Octal | 230 | 162 | 123 | 0 | 31 | 55 | 50 | 33 | 35 | 56 |
| Binary | 10011000 | 1110010 | 1010011 | 0 | 11001 | 101101 | 101000 | 11011 | 11101 | 101110 |
Color Harmonies of #987253
Complementary color
Monochromatic Colors of #987253
Black with #987253
Text Example
Text Example
White with #987253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987253; }
p { color: rgb(152,114,83); }
H1.HeaderClassName
{
color: #987253;
}
.AnyTagClassName
{
color: #987253;
}
</style>
background-color css
<style>
a { background-color: #987253; }
a { background-color: rgb(152,114,83); }
div.DivClassName
{
background-color: #987253;
}
.BgClassName
{
background-color: #987253;
}
</style>
border-color css
<style>
span { border-color: #987253; }
span { border-color: rgb(152,114,83); }
td.TdClassName
{
border-color: #987253;
}
.TagClassName
{
border-color: #987253;
}
</style>