#04140c color space conversions
Hex:
        #04140c
        RGB:
        4, 20, 12
        CMY:
        98, 92, 95
        CMYK:
        80, 0, 40, 92
      HSL:
        150°, 66.6667%, 4.7059%
        HSV (HSB):
        150°, 80.0000%, 7.8431%
        XYZ:
        0.3666, 0.5527, 0.4352
        xyY:
        0.2707, 0.4080, 0.5527
      CIE-Lab:
        4.9922, -6.5013, 2.3827
        CIE-LCH:
        4.9922, 6.9242, 159.8725
        CIE-Luv:
        4.9922, -3.2870, 2.0089
        Hunter-Lab:
        7.4342, -4.2078, 1.7332
      #04140c color charts
#04140c RGB chart
      #04140c CMYK chart
      #04140c RGB pie chart
      #04140c color shades, tints & tones
#04140c color schemes
#04140c color preview, HTML & CSS examples
           This text has a color of #04140c        
        
          <p style="color:#04140c;">Text here</p>
        
        
          .mytext {color:#04140c;}
        
        Text color #04140c
      
           This box has a color of #04140c        
        
          <div style="background-color:#04140c;">Content here</div>
        
        
          .mybackground {background-color:#04140c;}
        
        Background color #04140c
      
           Border around this has a color of #04140c        
        
          <div style="border:2px solid #04140c;">Content here</div>
        
        
          .myborder {border:2px solid #04140c;}
        
        Border color #04140c