Name | Hex (RGB) | HTML/CSS (RGB) | RGB | RGB (%) | CMYK | HSV |
---|---|---|---|---|---|---|
Bracken | 4F2C10 | #4F2C10 | 79, 44, 16 | 30.98, 17.25, 6.27 | 0, 44.3, 79.75, 69.02 | 26.666666666667, 79.746835443038, 30.980392156863 |
Color #4f2c10 is Bracken. In RGB: 30.98, 17.25, 6.27. In CMYK: 0, 44.3, 79.75, 69.02.
div { background: #4f2c10; color: #000; }
div { background: #4f2c10; color: #fff; }
div { background: linear-gradient(to bottom, #381700 0%, #694225 100%); color: #000; }
div { background: linear-gradient(to bottom, #694225 0%, #381700 100%); color: #000; }
div { background: linear-gradient(to bottom, #381700 0%, #694225 100%); color: #fff; }
div { background: linear-gradient(to bottom, #694225 0%, #381700 100%); color: #fff; }
div { border: 1px solid #4f2c10; }
div { border: 5px solid #4f2c10; }
div { border: 1px dashed #4f2c10; }
div { border: 5px dashed #4f2c10; }
div { border: 1px dotted #4f2c10; }
div { border: 5px dotted #4f2c10; }