#303f1d color space conversions
Hex:
        #303f1d
        RGB:
        48, 63, 29
        CMY:
        81, 75, 89
        CMYK:
        24, 0, 54, 75
      HSL:
        86°, 36.9565%, 18.0392%
        HSV (HSB):
        86°, 53.9683%, 24.7059%
        XYZ:
        3.2182, 4.2721, 1.8174
        xyY:
        0.3458, 0.4590, 4.2721
      CIE-Lab:
        24.5513, -13.0338, 18.8038
        CIE-LCH:
        24.5513, 22.8793, 124.7275
        CIE-Luv:
        24.5513, -6.6701, 19.2003
        Hunter-Lab:
        20.6691, -8.3782, 9.2551
      #303f1d color charts
#303f1d RGB chart
      #303f1d CMYK chart
      #303f1d RGB pie chart
      #303f1d color shades, tints & tones
#303f1d color schemes
#303f1d color preview, HTML & CSS examples
           This text has a color of #303f1d        
        
          <p style="color:#303f1d;">Text here</p>
        
        
          .mytext {color:#303f1d;}
        
        Text color #303f1d
      
           This box has a color of #303f1d        
        
          <div style="background-color:#303f1d;">Content here</div>
        
        
          .mybackground {background-color:#303f1d;}
        
        Background color #303f1d
      
           Border around this has a color of #303f1d        
        
          <div style="border:2px solid #303f1d;">Content here</div>
        
        
          .myborder {border:2px solid #303f1d;}
        
        Border color #303f1d