Shades of Pale Brown #987152
Tints of Pale Brown #987152
RGB
CMYK
RGB Variations
Color information
#987152 (or 0x987152) is known color: Pale Brown. HEX triplet: 98, 71 and 52. RGB value is (152,113,82). Sum of RGB (Red+Green+Blue) = 152+113+82=347 (45% of max value = 765). Red value is 152 (59.77% from 255 or 43.80% from 347); Green value is 113 (44.53% from 255 or 32.56% from 347); Blue value is 82 (32.42% from 255 or 23.63% from 347); Max value from RGB is 152 - color contains mainly: red. Hex color #987152 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987152 is #678EAD. Grayscale: #797979. Windows color (decimal): -6786734 or 5403032. OLE color: 5403032.
HSL color Cylindrical-coordinate representation of color #987152: hue angle of 26.57º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #987152 is Cyan = 0, Magento = 0.26, Yellow = 0.46 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 113 | 82 | - |
| CMYK | 0 | 0.26 | 0.46 | 0.40 |
| HSL | 26.57º | 0.3% | 0.46% | - |
| HSV(B) | 26.57º | 0.46% | 0.6% | - |
| XYZ | 20.38 | 19.09 | 10.59 | - |
| YUV | 121.13 | 105.92 | 150.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 113 | 82 | 0 | 0.26 | 0.46 | 0.40 | 26.57 | 0.3 | 0.46 |
| Hex | 98 | 71 | 52 | 0 | 1A | 2E | 28 | 1B | 1E | 2E |
| Octal | 230 | 161 | 122 | 0 | 32 | 56 | 50 | 33 | 36 | 56 |
| Binary | 10011000 | 1110001 | 1010010 | 0 | 11010 | 101110 | 101000 | 11011 | 11110 | 101110 |
Color Harmonies of #987152
Complementary color
Monochromatic Colors of #987152
Black with #987152
Text Example
Text Example
White with #987152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987152; }
p { color: rgb(152,113,82); }
H1.HeaderClassName
{
color: #987152;
}
.AnyTagClassName
{
color: #987152;
}
</style>
background-color css
<style>
a { background-color: #987152; }
a { background-color: rgb(152,113,82); }
div.DivClassName
{
background-color: #987152;
}
.BgClassName
{
background-color: #987152;
}
</style>
border-color css
<style>
span { border-color: #987152; }
span { border-color: rgb(152,113,82); }
td.TdClassName
{
border-color: #987152;
}
.TagClassName
{
border-color: #987152;
}
</style>