#700a08 color space conversions
Hex:
        #700a08
        RGB:
        112, 10, 8
        CMY:
        56, 96, 97
        CMYK:
        0, 91, 93, 56
      HSL:
        1°, 86.6667%, 23.5294%
        HSV (HSB):
        1°, 92.8571%, 43.9216%
        XYZ:
        6.8345, 3.6794, 0.5797
        xyY:
        0.6161, 0.3317, 3.6794
      CIE-Lab:
        22.5818, 41.6173, 30.6424
        CIE-LCH:
        22.5818, 51.6813, 36.3639
        CIE-Luv:
        22.5818, 67.7823, 14.9685
        Hunter-Lab:
        19.1817, 30.0320, 11.6353
      #700a08 color charts
#700a08 RGB chart
      #700a08 CMYK chart
      #700a08 RGB pie chart
      #700a08 color shades, tints & tones
#700a08 color schemes
#700a08 color preview, HTML & CSS examples
           This text has a color of #700a08        
        
          <p style="color:#700a08;">Text here</p>
        
        
          .mytext {color:#700a08;}
        
        Text color #700a08
      
           This box has a color of #700a08        
        
          <div style="background-color:#700a08;">Content here</div>
        
        
          .mybackground {background-color:#700a08;}
        
        Background color #700a08
      
           Border around this has a color of #700a08        
        
          <div style="border:2px solid #700a08;">Content here</div>
        
        
          .myborder {border:2px solid #700a08;}
        
        Border color #700a08