Shades of Pale Brown #987953
Tints of Pale Brown #987953
RGB
CMYK
RGB Variations
Color information
#987953 (or 0x987953) is known color: Pale Brown. HEX triplet: 98, 79 and 53. RGB value is (152,121,83). Sum of RGB (Red+Green+Blue) = 152+121+83=356 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.70% from 356); Green value is 121 (47.66% from 255 or 33.99% from 356); Blue value is 83 (32.81% from 255 or 23.31% from 356); Max value from RGB is 152 - color contains mainly: red. Hex color #987953 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987953 is #6786AC. Grayscale: #7E7E7E. Windows color (decimal): -6784685 or 5470616. OLE color: 5470616.
HSL color Cylindrical-coordinate representation of color #987953: hue angle of 33.04º 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 #987953 is Cyan = 0, Magento = 0.20, Yellow = 0.45 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 121 | 83 | - |
| CMYK | 0 | 0.20 | 0.45 | 0.40 |
| HSL | 33.04º | 0.29% | 0.46% | - |
| HSV(B) | 33.04º | 0.45% | 0.6% | - |
| XYZ | 21.35 | 20.97 | 11.11 | - |
| YUV | 125.94 | 103.77 | 146.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 121 | 83 | 0 | 0.20 | 0.45 | 0.40 | 33.04 | 0.29 | 0.46 |
| Hex | 98 | 79 | 53 | 0 | 14 | 2D | 28 | 21 | 1D | 2E |
| Octal | 230 | 171 | 123 | 0 | 24 | 55 | 50 | 41 | 35 | 56 |
| Binary | 10011000 | 1111001 | 1010011 | 0 | 10100 | 101101 | 101000 | 100001 | 11101 | 101110 |
Color Harmonies of #987953
Complementary color
Monochromatic Colors of #987953
Black with #987953
Text Example
Text Example
White with #987953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987953; }
p { color: rgb(152,121,83); }
H1.HeaderClassName
{
color: #987953;
}
.AnyTagClassName
{
color: #987953;
}
</style>
background-color css
<style>
a { background-color: #987953; }
a { background-color: rgb(152,121,83); }
div.DivClassName
{
background-color: #987953;
}
.BgClassName
{
background-color: #987953;
}
</style>
border-color css
<style>
span { border-color: #987953; }
span { border-color: rgb(152,121,83); }
td.TdClassName
{
border-color: #987953;
}
.TagClassName
{
border-color: #987953;
}
</style>