Shades of Pale Brown #987452
Tints of Pale Brown #987452
RGB
CMYK
RGB Variations
Color information
#987452 (or 0x987452) is known color: Pale Brown. HEX triplet: 98, 74 and 52. RGB value is (152,116,82). Sum of RGB (Red+Green+Blue) = 152+116+82=350 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.43% from 350); Green value is 116 (45.70% from 255 or 33.14% from 350); Blue value is 82 (32.42% from 255 or 23.43% from 350); Max value from RGB is 152 - color contains mainly: red. Hex color #987452 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987452 is #678BAD. Grayscale: #7B7B7B. Windows color (decimal): -6785966 or 5403800. OLE color: 5403800.
HSL color Cylindrical-coordinate representation of color #987452: hue angle of 29.14º 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 #987452 is Cyan = 0, Magento = 0.24, Yellow = 0.46 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 116 | 82 | - |
| CMYK | 0 | 0.24 | 0.46 | 0.40 |
| HSL | 29.14º | 0.3% | 0.46% | - |
| HSV(B) | 29.14º | 0.46% | 0.6% | - |
| XYZ | 20.72 | 19.78 | 10.71 | - |
| YUV | 122.89 | 104.93 | 148.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 116 | 82 | 0 | 0.24 | 0.46 | 0.40 | 29.14 | 0.3 | 0.46 |
| Hex | 98 | 74 | 52 | 0 | 18 | 2E | 28 | 1D | 1E | 2E |
| Octal | 230 | 164 | 122 | 0 | 30 | 56 | 50 | 35 | 36 | 56 |
| Binary | 10011000 | 1110100 | 1010010 | 0 | 11000 | 101110 | 101000 | 11101 | 11110 | 101110 |
Color Harmonies of #987452
Complementary color
Monochromatic Colors of #987452
Black with #987452
Text Example
Text Example
White with #987452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987452; }
p { color: rgb(152,116,82); }
H1.HeaderClassName
{
color: #987452;
}
.AnyTagClassName
{
color: #987452;
}
</style>
background-color css
<style>
a { background-color: #987452; }
a { background-color: rgb(152,116,82); }
div.DivClassName
{
background-color: #987452;
}
.BgClassName
{
background-color: #987452;
}
</style>
border-color css
<style>
span { border-color: #987452; }
span { border-color: rgb(152,116,82); }
td.TdClassName
{
border-color: #987452;
}
.TagClassName
{
border-color: #987452;
}
</style>