Shades of Pale Brown #987053
Tints of Pale Brown #987053
RGB
CMYK
RGB Variations
Color information
#987053 (or 0x987053) is known color: Pale Brown. HEX triplet: 98, 70 and 53. RGB value is (152,112,83). Sum of RGB (Red+Green+Blue) = 152+112+83=347 (45% of max value = 765). Red value is 152 (59.77% from 255 or 43.80% from 347); Green value is 112 (44.14% from 255 or 32.28% from 347); Blue value is 83 (32.81% from 255 or 23.92% from 347); Max value from RGB is 152 - color contains mainly: red. Hex color #987053 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987053 is #678FAC. Grayscale: #787878. Windows color (decimal): -6786989 or 5468312. OLE color: 5468312.
HSL color Cylindrical-coordinate representation of color #987053: hue angle of 25.22º 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 #987053 is Cyan = 0, Magento = 0.26, Yellow = 0.45 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 112 | 83 | - |
| CMYK | 0 | 0.26 | 0.45 | 0.40 |
| HSL | 25.22º | 0.29% | 0.46% | - |
| HSV(B) | 25.22º | 0.45% | 0.6% | - |
| XYZ | 20.3 | 18.89 | 10.76 | - |
| YUV | 120.65 | 106.75 | 150.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 112 | 83 | 0 | 0.26 | 0.45 | 0.40 | 25.22 | 0.29 | 0.46 |
| Hex | 98 | 70 | 53 | 0 | 1A | 2D | 28 | 19 | 1D | 2E |
| Octal | 230 | 160 | 123 | 0 | 32 | 55 | 50 | 31 | 35 | 56 |
| Binary | 10011000 | 1110000 | 1010011 | 0 | 11010 | 101101 | 101000 | 11001 | 11101 | 101110 |
Color Harmonies of #987053
Complementary color
Monochromatic Colors of #987053
Black with #987053
Text Example
Text Example
White with #987053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987053; }
p { color: rgb(152,112,83); }
H1.HeaderClassName
{
color: #987053;
}
.AnyTagClassName
{
color: #987053;
}
</style>
background-color css
<style>
a { background-color: #987053; }
a { background-color: rgb(152,112,83); }
div.DivClassName
{
background-color: #987053;
}
.BgClassName
{
background-color: #987053;
}
</style>
border-color css
<style>
span { border-color: #987053; }
span { border-color: rgb(152,112,83); }
td.TdClassName
{
border-color: #987053;
}
.TagClassName
{
border-color: #987053;
}
</style>