Shades of Pale Brown #98714B
Tints of Pale Brown #98714B
RGB
CMYK
RGB Variations
Color information
#98714B (or 0x98714B) is known color: Pale Brown. HEX triplet: 98, 71 and 4B. RGB value is (152,113,75). Sum of RGB (Red+Green+Blue) = 152+113+75=340 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.71% from 340); Green value is 113 (44.53% from 255 or 33.24% from 340); Blue value is 75 (29.69% from 255 or 22.06% from 340); Max value from RGB is 152 - color contains mainly: red. Hex color #98714B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #98714B is #678EB4. Grayscale: #787878. Windows color (decimal): -6786741 or 4944280. OLE color: 4944280.
HSL color Cylindrical-coordinate representation of color #98714B: hue angle of 29.61º 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 #98714B is Cyan = 0, Magento = 0.26, Yellow = 0.51 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 113 | 75 | - |
| CMYK | 0 | 0.26 | 0.51 | 0.40 |
| HSL | 29.61º | 0.34% | 0.45% | - |
| HSV(B) | 29.61º | 0.51% | 0.6% | - |
| XYZ | 20.12 | 18.99 | 9.26 | - |
| YUV | 120.33 | 102.42 | 150.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 113 | 75 | 0 | 0.26 | 0.51 | 0.40 | 29.61 | 0.34 | 0.45 |
| Hex | 98 | 71 | 4B | 0 | 1A | 33 | 28 | 1E | 22 | 2D |
| Octal | 230 | 161 | 113 | 0 | 32 | 63 | 50 | 36 | 42 | 55 |
| Binary | 10011000 | 1110001 | 1001011 | 0 | 11010 | 110011 | 101000 | 11110 | 100010 | 101101 |
Color Harmonies of #98714B
Complementary color
Monochromatic Colors of #98714B
Black with #98714B
Text Example
Text Example
White with #98714B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98714B; }
p { color: rgb(152,113,75); }
H1.HeaderClassName
{
color: #98714B;
}
.AnyTagClassName
{
color: #98714B;
}
</style>
background-color css
<style>
a { background-color: #98714B; }
a { background-color: rgb(152,113,75); }
div.DivClassName
{
background-color: #98714B;
}
.BgClassName
{
background-color: #98714B;
}
</style>
border-color css
<style>
span { border-color: #98714B; }
span { border-color: rgb(152,113,75); }
td.TdClassName
{
border-color: #98714B;
}
.TagClassName
{
border-color: #98714B;
}
</style>