Shades of Toast #9D7359
Tints of Toast #9D7359
RGB
CMYK
RGB Variations
Color information
#9D7359 (or 0x9D7359) is known color: Toast. HEX triplet: 9D, 73 and 59. RGB value is (157,115,89). Sum of RGB (Red+Green+Blue) = 157+115+89=361 (47% of max value = 765). Red value is 157 (61.72% from 255 or 43.49% from 361); Green value is 115 (45.31% from 255 or 31.86% from 361); Blue value is 89 (35.16% from 255 or 24.65% from 361); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7359 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D7359 is #628CA6. Grayscale: #7C7C7C. Windows color (decimal): -6458535 or 5862301. OLE color: 5862301.
HSL color Cylindrical-coordinate representation of color #9D7359: hue angle of 22.94º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9D7359 is Cyan = 0, Magento = 0.27, Yellow = 0.43 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 115 | 89 | - |
| CMYK | 0 | 0.27 | 0.43 | 0.38 |
| HSL | 22.94º | 0.28% | 0.48% | - |
| HSV(B) | 22.94º | 0.43% | 0.62% | - |
| XYZ | 21.84 | 20.15 | 12.19 | - |
| YUV | 124.59 | 107.91 | 151.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 115 | 89 | 0 | 0.27 | 0.43 | 0.38 | 22.94 | 0.28 | 0.48 |
| Hex | 9D | 73 | 59 | 0 | 1B | 2B | 26 | 17 | 1C | 30 |
| Octal | 235 | 163 | 131 | 0 | 33 | 53 | 46 | 27 | 34 | 60 |
| Binary | 10011101 | 1110011 | 1011001 | 0 | 11011 | 101011 | 100110 | 10111 | 11100 | 110000 |
Color Harmonies of #9D7359
Complementary color
Monochromatic Colors of #9D7359
Black with #9D7359
Text Example
Text Example
White with #9D7359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D7359; }
p { color: rgb(157,115,89); }
H1.HeaderClassName
{
color: #9D7359;
}
.AnyTagClassName
{
color: #9D7359;
}
</style>
background-color css
<style>
a { background-color: #9D7359; }
a { background-color: rgb(157,115,89); }
div.DivClassName
{
background-color: #9D7359;
}
.BgClassName
{
background-color: #9D7359;
}
</style>
border-color css
<style>
span { border-color: #9D7359; }
span { border-color: rgb(157,115,89); }
td.TdClassName
{
border-color: #9D7359;
}
.TagClassName
{
border-color: #9D7359;
}
</style>