Shades of Pale Brown #987442
Tints of Pale Brown #987442
RGB
CMYK
RGB Variations
Color information
#987442 (or 0x987442) is known color: Pale Brown. HEX triplet: 98, 74 and 42. RGB value is (152,116,66). Sum of RGB (Red+Green+Blue) = 152+116+66=334 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.51% from 334); Green value is 116 (45.70% from 255 or 34.73% from 334); Blue value is 66 (26.17% from 255 or 19.76% from 334); Max value from RGB is 152 - color contains mainly: red. Hex color #987442 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987442 is #678BBD. Grayscale: #797979. Windows color (decimal): -6785982 or 4355224. OLE color: 4355224.
HSL color Cylindrical-coordinate representation of color #987442: hue angle of 34.88º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #987442 is Cyan = 0, Magento = 0.24, Yellow = 0.57 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 116 | 66 | - |
| CMYK | 0 | 0.24 | 0.57 | 0.40 |
| HSL | 34.88º | 0.39% | 0.43% | - |
| HSV(B) | 34.88º | 0.57% | 0.6% | - |
| XYZ | 20.18 | 19.56 | 7.87 | - |
| YUV | 121.06 | 96.93 | 150.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 116 | 66 | 0 | 0.24 | 0.57 | 0.40 | 34.88 | 0.39 | 0.43 |
| Hex | 98 | 74 | 42 | 0 | 18 | 39 | 28 | 23 | 27 | 2B |
| Octal | 230 | 164 | 102 | 0 | 30 | 71 | 50 | 43 | 47 | 53 |
| Binary | 10011000 | 1110100 | 1000010 | 0 | 11000 | 111001 | 101000 | 100011 | 100111 | 101011 |
Color Harmonies of #987442
Complementary color
Monochromatic Colors of #987442
Black with #987442
Text Example
Text Example
White with #987442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987442; }
p { color: rgb(152,116,66); }
H1.HeaderClassName
{
color: #987442;
}
.AnyTagClassName
{
color: #987442;
}
</style>
background-color css
<style>
a { background-color: #987442; }
a { background-color: rgb(152,116,66); }
div.DivClassName
{
background-color: #987442;
}
.BgClassName
{
background-color: #987442;
}
</style>
border-color css
<style>
span { border-color: #987442; }
span { border-color: rgb(152,116,66); }
td.TdClassName
{
border-color: #987442;
}
.TagClassName
{
border-color: #987442;
}
</style>