#3f500a color space conversions
Hex:
        #3f500a
        RGB:
        63, 80, 10
        CMY:
        75, 69, 96
        CMYK:
        21, 0, 88, 69
      HSL:
        75°, 77.7778%, 17.6471%
        HSV (HSB):
        75°, 87.5000%, 31.3725%
        XYZ:
        4.9733, 6.8160, 1.3407
        xyY:
        0.3788, 0.5191, 6.8160
      CIE-Lab:
        31.3843, -17.2290, 35.5140
        CIE-LCH:
        31.3843, 39.4726, 115.8795
        CIE-Luv:
        31.3843, -7.7516, 33.9221
        Hunter-Lab:
        26.1075, -11.6847, 15.2306
      #3f500a color charts
#3f500a RGB chart
      #3f500a CMYK chart
      #3f500a RGB pie chart
      #3f500a color shades, tints & tones
#3f500a color schemes
#3f500a color preview, HTML & CSS examples
           This text has a color of #3f500a        
        
          <p style="color:#3f500a;">Text here</p>
        
        
          .mytext {color:#3f500a;}
        
        Text color #3f500a
      
           This box has a color of #3f500a        
        
          <div style="background-color:#3f500a;">Content here</div>
        
        
          .mybackground {background-color:#3f500a;}
        
        Background color #3f500a
      
           Border around this has a color of #3f500a        
        
          <div style="border:2px solid #3f500a;">Content here</div>
        
        
          .myborder {border:2px solid #3f500a;}
        
        Border color #3f500a