#500c08 color space conversions
Hex:
        #500c08
        RGB:
        80, 12, 8
        CMY:
        69, 95, 97
        CMYK:
        0, 85, 90, 69
      HSL:
        3°, 81.8182%, 17.2549%
        HSV (HSB):
        3°, 90.0000%, 31.3725%
        XYZ:
        3.4836, 1.9859, 0.4295
        xyY:
        0.5905, 0.3367, 1.9859
      CIE-Lab:
        15.4133, 30.6833, 20.4321
        CIE-LCH:
        15.4133, 36.8637, 33.6598
        CIE-Luv:
        15.4133, 41.1441, 9.7824
        Hunter-Lab:
        14.0924, 19.4627, 8.0579
      #500c08 color charts
#500c08 RGB chart
      #500c08 CMYK chart
      #500c08 RGB pie chart
      #500c08 color shades, tints & tones
#500c08 color schemes
#500c08 color preview, HTML & CSS examples
           This text has a color of #500c08        
        
          <p style="color:#500c08;">Text here</p>
        
        
          .mytext {color:#500c08;}
        
        Text color #500c08
      
           This box has a color of #500c08        
        
          <div style="background-color:#500c08;">Content here</div>
        
        
          .mybackground {background-color:#500c08;}
        
        Background color #500c08
      
           Border around this has a color of #500c08        
        
          <div style="border:2px solid #500c08;">Content here</div>
        
        
          .myborder {border:2px solid #500c08;}
        
        Border color #500c08