#512d3d color space conversions
Hex:
        #512d3d
        RGB:
        81, 45, 61
        CMY:
        68, 82, 76
        CMYK:
        0, 44, 25, 68
      HSL:
        333°, 28.5714%, 24.7059%
        HSV (HSB):
        333°, 44.4444%, 31.7647%
        XYZ:
        5.1740, 3.9630, 4.9071
        xyY:
        0.3684, 0.2822, 3.9630
      CIE-Lab:
        23.5488, 19.0270, -2.9859
        CIE-LCH:
        23.5488, 19.2599, 351.0812
        CIE-Luv:
        23.5488, 19.2899, -5.7527
        Hunter-Lab:
        19.9073, 11.5553, -0.6797
      #512d3d color charts
#512d3d RGB chart
      #512d3d CMYK chart
      #512d3d RGB pie chart
      #512d3d color shades, tints & tones
#512d3d color schemes
#512d3d color preview, HTML & CSS examples
           This text has a color of #512d3d        
        
          <p style="color:#512d3d;">Text here</p>
        
        
          .mytext {color:#512d3d;}
        
        Text color #512d3d
      
           This box has a color of #512d3d        
        
          <div style="background-color:#512d3d;">Content here</div>
        
        
          .mybackground {background-color:#512d3d;}
        
        Background color #512d3d
      
           Border around this has a color of #512d3d        
        
          <div style="border:2px solid #512d3d;">Content here</div>
        
        
          .myborder {border:2px solid #512d3d;}
        
        Border color #512d3d