HEX
#
RGB
HSL

#CD853F CSS / HTML Preview

Text with hexadecimal color #CD853F

This text has a font color of #CD853F.

<span style="color:#CD853F;">Your text here</span>
#CD853F border color

This element has a border color of #CD853F.

<div style="border:2px solid #CD853F;">Content here</div>
#CD853F background color

This paragraph has a background color of #CD853F.

<p style="background-color:#CD853F;">Content here</p>
CSS codes
.text {color:#CD853F;}
.background {background-color:#CD853F;}
.border {border:1px solid #CD853F;}