Shades of Pale Brown #98744C
Tints of Pale Brown #98744C
RGB
CMYK
RGB Variations
Color information
#98744C (or 0x98744C) is known color: Pale Brown. HEX triplet: 98, 74 and 4C. RGB value is (152,116,76). Sum of RGB (Red+Green+Blue) = 152+116+76=344 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.19% from 344); Green value is 116 (45.70% from 255 or 33.72% from 344); Blue value is 76 (30.08% from 255 or 22.09% from 344); Max value from RGB is 152 - color contains mainly: red. Hex color #98744C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #98744C is #678BB3. Grayscale: #7A7A7A. Windows color (decimal): -6785972 or 5010584. OLE color: 5010584.
HSL color Cylindrical-coordinate representation of color #98744C: hue angle of 31.58º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #98744C is Cyan = 0, Magento = 0.24, Yellow = 0.50 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 116 | 76 | - |
| CMYK | 0 | 0.24 | 0.50 | 0.40 |
| HSL | 31.58º | 0.33% | 0.45% | - |
| HSV(B) | 31.58º | 0.5% | 0.6% | - |
| XYZ | 20.5 | 19.69 | 9.56 | - |
| YUV | 122.2 | 101.93 | 149.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 116 | 76 | 0 | 0.24 | 0.50 | 0.40 | 31.58 | 0.33 | 0.45 |
| Hex | 98 | 74 | 4C | 0 | 18 | 32 | 28 | 20 | 21 | 2D |
| Octal | 230 | 164 | 114 | 0 | 30 | 62 | 50 | 40 | 41 | 55 |
| Binary | 10011000 | 1110100 | 1001100 | 0 | 11000 | 110010 | 101000 | 100000 | 100001 | 101101 |
Color Harmonies of #98744C
Complementary color
Monochromatic Colors of #98744C
Black with #98744C
Text Example
Text Example
White with #98744C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98744C; }
p { color: rgb(152,116,76); }
H1.HeaderClassName
{
color: #98744C;
}
.AnyTagClassName
{
color: #98744C;
}
</style>
background-color css
<style>
a { background-color: #98744C; }
a { background-color: rgb(152,116,76); }
div.DivClassName
{
background-color: #98744C;
}
.BgClassName
{
background-color: #98744C;
}
</style>
border-color css
<style>
span { border-color: #98744C; }
span { border-color: rgb(152,116,76); }
td.TdClassName
{
border-color: #98744C;
}
.TagClassName
{
border-color: #98744C;
}
</style>