Shades of Pale Brown #98754B
Tints of Pale Brown #98754B
RGB
CMYK
RGB Variations
Color information
#98754B (or 0x98754B) is known color: Pale Brown. HEX triplet: 98, 75 and 4B. RGB value is (152,117,75). Sum of RGB (Red+Green+Blue) = 152+117+75=344 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.19% from 344); Green value is 117 (46.09% from 255 or 34.01% from 344); Blue value is 75 (29.69% from 255 or 21.80% from 344); Max value from RGB is 152 - color contains mainly: red. Hex color #98754B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #98754B is #678AB4. Grayscale: #7A7A7A. Windows color (decimal): -6785717 or 4945304. OLE color: 4945304.
HSL color Cylindrical-coordinate representation of color #98754B: hue angle of 32.73º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #98754B is Cyan = 0, Magento = 0.23, Yellow = 0.51 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 117 | 75 | - |
| CMYK | 0 | 0.23 | 0.51 | 0.40 |
| HSL | 32.73º | 0.34% | 0.45% | - |
| HSV(B) | 32.73º | 0.51% | 0.6% | - |
| XYZ | 20.58 | 19.91 | 9.41 | - |
| YUV | 122.68 | 101.1 | 148.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 117 | 75 | 0 | 0.23 | 0.51 | 0.40 | 32.73 | 0.34 | 0.45 |
| Hex | 98 | 75 | 4B | 0 | 17 | 33 | 28 | 21 | 22 | 2D |
| Octal | 230 | 165 | 113 | 0 | 27 | 63 | 50 | 41 | 42 | 55 |
| Binary | 10011000 | 1110101 | 1001011 | 0 | 10111 | 110011 | 101000 | 100001 | 100010 | 101101 |
Color Harmonies of #98754B
Complementary color
Monochromatic Colors of #98754B
Black with #98754B
Text Example
Text Example
White with #98754B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98754B; }
p { color: rgb(152,117,75); }
H1.HeaderClassName
{
color: #98754B;
}
.AnyTagClassName
{
color: #98754B;
}
</style>
background-color css
<style>
a { background-color: #98754B; }
a { background-color: rgb(152,117,75); }
div.DivClassName
{
background-color: #98754B;
}
.BgClassName
{
background-color: #98754B;
}
</style>
border-color css
<style>
span { border-color: #98754B; }
span { border-color: rgb(152,117,75); }
td.TdClassName
{
border-color: #98754B;
}
.TagClassName
{
border-color: #98754B;
}
</style>