#86400b color space conversions
Hex:
        #86400b
        RGB:
        134, 64, 11
        CMY:
        47, 75, 96
        CMYK:
        0, 52, 92, 47
      HSL:
        26°, 84.8276%, 28.4314%
        HSV (HSB):
        26°, 91.7910%, 52.5490%
        XYZ:
        11.7253, 8.7593, 1.3893
        xyY:
        0.5360, 0.4004, 8.7593
      CIE-Lab:
        35.5166, 26.8496, 42.0865
        CIE-LCH:
        35.5166, 49.9217, 57.4637
        CIE-Luv:
        35.5166, 55.6850, 30.8969
        Hunter-Lab:
        29.5961, 18.9246, 17.9340
      #86400b color charts
#86400b RGB chart
      #86400b CMYK chart
      #86400b RGB pie chart
      #86400b color shades, tints & tones
#86400b color schemes
#86400b color preview, HTML & CSS examples
           This text has a color of #86400b        
        
          <p style="color:#86400b;">Text here</p>
        
        
          .mytext {color:#86400b;}
        
        Text color #86400b
      
           This box has a color of #86400b        
        
          <div style="background-color:#86400b;">Content here</div>
        
        
          .mybackground {background-color:#86400b;}
        
        Background color #86400b
      
           Border around this has a color of #86400b        
        
          <div style="border:2px solid #86400b;">Content here</div>
        
        
          .myborder {border:2px solid #86400b;}
        
        Border color #86400b