Shades of Pale Brown #9E7148
Tints of Pale Brown #9E7148
RGB
CMYK
RGB Variations
Color information
#9E7148 (or 0x9E7148) is known color: Pale Brown. HEX triplet: 9E, 71 and 48. RGB value is (158,113,72). Sum of RGB (Red+Green+Blue) = 158+113+72=343 (45% of max value = 765). Red value is 158 (62.11% from 255 or 46.06% from 343); Green value is 113 (44.53% from 255 or 32.94% from 343); Blue value is 72 (28.52% from 255 or 20.99% from 343); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7148 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E7148 is #618EB7. Grayscale: #797979. Windows color (decimal): -6393528 or 4747678. OLE color: 4747678.
HSL color Cylindrical-coordinate representation of color #9E7148: hue angle of 28.6º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9E7148 is Cyan = 0, Magento = 0.28, Yellow = 0.54 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 113 | 72 | - |
| CMYK | 0 | 0.28 | 0.54 | 0.38 |
| HSL | 28.6º | 0.37% | 0.45% | - |
| HSV(B) | 28.6º | 0.54% | 0.62% | - |
| XYZ | 21.18 | 19.55 | 8.79 | - |
| YUV | 121.78 | 99.91 | 153.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 113 | 72 | 0 | 0.28 | 0.54 | 0.38 | 28.6 | 0.37 | 0.45 |
| Hex | 9E | 71 | 48 | 0 | 1C | 36 | 26 | 1D | 25 | 2D |
| Octal | 236 | 161 | 110 | 0 | 34 | 66 | 46 | 35 | 45 | 55 |
| Binary | 10011110 | 1110001 | 1001000 | 0 | 11100 | 110110 | 100110 | 11101 | 100101 | 101101 |
Color Harmonies of #9E7148
Complementary color
Monochromatic Colors of #9E7148
Black with #9E7148
Text Example
Text Example
White with #9E7148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E7148; }
p { color: rgb(158,113,72); }
H1.HeaderClassName
{
color: #9E7148;
}
.AnyTagClassName
{
color: #9E7148;
}
</style>
background-color css
<style>
a { background-color: #9E7148; }
a { background-color: rgb(158,113,72); }
div.DivClassName
{
background-color: #9E7148;
}
.BgClassName
{
background-color: #9E7148;
}
</style>
border-color css
<style>
span { border-color: #9E7148; }
span { border-color: rgb(158,113,72); }
td.TdClassName
{
border-color: #9E7148;
}
.TagClassName
{
border-color: #9E7148;
}
</style>