Shades of Pale Brown #9E714F
Tints of Pale Brown #9E714F
RGB
CMYK
RGB Variations
Color information
#9E714F (or 0x9E714F) is known color: Pale Brown. HEX triplet: 9E, 71 and 4F. RGB value is (158,113,79). Sum of RGB (Red+Green+Blue) = 158+113+79=350 (46% of max value = 765). Red value is 158 (62.11% from 255 or 45.14% from 350); Green value is 113 (44.53% from 255 or 32.29% from 350); Blue value is 79 (31.25% from 255 or 22.57% from 350); Max value from RGB is 158 - color contains mainly: red. Hex color #9E714F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E714F is #618EB0. Grayscale: #7A7A7A. Windows color (decimal): -6393521 or 5206430. OLE color: 5206430.
HSL color Cylindrical-coordinate representation of color #9E714F: hue angle of 25.82º degrees, saturation: 0.33, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9E714F is Cyan = 0, Magento = 0.28, Yellow = 0.50 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 113 | 79 | - |
| CMYK | 0 | 0.28 | 0.50 | 0.38 |
| HSL | 25.82º | 0.33% | 0.46% | - |
| HSV(B) | 25.82º | 0.5% | 0.62% | - |
| XYZ | 21.42 | 19.64 | 10.06 | - |
| YUV | 122.58 | 103.41 | 153.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 113 | 79 | 0 | 0.28 | 0.50 | 0.38 | 25.82 | 0.33 | 0.46 |
| Hex | 9E | 71 | 4F | 0 | 1C | 32 | 26 | 1A | 21 | 2E |
| Octal | 236 | 161 | 117 | 0 | 34 | 62 | 46 | 32 | 41 | 56 |
| Binary | 10011110 | 1110001 | 1001111 | 0 | 11100 | 110010 | 100110 | 11010 | 100001 | 101110 |
Color Harmonies of #9E714F
Complementary color
Monochromatic Colors of #9E714F
Black with #9E714F
Text Example
Text Example
White with #9E714F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E714F; }
p { color: rgb(158,113,79); }
H1.HeaderClassName
{
color: #9E714F;
}
.AnyTagClassName
{
color: #9E714F;
}
</style>
background-color css
<style>
a { background-color: #9E714F; }
a { background-color: rgb(158,113,79); }
div.DivClassName
{
background-color: #9E714F;
}
.BgClassName
{
background-color: #9E714F;
}
</style>
border-color css
<style>
span { border-color: #9E714F; }
span { border-color: rgb(158,113,79); }
td.TdClassName
{
border-color: #9E714F;
}
.TagClassName
{
border-color: #9E714F;
}
</style>