Shades of Pale Brown #9E744C
Tints of Pale Brown #9E744C
RGB
CMYK
RGB Variations
Color information
#9E744C (or 0x9E744C) is known color: Pale Brown. HEX triplet: 9E, 74 and 4C. RGB value is (158,116,76). Sum of RGB (Red+Green+Blue) = 158+116+76=350 (46% of max value = 765). Red value is 158 (62.11% from 255 or 45.14% from 350); Green value is 116 (45.70% from 255 or 33.14% from 350); Blue value is 76 (30.08% from 255 or 21.71% from 350); Max value from RGB is 158 - color contains mainly: red. Hex color #9E744C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E744C is #618BB3. Grayscale: #7C7C7C. Windows color (decimal): -6392756 or 5010590. OLE color: 5010590.
HSL color Cylindrical-coordinate representation of color #9E744C: hue angle of 29.27º degrees, saturation: 0.35, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9E744C is Cyan = 0, Magento = 0.27, Yellow = 0.52 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 116 | 76 | - |
| CMYK | 0 | 0.27 | 0.52 | 0.38 |
| HSL | 29.27º | 0.35% | 0.46% | - |
| HSV(B) | 29.27º | 0.52% | 0.62% | - |
| XYZ | 21.65 | 20.28 | 9.61 | - |
| YUV | 124 | 100.91 | 152.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 116 | 76 | 0 | 0.27 | 0.52 | 0.38 | 29.27 | 0.35 | 0.46 |
| Hex | 9E | 74 | 4C | 0 | 1B | 34 | 26 | 1D | 23 | 2E |
| Octal | 236 | 164 | 114 | 0 | 33 | 64 | 46 | 35 | 43 | 56 |
| Binary | 10011110 | 1110100 | 1001100 | 0 | 11011 | 110100 | 100110 | 11101 | 100011 | 101110 |
Color Harmonies of #9E744C
Complementary color
Monochromatic Colors of #9E744C
Black with #9E744C
Text Example
Text Example
White with #9E744C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E744C; }
p { color: rgb(158,116,76); }
H1.HeaderClassName
{
color: #9E744C;
}
.AnyTagClassName
{
color: #9E744C;
}
</style>
background-color css
<style>
a { background-color: #9E744C; }
a { background-color: rgb(158,116,76); }
div.DivClassName
{
background-color: #9E744C;
}
.BgClassName
{
background-color: #9E744C;
}
</style>
border-color css
<style>
span { border-color: #9E744C; }
span { border-color: rgb(158,116,76); }
td.TdClassName
{
border-color: #9E744C;
}
.TagClassName
{
border-color: #9E744C;
}
</style>