Shades of Pale Brown #98754C
Tints of Pale Brown #98754C
RGB
CMYK
RGB Variations
Color information
#98754C (or 0x98754C) is known color: Pale Brown. HEX triplet: 98, 75 and 4C. RGB value is (152,117,76). Sum of RGB (Red+Green+Blue) = 152+117+76=345 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.06% from 345); Green value is 117 (46.09% from 255 or 33.91% from 345); Blue value is 76 (30.08% from 255 or 22.03% from 345); Max value from RGB is 152 - color contains mainly: red. Hex color #98754C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #98754C is #678AB3. Grayscale: #7A7A7A. Windows color (decimal): -6785716 or 5010840. OLE color: 5010840.
HSL color Cylindrical-coordinate representation of color #98754C: hue angle of 32.37º 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 #98754C is Cyan = 0, Magento = 0.23, Yellow = 0.50 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 117 | 76 | - |
| CMYK | 0 | 0.23 | 0.50 | 0.40 |
| HSL | 32.37º | 0.33% | 0.45% | - |
| HSV(B) | 32.37º | 0.5% | 0.6% | - |
| XYZ | 20.61 | 19.92 | 9.6 | - |
| YUV | 122.79 | 101.6 | 148.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 117 | 76 | 0 | 0.23 | 0.50 | 0.40 | 32.37 | 0.33 | 0.45 |
| Hex | 98 | 75 | 4C | 0 | 17 | 32 | 28 | 20 | 21 | 2D |
| Octal | 230 | 165 | 114 | 0 | 27 | 62 | 50 | 40 | 41 | 55 |
| Binary | 10011000 | 1110101 | 1001100 | 0 | 10111 | 110010 | 101000 | 100000 | 100001 | 101101 |
Color Harmonies of #98754C
Complementary color
Monochromatic Colors of #98754C
Black with #98754C
Text Example
Text Example
White with #98754C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98754C; }
p { color: rgb(152,117,76); }
H1.HeaderClassName
{
color: #98754C;
}
.AnyTagClassName
{
color: #98754C;
}
</style>
background-color css
<style>
a { background-color: #98754C; }
a { background-color: rgb(152,117,76); }
div.DivClassName
{
background-color: #98754C;
}
.BgClassName
{
background-color: #98754C;
}
</style>
border-color css
<style>
span { border-color: #98754C; }
span { border-color: rgb(152,117,76); }
td.TdClassName
{
border-color: #98754C;
}
.TagClassName
{
border-color: #98754C;
}
</style>