#d5551c color space conversions
Hex:
        #d5551c
        RGB:
        213, 85, 28
        CMY:
        16, 67, 89
        CMYK:
        0, 60, 87, 16
      HSL:
        18°, 76.7635%, 47.2549%
        HSV (HSB):
        18°, 86.8545%, 83.5294%
        XYZ:
        30.8987, 20.7270, 3.4708
        xyY:
        0.5608, 0.3762, 20.7270
      CIE-Lab:
        52.6494, 47.8959, 54.9470
        CIE-LCH:
        52.6494, 72.8916, 48.9222
        CIE-Luv:
        52.6494, 104.7652, 41.9497
        Hunter-Lab:
        45.5269, 41.4742, 27.3488
      #d5551c color charts
#d5551c RGB chart
      #d5551c CMYK chart
      #d5551c RGB pie chart
      #d5551c color shades, tints & tones
#d5551c color schemes
#d5551c color preview, HTML & CSS examples
           This text has a color of #d5551c        
        
          <p style="color:#d5551c;">Text here</p>
        
        
          .mytext {color:#d5551c;}
        
        Text color #d5551c
      
           This box has a color of #d5551c        
        
          <div style="background-color:#d5551c;">Content here</div>
        
        
          .mybackground {background-color:#d5551c;}
        
        Background color #d5551c
      
           Border around this has a color of #d5551c        
        
          <div style="border:2px solid #d5551c;">Content here</div>
        
        
          .myborder {border:2px solid #d5551c;}
        
        Border color #d5551c