Marked wrong though i feel is right

Tell us what’s happening:

I have entered all the code but the computer kept marking me wrong on sienna colour code. rgb(165, 82, 45); but still, for the past 2 days now, help
Your code so far


<style>
  .red-text {
    color: rgb(255, 0, 0);
  }
  .orchid-text {
    color: rgb(218, 112, 214);
  };
  .sienna-text {
    color: rgb(160, 82, 45);
  }
  .blue-text {
    color: rgb(0, 0, 255);
  }
</style>

<h1 class="red-text">I am red!</h1>

<h1 class="orchid-text">I am orchid!</h1>

<h1 class="sienna-text">I am sienna!</h1>

<h1 class="blue-text">I am blue!</h1>

**Your browser

4 posts were merged into an existing topic: Mix Colors help me please

A post was merged into an existing topic: Still marking it wrong, i am tired