Name | Hex (RGB) | HTML/CSS (RGB) | RGB | RGB (%) | CMYK | HSV |
---|---|---|---|---|---|---|
Reno Sand | A05C07 | #A05C07 | 160, 92, 7 | 62.75, 36.08, 2.75 | 0, 42.5, 95.63, 37.25 | 33.333333333333, 95.625, 62.745098039216 |
Color #a05c07 is Reno Sand. In RGB: 62.75, 36.08, 2.75. In CMYK: 0, 42.5, 95.63, 37.25.
div { background: #a05c07; color: #000; }
div { background: #a05c07; color: #fff; }
div { background: linear-gradient(to bottom, #834400 0%, #BE7526 100%); color: #000; }
div { background: linear-gradient(to bottom, #BE7526 0%, #834400 100%); color: #000; }
div { background: linear-gradient(to bottom, #834400 0%, #BE7526 100%); color: #fff; }
div { background: linear-gradient(to bottom, #BE7526 0%, #834400 100%); color: #fff; }
div { border: 1px solid #a05c07; }
div { border: 5px solid #a05c07; }
div { border: 1px dashed #a05c07; }
div { border: 5px dashed #a05c07; }
div { border: 1px dotted #a05c07; }
div { border: 5px dotted #a05c07; }