Shades of Pale Brown #98754F
Tints of Pale Brown #98754F
RGB
CMYK
RGB Variations
Color information
#98754F (or 0x98754F) is known color: Pale Brown. HEX triplet: 98, 75 and 4F. RGB value is (152,117,79). Sum of RGB (Red+Green+Blue) = 152+117+79=348 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.68% from 348); Green value is 117 (46.09% from 255 or 33.62% from 348); Blue value is 79 (31.25% from 255 or 22.70% from 348); Max value from RGB is 152 - color contains mainly: red. Hex color #98754F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98754F is #678AB0. Grayscale: #7B7B7B. Windows color (decimal): -6785713 or 5207448. OLE color: 5207448.
HSL color Cylindrical-coordinate representation of color #98754F: hue angle of 31.23º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #98754F is Cyan = 0, Magento = 0.23, Yellow = 0.48 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 117 | 79 | - |
| CMYK | 0 | 0.23 | 0.48 | 0.40 |
| HSL | 31.23º | 0.32% | 0.45% | - |
| HSV(B) | 31.23º | 0.48% | 0.6% | - |
| XYZ | 20.72 | 19.96 | 10.16 | - |
| YUV | 123.13 | 103.1 | 148.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 117 | 79 | 0 | 0.23 | 0.48 | 0.40 | 31.23 | 0.32 | 0.45 |
| Hex | 98 | 75 | 4F | 0 | 17 | 30 | 28 | 1F | 20 | 2D |
| Octal | 230 | 165 | 117 | 0 | 27 | 60 | 50 | 37 | 40 | 55 |
| Binary | 10011000 | 1110101 | 1001111 | 0 | 10111 | 110000 | 101000 | 11111 | 100000 | 101101 |
Color Harmonies of #98754F
Complementary color
Monochromatic Colors of #98754F
Black with #98754F
Text Example
Text Example
White with #98754F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98754F; }
p { color: rgb(152,117,79); }
H1.HeaderClassName
{
color: #98754F;
}
.AnyTagClassName
{
color: #98754F;
}
</style>
background-color css
<style>
a { background-color: #98754F; }
a { background-color: rgb(152,117,79); }
div.DivClassName
{
background-color: #98754F;
}
.BgClassName
{
background-color: #98754F;
}
</style>
border-color css
<style>
span { border-color: #98754F; }
span { border-color: rgb(152,117,79); }
td.TdClassName
{
border-color: #98754F;
}
.TagClassName
{
border-color: #98754F;
}
</style>