Shades of Pale Brown #98754E
Tints of Pale Brown #98754E
RGB
CMYK
RGB Variations
Color information
#98754E (or 0x98754E) is known color: Pale Brown. HEX triplet: 98, 75 and 4E. RGB value is (152,117,78). Sum of RGB (Red+Green+Blue) = 152+117+78=347 (45% of max value = 765). Red value is 152 (59.77% from 255 or 43.80% from 347); Green value is 117 (46.09% from 255 or 33.72% from 347); Blue value is 78 (30.86% from 255 or 22.48% from 347); Max value from RGB is 152 - color contains mainly: red. Hex color #98754E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98754E is #678AB1. Grayscale: #7B7B7B. Windows color (decimal): -6785714 or 5141912. OLE color: 5141912.
HSL color Cylindrical-coordinate representation of color #98754E: hue angle of 31.62º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #98754E is Cyan = 0, Magento = 0.23, Yellow = 0.49 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 117 | 78 | - |
| CMYK | 0 | 0.23 | 0.49 | 0.40 |
| HSL | 31.62º | 0.32% | 0.45% | - |
| HSV(B) | 31.62º | 0.49% | 0.6% | - |
| XYZ | 20.69 | 19.95 | 9.97 | - |
| YUV | 123.02 | 102.6 | 148.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 117 | 78 | 0 | 0.23 | 0.49 | 0.40 | 31.62 | 0.32 | 0.45 |
| Hex | 98 | 75 | 4E | 0 | 17 | 31 | 28 | 20 | 20 | 2D |
| Octal | 230 | 165 | 116 | 0 | 27 | 61 | 50 | 40 | 40 | 55 |
| Binary | 10011000 | 1110101 | 1001110 | 0 | 10111 | 110001 | 101000 | 100000 | 100000 | 101101 |
Color Harmonies of #98754E
Complementary color
Monochromatic Colors of #98754E
Black with #98754E
Text Example
Text Example
White with #98754E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98754E; }
p { color: rgb(152,117,78); }
H1.HeaderClassName
{
color: #98754E;
}
.AnyTagClassName
{
color: #98754E;
}
</style>
background-color css
<style>
a { background-color: #98754E; }
a { background-color: rgb(152,117,78); }
div.DivClassName
{
background-color: #98754E;
}
.BgClassName
{
background-color: #98754E;
}
</style>
border-color css
<style>
span { border-color: #98754E; }
span { border-color: rgb(152,117,78); }
td.TdClassName
{
border-color: #98754E;
}
.TagClassName
{
border-color: #98754E;
}
</style>