Shades of Pale Brown #987052
Tints of Pale Brown #987052
RGB
CMYK
RGB Variations
Color information
#987052 (or 0x987052) is known color: Pale Brown. HEX triplet: 98, 70 and 52. RGB value is (152,112,82). Sum of RGB (Red+Green+Blue) = 152+112+82=346 (45% of max value = 765). Red value is 152 (59.77% from 255 or 43.93% from 346); Green value is 112 (44.14% from 255 or 32.37% from 346); Blue value is 82 (32.42% from 255 or 23.70% from 346); Max value from RGB is 152 - color contains mainly: red. Hex color #987052 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987052 is #678FAD. Grayscale: #787878. Windows color (decimal): -6786990 or 5402776. OLE color: 5402776.
HSL color Cylindrical-coordinate representation of color #987052: hue angle of 25.71º 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 #987052 is Cyan = 0, Magento = 0.26, Yellow = 0.46 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 112 | 82 | - |
| CMYK | 0 | 0.26 | 0.46 | 0.40 |
| HSL | 25.71º | 0.3% | 0.46% | - |
| HSV(B) | 25.71º | 0.46% | 0.6% | - |
| XYZ | 20.27 | 18.87 | 10.56 | - |
| YUV | 120.54 | 106.25 | 150.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 112 | 82 | 0 | 0.26 | 0.46 | 0.40 | 25.71 | 0.3 | 0.46 |
| Hex | 98 | 70 | 52 | 0 | 1A | 2E | 28 | 1A | 1E | 2E |
| Octal | 230 | 160 | 122 | 0 | 32 | 56 | 50 | 32 | 36 | 56 |
| Binary | 10011000 | 1110000 | 1010010 | 0 | 11010 | 101110 | 101000 | 11010 | 11110 | 101110 |
Color Harmonies of #987052
Complementary color
Monochromatic Colors of #987052
Black with #987052
Text Example
Text Example
White with #987052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987052; }
p { color: rgb(152,112,82); }
H1.HeaderClassName
{
color: #987052;
}
.AnyTagClassName
{
color: #987052;
}
</style>
background-color css
<style>
a { background-color: #987052; }
a { background-color: rgb(152,112,82); }
div.DivClassName
{
background-color: #987052;
}
.BgClassName
{
background-color: #987052;
}
</style>
border-color css
<style>
span { border-color: #987052; }
span { border-color: rgb(152,112,82); }
td.TdClassName
{
border-color: #987052;
}
.TagClassName
{
border-color: #987052;
}
</style>