Shades of Pale Brown #9E7A59
Tints of Pale Brown #9E7A59
RGB
CMYK
RGB Variations
Color information
#9E7A59 (or 0x9E7A59) is known color: Pale Brown. HEX triplet: 9E, 7A and 59. RGB value is (158,122,89). Sum of RGB (Red+Green+Blue) = 158+122+89=369 (48% of max value = 765). Red value is 158 (62.11% from 255 or 42.82% from 369); Green value is 122 (48.05% from 255 or 33.06% from 369); Blue value is 89 (35.16% from 255 or 24.12% from 369); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7A59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E7A59 is #6185A6. Grayscale: #818181. Windows color (decimal): -6391207 or 5864094. OLE color: 5864094.
HSL color Cylindrical-coordinate representation of color #9E7A59: hue angle of 28.7º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9E7A59 is Cyan = 0, Magento = 0.23, Yellow = 0.44 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 122 | 89 | - |
| CMYK | 0 | 0.23 | 0.44 | 0.38 |
| HSL | 28.7º | 0.28% | 0.48% | - |
| HSV(B) | 28.7º | 0.44% | 0.62% | - |
| XYZ | 22.86 | 21.91 | 12.48 | - |
| YUV | 129 | 105.43 | 148.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 122 | 89 | 0 | 0.23 | 0.44 | 0.38 | 28.7 | 0.28 | 0.48 |
| Hex | 9E | 7A | 59 | 0 | 17 | 2C | 26 | 1D | 1C | 30 |
| Octal | 236 | 172 | 131 | 0 | 27 | 54 | 46 | 35 | 34 | 60 |
| Binary | 10011110 | 1111010 | 1011001 | 0 | 10111 | 101100 | 100110 | 11101 | 11100 | 110000 |
Color Harmonies of #9E7A59
Complementary color
Monochromatic Colors of #9E7A59
Black with #9E7A59
Text Example
Text Example
White with #9E7A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E7A59; }
p { color: rgb(158,122,89); }
H1.HeaderClassName
{
color: #9E7A59;
}
.AnyTagClassName
{
color: #9E7A59;
}
</style>
background-color css
<style>
a { background-color: #9E7A59; }
a { background-color: rgb(158,122,89); }
div.DivClassName
{
background-color: #9E7A59;
}
.BgClassName
{
background-color: #9E7A59;
}
</style>
border-color css
<style>
span { border-color: #9E7A59; }
span { border-color: rgb(158,122,89); }
td.TdClassName
{
border-color: #9E7A59;
}
.TagClassName
{
border-color: #9E7A59;
}
</style>