Shades of Toast #9E7359
Tints of Toast #9E7359
RGB
CMYK
RGB Variations
Color information
#9E7359 (or 0x9E7359) is known color: Toast. HEX triplet: 9E, 73 and 59. RGB value is (158,115,89). Sum of RGB (Red+Green+Blue) = 158+115+89=362 (47% of max value = 765). Red value is 158 (62.11% from 255 or 43.65% from 362); Green value is 115 (45.31% from 255 or 31.77% from 362); Blue value is 89 (35.16% from 255 or 24.59% from 362); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7359 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E7359 is #618CA6. Grayscale: #7D7D7D. Windows color (decimal): -6392999 or 5862302. OLE color: 5862302.
HSL color Cylindrical-coordinate representation of color #9E7359: hue angle of 22.61º 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 #9E7359 is Cyan = 0, Magento = 0.27, Yellow = 0.44 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 115 | 89 | - |
| CMYK | 0 | 0.27 | 0.44 | 0.38 |
| HSL | 22.61º | 0.28% | 0.48% | - |
| HSV(B) | 22.61º | 0.44% | 0.62% | - |
| XYZ | 22.03 | 20.25 | 12.2 | - |
| YUV | 124.89 | 107.75 | 151.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 115 | 89 | 0 | 0.27 | 0.44 | 0.38 | 22.61 | 0.28 | 0.48 |
| Hex | 9E | 73 | 59 | 0 | 1B | 2C | 26 | 17 | 1C | 30 |
| Octal | 236 | 163 | 131 | 0 | 33 | 54 | 46 | 27 | 34 | 60 |
| Binary | 10011110 | 1110011 | 1011001 | 0 | 11011 | 101100 | 100110 | 10111 | 11100 | 110000 |
Color Harmonies of #9E7359
Complementary color
Monochromatic Colors of #9E7359
Black with #9E7359
Text Example
Text Example
White with #9E7359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E7359; }
p { color: rgb(158,115,89); }
H1.HeaderClassName
{
color: #9E7359;
}
.AnyTagClassName
{
color: #9E7359;
}
</style>
background-color css
<style>
a { background-color: #9E7359; }
a { background-color: rgb(158,115,89); }
div.DivClassName
{
background-color: #9E7359;
}
.BgClassName
{
background-color: #9E7359;
}
</style>
border-color css
<style>
span { border-color: #9E7359; }
span { border-color: rgb(158,115,89); }
td.TdClassName
{
border-color: #9E7359;
}
.TagClassName
{
border-color: #9E7359;
}
</style>