Name | Hex (RGB) | HTML/CSS (RGB) | RGB | RGB (%) | CMYK | HSV |
---|---|---|---|---|---|---|
Burnt Umber | 862A23 | #862A23 | 134, 42, 35 | 52.55, 16.47, 13.73 | 0, 68.66, 73.88, 47.45 | 4.2424242424242, 73.880597014925, 52.549019607843 |
Color #862a23 is Burnt Umber. In RGB: 52.55, 16.47, 13.73. In CMYK: 0, 68.66, 73.88, 47.45.
div { background: #862a23; color: #000; }
div { background: #862a23; color: #fff; }
div { background: linear-gradient(to bottom, #690E0E 0%, #A34339 100%); color: #000; }
div { background: linear-gradient(to bottom, #A34339 0%, #690E0E 100%); color: #000; }
div { background: linear-gradient(to bottom, #690E0E 0%, #A34339 100%); color: #fff; }
div { background: linear-gradient(to bottom, #A34339 0%, #690E0E 100%); color: #fff; }
div { border: 1px solid #862a23; }
div { border: 5px solid #862a23; }
div { border: 1px dashed #862a23; }
div { border: 5px dashed #862a23; }
div { border: 1px dotted #862a23; }
div { border: 5px dotted #862a23; }